The Great CSS Expansion, by @pavellaptev.bsky.social (@gitbutler.com):
https://blog.gitbutler.com/the-great-css-expansion
#css #anchorpositioning #popovers #modals #animations #transitions #forms
The Great CSS Expansion, by @pavellaptev.bsky.social (@gitbutler.com):
https://blog.gitbutler.com/the-great-css-expansion
#css #anchorpositioning #popovers #modals #animations #transitions #forms
Getting Started With the Popover API, by @smashingmag:
https://www.smashingmagazine.com/2026/03/getting-started-popover-api/

What happens if you rebuild a single tooltip using the browser’s native model without the aid of a library? The Popover API turns tooltips from something you simulate into something the browser actually understands. Opening and closing, keyboard interaction, Escape handling, and much of the accessibility now come from the platform itself, not from ad-hoc JavaScript.
Popover API or Dialog API: Which to Choose?, by @zellwk.bsky.social (@csstricks):
https://css-tricks.com/popover-api-or-dialog-api-which-to-choose/

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly different in terms of accessibility and we'll go over that in this article.
Popover Context Menus With Anchor Positioning, by @chriscoyier (@frontendmasters.com):
https://frontendmasters.com/blog/popover-context-menus-with-anchor-positioning/
Better Defaults for Popovers, by @matuzo:
https://www.matuzo.at/blog/2026/better-defaults-for-popovers
Dilophosaurus assumes that this qualifies as brain surgery.
#DailyDilophosaurus #Dilophosaurus #Popovers #Dessert #Brians #Dinosaurs
Dealbreaker Bugs in Native Popovers, by @matuzo:
https://www.matuzo.at/blog/2025/deal-breaker-bugs-in-popovers
NoLoJS: Reducing the JS Workload With HTML and CSS, by @aarontgrogg (@perfplanet.bsky.social):
https://calendar.perfplanet.com/2025/nolojs-reducing-js-workload-html-css/
#html #disclosurewidgets #forms #modals #popovers #navigation #scrolling #positioning