Safari has added the support for the <dialog> element starting v15.4. The element is an HTML element that represents a dialog box such as alert, confirmation, inspector, or subwindow. It’s everything you’ll ever want in a dialog, and there isn’t any excuse not to use them in production.
Table of contents
What is a <dialog> element?We made a custom demo for . No really. Click here to check it out .Customizing <dialog> ’s appearanceAdding interactivityHandling user’s inputSome more tweaksIn closing2 Comments
Sort: