From 4814a86cacecf0904a0b37ddfbf1027f48e3da6a Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 4 Sep 2012 22:57:11 +0000 Subject: [PATCH] [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 git-svn-id: http://svn.whatwg.org/webapps@7313 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- complete.html | 9 +++++++++ index | 9 +++++++++ source | 10 ++++++++++ 3 files changed, 28 insertions(+) diff --git a/complete.html b/complete.html index 23c571b6e3e..d6e7df86ec9 100644 --- a/complete.html +++ b/complete.html @@ -26874,6 +26874,15 @@

4.8.2 The iframe unless an explicit self-navigation override is used (target="_self"). +
  • Media queries in the context of the iframe's + browsing context (e.g. on media attributes of + style elements in Documents in that + iframe) must be evaluated with respect to the nearest + ancestor browsing context that is not itself being + nested through + an iframe that is in seamless + mode. [MQ]

  • +
  • In a CSS-supporting user agent: the user agent must add all the style sheets that apply to the iframe element to the cascade of the active document of the diff --git a/index b/index index 23c571b6e3e..d6e7df86ec9 100644 --- a/index +++ b/index @@ -26874,6 +26874,15 @@ href="?audio">audio</a> test instead.)</p> browsing context unless an explicit self-navigation override is used (target="_self").

  • +
  • Media queries in the context of the iframe's + browsing context (e.g. on media attributes of + style elements in Documents in that + iframe) must be evaluated with respect to the nearest + ancestor browsing context that is not itself being + nested through + an iframe that is in seamless + mode. [MQ]

  • +
  • In a CSS-supporting user agent: the user agent must add all the style sheets that apply to the iframe element to the cascade of the active document of the diff --git a/source b/source index b60301bd6b1..9388cd13f45 100644 --- a/source +++ b/source @@ -28977,6 +28977,16 @@ href="?audio">audio</a> test instead.)</p> override is used (target="_self").

  • +
  • Media queries in the context of the iframe's + browsing context (e.g. on media attributes of + style elements in Documents in that + iframe) must be evaluated with respect to the nearest + ancestor browsing context that is not itself being + nested through + an iframe that is in seamless + mode. [MQ]

  • +
  • In a CSS-supporting user agent: the user agent must add all the style sheets that apply to the iframe element to the cascade of the active document of the