[Bug 25567] [imports]: Specify how media queries and html imports work together

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

--- Comment #2 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to Philip Rogers from comment #0)
> The html spec has a "media" attribute on <link>[1] to support media queries.
> This may be useful when used with html imports (e.g., using different
> widgets on smaller screens). The interaction between html imports and media
> queries feels underspecified: what happens if a user rotates their screen
> and a different html import matches after the page has loaded?
> 
> [1]
> http://www.w3.org/html/wg/drafts/html/master/single-page.html#attr-link-media

Since the imports run script, they do not have the same apply-unapply semantics
as stylesheets.

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

Received on Tuesday, 6 May 2014 16:09:49 UTC