Re: [whatwg/fullscreen] Reinstate the hierarchy restrictions (#91)

> Actually, if we add a check for dialog in requestFullscreen(), then no check should be needed in showModal(). With the current state of things, no dialog elements in top layer would be fullscreen, and all non-dialog elements would be.

I mean we check whether the element is a modal dialog, not that whether it is a dialog element. But well, I guess we can just simple reject dialog from entering fullscreen if that sounds simpler... but could that be breaking?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/91#issuecomment-303329023

Received on Tuesday, 23 May 2017 08:32:42 UTC