Presentations tagged dialog
dialog elsewhere
Other relevant things on dialog you might find valuable.
Dialog is for modals, popover is for everything else
<dialog> and <popover> are currently the only two ways1 to access the browser’s top layer. So what’s the difference between…
Read MoreLessons Learned from Recreating a Styled Dialog
I was on the epicgames.com website the other day, signing up so I could relive my Magic: The Gathering glory…
Read MorePopping preconceived popover ponderings
But I decided to finally get this post in a publishable state because I still see people asking questions about…
Read MorePopover vs Dialog
Popovers and dialogs are similar in many ways. That’s particularly the case since HTML introduced the closedby attribute for the…
Read MoreCool native HTML elements you should already be using
I’m constantly surprised by the native HTML spec. New features are regularly added, and I often stumble on existing, handy…
Read MoreCSS :open pseudo-class
The :open pseudo-class can be applied to::open styles an input when its picker is showing. Source: CSS :open pseudo-class
Read MoreClose requests, close watchers, and the dialog element
The latest version of Chrome (134) comes with a new light-dismiss behavior for the dialog element, which enables a native…
Read More