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
Модальные окна в React: архитектура управления для сложных интерфейсов
Модальные окна — один из самых недооценённых слоёв UI-архитектуры. Формы, подтверждения, панели действий — в любом крупном проекте их десятки. И почти в каждом проекте их управление со временем превращается в хаос. Не потому что разработчики ленивые. А потому что модалки обманчиво просты. useState(false) — и готово. Пока модалка одна, в одном месте, с одним набором данных — проблем нет.
Quick Tip: Dialog Focus, by @nattarnoff.bsky.social:
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.
Mastering Dialog Accessibility, by (not on Mastodon or Bluesky):
https://vispero.com/resources/mastering-dialog-accessibility/

Dialogs are a fundamental component of modern web interfaces, but ensuring their accessibility requires careful attention to multiple WCAG success criteria. This comprehensive guide will walk you through the essential requirements for validating dialog accessibility under WCAG 2.2, following the structured approach you’d expect from accessibility experts. Why does dialog accessibility matter? Dialog accessibility is […]
Opening and Closing Dialogs Without JavaScript Using HTML Invoker Commands, by @schalkneethling:
There Is No Need to Trap Focus on a “dialog” Element, by @zellwk.bsky.social (@csstricks):
https://css-tricks.com/there-is-no-need-to-trap-focus-on-a-dialog-element/
What Is the Minimum Markup Needed to Create a Modal?, by (not on Mastodon or Bluesky):
Dialog View Transitions, by @medienbaecker:
Getting a Close Button to Hang Off of a Dialog, by @darin: