Skip to content

Commit

Permalink
[giow] (0) Add media queries to the list of things that seamless='' t…
Browse files Browse the repository at this point in the history
…ries to proxy.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17982
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7313 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2012
1 parent d992c53 commit 4814a86
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions complete.html
Expand Up @@ -26874,6 +26874,15 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
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
Expand Down
9 changes: 9 additions & 0 deletions index
Expand Up @@ -26874,6 +26874,15 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -28977,6 +28977,16 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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
Expand Down

0 comments on commit 4814a86

Please sign in to comment.