Raindrop.io Bookmarks 03/27/2024
著
- Interop 2023: MDN updates | MDN Blog
"The role of the MDN team in Interop involves ensuring that there is reliable and up-to-date documentation for the features included in Interop, especially for those that have reached cross-browser support."
- Out to Pasture
"I resign. I am no longer an information architecture consultant. After 30 years of service, I hereby put myself out to pasture."
- Have You Optimized for INP?
"Use isInputPending: this is a new APIs that asks whether there is an input from the user pending and waiting for the main thread to get idle, this is very beneficial in case you have too long task that yow know, internally you can keep checking for a pending input and only yield to main thread if it returns true"
- What You Need to Know about Modern CSS (Spring 2024 Edition) - Frontend Masters Boost
"There is quite a bit more syntax, detail, and nuance to these things than I am presenting here. I want you to know what's possible, reference the most basic usage and syntax, then dig deeper when you need to."
- Web Accessibility Survey
"There are many recognized surveys in the accessibility industry. However, voices of the online disability communities felt the data did not properly represent them."
- A formula for responsive font-size
"Sharp-eyed readers might wonder: doesn't my CSS have circular reasoning? If rem is defined as "Font size of the root element", how can we use 1rem in the definition of font-size on the root element?! It turns out it's a special case"