[whatwg/fullscreen] Consider forbidding <frame> element from entering fullscreen (#112)

It seems that `<frame>` element is not allowed to be out-of-flow, so it's incompatible with the top layer model, like internal SVG and MathML elements. And it is a deprecated tech anyway.

I propose that we add `<frame>` element to the same place where we rule out `<dialog>` from entering fullscreen.

(This was raised from [a fuzzy bug which triggers an internal assertion in Gecko](https://bugzilla.mozilla.org/show_bug.cgi?id=1415166).)

-- 
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/issues/112

Received on Wednesday, 3 January 2018 01:26:22 UTC