[Bug 28051] [imports]: showing <dialog> from import

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28051

--- Comment #2 from Dimitri Glazkov <dglazkov@chromium.org> ---
The showModal steps in
https://html.spec.whatwg.org/multipage/forms.html#dom-dialog-showmodal set a
flag on a document (the imported document:
http://w3c.github.io/webcomponents/spec/imports/#dfn-imported-document), and
since an imported doc is not rendered, there's no way to reset that flag
(https://html.spec.whatwg.org/multipage/interaction.html#blocked-by-a-modal-dialog).
That seems bad.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 18 February 2015 16:53:27 UTC