[html5] r7313 - [giow] (0) Add media queries to the list of things that seamless='' tries to pro [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 4 15:57:13 PDT 2012


Author: ianh
Date: 2012-09-04 15:57:11 -0700 (Tue, 04 Sep 2012)
New Revision: 7313

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Add media queries to the list of things that seamless='' tries to proxy.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17982
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-04 22:51:37 UTC (rev 7312)
+++ complete.html	2012-09-04 22:57:11 UTC (rev 7313)
@@ -26874,6 +26874,15 @@
    browsing context</a> unless an <a href=#explicit-self-navigation-override>explicit self-navigation
    override</a> is used (<code title="">target="_self"</code>).</li>
 
+   <li><p>Media queries in the context of the <code><a href=#the-iframe-element>iframe</a></code>'s
+   <a href=#browsing-context>browsing context</a> (e.g. on <code title=attr-style-media><a href=#attr-style-media>media</a></code> attributes of
+   <code><a href=#the-style-element>style</a></code> elements in <code><a href=#document>Document</a></code>s in that
+   <code><a href=#the-iframe-element>iframe</a></code>) must be evaluated with respect to the nearest
+   <a href=#ancestor-browsing-context>ancestor browsing context</a> that is not itself being
+   <a href=#browsing-context-nested-through title="browsing context nested through">nested through</a>
+   an <code><a href=#the-iframe-element>iframe</a></code> that is <a href=#in-seamless-mode>in seamless
+   mode</a>. <a href=#refsMQ>[MQ]</a></li>
+
    <li><p>In a CSS-supporting user agent: the user agent must add all
    the style sheets that apply to the <code><a href=#the-iframe-element>iframe</a></code> element to
    the cascade of the <a href=#active-document>active document</a> of the

Modified: index
===================================================================
--- index	2012-09-04 22:51:37 UTC (rev 7312)
+++ index	2012-09-04 22:57:11 UTC (rev 7313)
@@ -26874,6 +26874,15 @@
    browsing context</a> unless an <a href=#explicit-self-navigation-override>explicit self-navigation
    override</a> is used (<code title="">target="_self"</code>).</li>
 
+   <li><p>Media queries in the context of the <code><a href=#the-iframe-element>iframe</a></code>'s
+   <a href=#browsing-context>browsing context</a> (e.g. on <code title=attr-style-media><a href=#attr-style-media>media</a></code> attributes of
+   <code><a href=#the-style-element>style</a></code> elements in <code><a href=#document>Document</a></code>s in that
+   <code><a href=#the-iframe-element>iframe</a></code>) must be evaluated with respect to the nearest
+   <a href=#ancestor-browsing-context>ancestor browsing context</a> that is not itself being
+   <a href=#browsing-context-nested-through title="browsing context nested through">nested through</a>
+   an <code><a href=#the-iframe-element>iframe</a></code> that is <a href=#in-seamless-mode>in seamless
+   mode</a>. <a href=#refsMQ>[MQ]</a></li>
+
    <li><p>In a CSS-supporting user agent: the user agent must add all
    the style sheets that apply to the <code><a href=#the-iframe-element>iframe</a></code> element to
    the cascade of the <a href=#active-document>active document</a> of the

Modified: source
===================================================================
--- source	2012-09-04 22:51:37 UTC (rev 7312)
+++ source	2012-09-04 22:57:11 UTC (rev 7313)
@@ -28977,6 +28977,16 @@
    override</span> is used (<code
    title="">target="_self"</code>).</p></li>
 
+   <li><p>Media queries in the context of the <code>iframe</code>'s
+   <span>browsing context</span> (e.g. on <code
+   title="attr-style-media">media</code> attributes of
+   <code>style</code> elements in <code>Document</code>s in that
+   <code>iframe</code>) must be evaluated with respect to the nearest
+   <span>ancestor browsing context</span> that is not itself being
+   <span title="browsing context nested through">nested through</span>
+   an <code>iframe</code> that is <span>in seamless
+   mode</span>. <a href="#refsMQ">[MQ]</a></p></li>
+
    <li><p>In a CSS-supporting user agent: the user agent must add all
    the style sheets that apply to the <code>iframe</code> element to
    the cascade of the <span>active document</span> of the




More information about the Commit-Watchers mailing list