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

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

Elliott Sprehn <esprehn@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |esprehn@gmail.com

--- Comment #3 from Elliott Sprehn <esprehn@gmail.com> ---
(In reply to Dimitri Glazkov from comment #2)
> 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.

There's no concept of style/layout/paint in import documents. If you want to
display a <dialog> put it in the visible document.

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

Received on Thursday, 19 February 2015 03:03:44 UTC