Re: [whatwg/fullscreen] Remove nodes from top layer as part of the removing steps (#102)

(It took me quite a while to recall what I was thinking when I made that comment. Although I'm not completely sure, but I think it is what I was considering:)

The problem is unrelated to hierarchy restrictions. It is more about that whether a `<dialog>` can go fullscreen. If a `<dialog>` itself can go fullscreen, then HTML spec removing it from top layer may pose unexpected result when the `<dialog>` is in fullscreen in various algorithms.

I'm not sure why you don't want to merge #91 (probably because of lack of test at the moment?), but if that's troublesome to merge, probably we can move the single restriction on `<dialog>` element to a new PR and land it separately to resolve this specific problem.

-- 
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/102#issuecomment-332039536

Received on Monday, 25 September 2017 23:10:57 UTC