[html5] r8729 - [giow] (1) Make sure <style> does nothing when there's no browsing context. Fixi [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 28 16:42:37 PDT 2014


Author: ianh
Date: 2014-08-28 16:42:34 -0700 (Thu, 28 Aug 2014)
New Revision: 8729

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make sure <style> does nothing when there's no browsing context.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26144
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-08-28 23:38:03 UTC (rev 8728)
+++ complete.html	2014-08-28 23:42:34 UTC (rev 8729)
@@ -10071,8 +10071,10 @@
 
   
 
-  <p>Whenever one of the following conditions occur:</p>
 
+  <p>Whenever one of the following conditions occur for an element whose <code id=the-style-element:document-2><a href=#document>Document</a></code> is in
+  a <a href=#browsing-context id=the-style-element:browsing-context>browsing context</a>:</p>
+
   <ul><li>the element is popped off the <a href=#stack-of-open-elements id=the-style-element:stack-of-open-elements>stack of open elements</a> of an <a href=#html-parser id=the-style-element:html-parser>HTML
    parser</a> or <a href=#xml-parser id=the-style-element:xml-parser>XML parser</a>,
 

Modified: index
===================================================================
--- index	2014-08-28 23:38:03 UTC (rev 8728)
+++ index	2014-08-28 23:42:34 UTC (rev 8729)
@@ -10071,8 +10071,10 @@
 
   
 
-  <p>Whenever one of the following conditions occur:</p>
 
+  <p>Whenever one of the following conditions occur for an element whose <code id=the-style-element:document-2><a href=#document>Document</a></code> is in
+  a <a href=#browsing-context id=the-style-element:browsing-context>browsing context</a>:</p>
+
   <ul><li>the element is popped off the <a href=#stack-of-open-elements id=the-style-element:stack-of-open-elements>stack of open elements</a> of an <a href=#html-parser id=the-style-element:html-parser>HTML
    parser</a> or <a href=#xml-parser id=the-style-element:xml-parser>XML parser</a>,
 

Modified: source
===================================================================
--- source	2014-08-28 23:38:03 UTC (rev 8728)
+++ source	2014-08-28 23:42:34 UTC (rev 8729)
@@ -14772,7 +14772,10 @@
 
   <div w-nodev>
 
-  <p>Whenever one of the following conditions occur:</p>
+<!--CLEANUP--><!-- consider moving the trailing <p> into the leading <p> and making the list be its
+own thing rather than part of the extended sentence -->
+  <p>Whenever one of the following conditions occur for an element whose <code>Document</code> is in
+  a <span>browsing context</span>:</p>
 
   <ul>
 



More information about the Commit-Watchers mailing list