You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dialog.show() step 7 adds this to the open dialogs list.
In dialog.showModal() step 13 first asserts that open dialogs list doesn't already contain this, before step 14 adds this to that list.
I would have expected these to both have the same expectations of what is valid state or not, so I just wanted to clarify if there was a reason for this that I'm missing?
The text was updated successfully, but these errors were encountered:
What is the issue with the HTML Standard?
In dialog.show() step 7 adds this to the
open dialogs list
.In dialog.showModal() step 13 first asserts that
open dialogs list
doesn't already contain this, before step 14 adds this to that list.I would have expected these to both have the same expectations of what is valid state or not, so I just wanted to clarify if there was a reason for this that I'm missing?
The text was updated successfully, but these errors were encountered: