Raindrop.io Bookmarks 06/06/2023
著
- Single Line Comments in CSS - Jim Nielsen's Blog
"My guess was something to do with backwards compatibility and, after a little online research, that does seem to be the case."
- A Book Apart, Big news! We're in local bookstores and around the world!
"By expanding our distribution, ABA books will now be available through thousands of retailers (including your local independent bookstore), libraries, schools, and universities--in the US, UK, India, Japan, Germany, Australia, Brazil, and beyond."
- Brief Note on Popovers with Dialogs -- Adrian Roselli
"I urge you to consider not implementing popover in your project until all your modal dialogs are converted to native HTML <dialog> or you test overlapping interactions to ensure all is well."
- WCAG 2.2 misses mark on defining visible focus · Eric Eggert
"Now, the bad thing about the change: The previous proposal of moving 2.4.7 Focus Visible to A level has been completely reverted."
- An introduction to @scope in CSS
"There had once been a scoped HTML attribute but it got deprecated. It's been replaced by @scope in CSS. Browser support is still forthcoming. It's due to land in Chrome 117. Safari has a positive position on the specification."
- CSS Grid Gap Behavior with Hidden Elements | Ryan Mulligan
"I'll try to quickly summarize: grid-template-* sets explicit column and row tracks, while grid-auto-* creates implicit track patterns."