Diigo Bookmarks 12/10/2017
著
- Localisation and Translation on the Web
"In some cases, we may want a section of the web page to always be displayed in a certain language, never translated. This is the idea behind the new HTML5.1 translate attribute."
- How to Fix the Refresh Button When Using Service Workers
"Getting this right requires an intimate understanding of the Service Worker lifecycle, the Caches API, the Registration API, and the Clients API. By the time you've plowed through this article, you'll know pretty much everything you need to know about the Service Worker API."
- Service Workers Break the Browser's Refresh Button by Default; Here's Why
"Service Workers break the Refresh button because they behave like "apps," refusing to update while the app is still running, in order to maintain code consistency and client-side data consistency."
- Performance Calendar » Promising HTTP Headers for Web Performance
"Today, I would like to share with you some HTTP headers that are not fully implemented or specified but could lead to a simpler CDN configuration and better performance."
- Cognitive Accessibility Roadmap and Gap Analysis
"This document is a gap analysis and roadmap for the state of accessibility for people with learning and cognitive disabilities when using the Web and information technologies."
- Vertical typesetting with writing-mode revisited
"how I thought it would be nice if there could be some media query for writing-mode with the picture element so I didn't have to do some mildly hackish transforms on my images when I switched modes."