Diigo Bookmarks 08/11/2019
著
- Amphora. -- Ethan Marcotte
"we've reached a point where AMP may "solve" the web's performance issues by supercharging the web's accessibility problem, excluding even more people from accessing the content they deserve."
- CSS :empty Selector - DEV Community
"Having children element also counts as not empty"
- Native lazy-loading for the web | web.dev
"The loading attribute affects iframes differently than images, depending on whether the iframe is hidden. (Hidden iframes are often used for analytics or communication purposes.) "
- Announcing AMP Toolbox 1.0 - The AMP Blog
"AMP Toolbox has been around for a while now, but I thought it's a good idea to make a proper introduction now that we've reached the 1.0 milestone. In short, AMP Toolbox is a collection of command line tools and JS APIs to make it easier to successfully publish AMP pages."
- Adactio: Journal--Priorities
"There's a whole group of tools where this point isn't even relevant--build tools, task runners, version control ...anything that never directly touches the end user; use whatever works for you. But if you're making decisions around HTML, ARIA, CSS, or JavaScript, then appropriateness for the end user should take precedence."
- Why is modern web development so complicated? A long yet hasty explanation: Part 1! - vrk.dev
"The "classic" web development workflow is great! And is perfectly sufficient for plenty of needs! You should never add superfluous tooling, or tools whose purpose you don't understand. But for certain projects you'll benefit from a more sophisticated workflow."