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

So the last step currently only covers modal `<dialog>`. My question would be, should we remove its `open` attribute at the same time? Should we fire `close` event?

Also it seems to me that the HTML spec already says
> If at any time a dialog element is removed from a Document, then if that dialog is in that Document's top layer, it must be removed from it.

Would one of them be a duplicate?

BTW, the sentence in the HTML spec would raise interesting interaction between `<dialog>` and fullscreen element, which would be resolved by #91.

-- 
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-328377747

Received on Sunday, 10 September 2017 22:48:58 UTC