Diigo Bookmarks 09/16/2018
著
- Web Directions Iterating on the Web - Web Directions
"I have considerable sympathy for those who express frustration with complexities, who look to build layers of abstraction (React, Vue, and so on) to hide these complexities, and help developer productivity."
- CSS dismissal is about exclusion, not technology
"The power of JavaScript is that we *can* embed everything else in it. And occasionally, that will be the right answer. But the incredible success of the web is based on an architecture of least power, taking advantage of how many more machine optimizations can be made around the less powerful languages of HTML and CSS."
- The Cascade and Other Essential Unessentials - TimKadlec.com
"Take away specificity and you have to take away the cascade. Take away the cascade and...well, you're simply not playing with all the tools available to you with CSS."
- Batificity
"Not the css specificity guide you deserve, but the one you need right now."
- Houdini Spellbook
"What this means is that we'll finally be able to Extend CSS via JavaScript. This is important because it's currently not possible to extend CSS with JavaScript, only write JavaScript that mimics CSS."
- The details and summary elements | scottohara.me
"Regardless of the few screen reader issues and inconsistencies, and lack of support for Microsoft browsers, details and summary are in a really good place."