-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[dialog] Use html dialog
element
#485
Comments
dialog
elementdialog
element
Not sure, I think global usage also matters. We need to wait for atleast 90% global usage. Currently it is 82.98%. |
What about now? 93%+ as of today. |
As of today it's 94.18% I'm willing to implement this myself, are there any blockers/issues? |
We looked into this for #372. However, it looks to me that the The issues that seems to have no user land solutions, so deal breakers:
|
Hi, here are some thoughts
Related Issues: |
dialog
elementdialog
element
This should be a no-go, the vendors have to make a change in their API, all that shady code to make something that is very simple (just show something on top of everything else even if it appeared earlier) |
Summary 💡
Since dialog element is supported across all browsers maybe it's time to refactor dialog to use the native
<dialog/>
tag?Examples 🌈
👀
Motivation 🔦
https://caniuse.com/dialog
Search keywords:
The text was updated successfully, but these errors were encountered: