Diigo Bookmarks 12/18/2016
著
-
EU ready to set laws for accessibility testing | QA Financial
"The draft directive will specifically describe the standards banks and other financial services firms have to meet and references the international standard for online accessibility; the Web Content Accessibility Guidelines (WCAG) created by the World Wide Web Consortium."
-
Hey, Hey, Cloud Four is a PWA! - Cloud Four
"we decided that caching pages as people visited them was the best compromise for our site."
-
Introducing Samsung Internet for developers – Samsung Internet Developers – Medium
"Samsung Internet has replaced the stock Android browser (also known as the AOSP browser) as the default on Samsung mobile devices since the Galaxy S4. It’s based on Chromium and the Blink rendering engine."
-
Anatomy of a Design System – Product Design Assocation of Utah – Medium
"I’ve tried to show the relationships between all of these resources in the diagram below. As you can see, a Style Guide is it’s own entity, which overlaps the CSS framework, design principles, design assets, and documentation."
-
Performance Calendar » Prefer DEFER Over ASYNC
"Even though ASYNC and DEFER don’t block the HTML parser, they can block rendering. This happens when they’re parsed and executed before rendering is complete and take over the browser main thread."
-
Why I Don’t Use CSS Preprocessors · Jens Oliver Meiert
"I want absolute control of my CSS and work directly on it, too, and likewise see exactly what will be sent to the browser before it’s getting minified and compressed."