-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Modal with Dialog #525
Comments
I like the idea, it would be great if it can be done with Popover API as you mentioned in comment#549 From your point of view on the Popover implementation for handling visibility of dialogs, I thought it would also be a great enhancement towards tooltips, I've been experimenting with it recently in a Codepen example |
Yes exactly! I think that would make a lot of things easier in future. Also there may be added anchor positioning which is already working in chrome but not firefox and safari yet. Maybe we could use a polyfill. |
Before submitting...
Context
Replace the current Javascript based Modal with the semantically better version of
<dialog>
.https://caniuse.com/?search=dialog
Current Behavior
No response
Expected behavior
No response
Possible Solutions or Causes
No response
Your Environment
The text was updated successfully, but these errors were encountered: