Raindrop.io Bookmarks 05/15/2025
- Why care about the no-JS experience? | Go Make Things
"The point is: a lot of people browsing your site will at least temporarily have a no-JS experience without intentionally doing so."
- WCAG in Plain English - AAArdvark
"Making accessibility standards easy to understand, one success criterion at a time."
- :placeholder-shown
"This is different from ::placeholder, which styles the placeholder text itself. :placeholder-shown styles the placeholder is visible. This can come in handy, as it lets us know if a user has interacted with the input."
- HTML Oddities: Does the order of attribute values matter? - Terence Eden's Blog
"The HTML spec has a (non-normative) section on attributes. Those which accept multiple values are (broadly) in three categories."
- Break Google's Search Monopoly without Breaking the Web - Open Web Advocacy
"DOJ wants to force Google to sell Chrome and ban search engine revenue share deals with other browser vendors, resulting in a 70% drop in funding for the web platform."
- Polishing your typography with line height units | WebKit
"Line height units give us a direct way to tie any size in our layout to the vertical rhythm of the text. Margins are just one possibility -- padding is another, gaps, width and height, or any other measurement in the layout."
- Easier layout with margin-trim | WebKit
"Even though Safari is the only browser with support at the moment, it makes sense to use it today."