Chris Manning digs into <diaglog>:
A dialog element provides:
- An element that is easy to show and hide, including an
openboolean attribute on the element itself.- Two versions: a standard popover or modal version.
- A ::backdrop pseudo-element for modal types.
- Built-in focus: see dialog focusing steps.
- ARIA role support (
dialogis the implied default). Also accepts the alertdialog role.- A pending stack for multiple dialogs.
- A DOM interface with the
openboolean and methodsshow,showModal, andclose.And those are just some highlights! Showing content on top of other content has never been easier.
This is the evolution of the web at it's best. Identifying a major developer struggle and helping solve it.
Direct Link to Article — Permalink
The post The dialog element appeared first on CSS-Tricks.
from CSS-Tricks https://ift.tt/2NSkUSz
via IFTTT
No comments:
Post a Comment