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
@natechapin is working on a Chromium implementation of this concept, that so far intercepts both the desktop Esc key and the Android back button.
Our plan is to have all parts of the platform which use these close signals, e.g. the fullscreen API or the <dialog> element, use a core unified definition. Hopefully <popup> will too.
(Separately, some of the explainer linked above also talks about a ModalCloseWatcher class to allow direct developer handling of close signals. But, that would just be another consumer of this core "close signal" concept. The overlap with <popup> is about the hopefully-shared concept.)
This should probably go into our shared definition of "light dismiss", which can then be referenced by <popup>.
The text was updated successfully, but these errors were encountered:
There hasn't been any discussion on this issue for a while, so we're marking it as stale. If you choose to kick off the discussion again, we'll remove the 'stale' label.
On MS Edge Explainers #457, @domenic said:
This should probably go into our shared definition of "light dismiss", which can then be referenced by
<popup>
.The text was updated successfully, but these errors were encountered: