Raindrop.io Bookmarks 07/31/2022
著
- CSS { In Real Life } | Quick Tip: Negative Animation Delay
"Now, if we instead calculate a negative delay (using -200ms instead of 200ms), we'll see the animation behave as if it's already in progress -- we won't be waiting for the last element to finally animate once all the others have done so."
- Etsy Engineering | Priority Hints - What Your Browser Doesn't Know (Yet)
"Priority hints are an attribute directly attached to a resource link or request, allowing the browser to use the modified priority as part of its existing render flow."
- Abbreviations can be problematic - tempertemper
"This is great, as the browser adds a dotted underline on the text to signify there's a definition, and a tooltip is shown when a mouse/pointer is hovered over the text. Unfortunately, it doesn't work for all users"
- A good reset | Trys Mudford
"if you can get your buttons looking as plain as a div from the start of a project, there's very little reason not to use the proper element."
- Faster WordPress rendering with 3 lines of configuration / Stoyan's phpied.com
"we can do one better, thanks to the "hints" we can send with the HTTP2 headers of the HTML response. This way we tell the browser to start loading CSS ASAP without even waiting for HTML parsing and discovery."
- The impact of iOS 16 Lockdown mode in Safari
"The iOS 16 beta 3 introduced a new privacy feature: Lockdown Mode. The idea is to disable some features in iOS to reduce the possibility of privacy related attacks."