[html5] r6513 - [c] (0) Actually require what the spec claimed to require. Fixing http://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 18 15:53:03 PDT 2011


Author: ianh
Date: 2011-08-18 15:53:01 -0700 (Thu, 18 Aug 2011)
New Revision: 6513

Modified:
   complete.html
   index
   source
Log:
[c] (0) Actually require what the spec claimed to require.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13102

Modified: complete.html
===================================================================
--- complete.html	2011-08-18 22:46:43 UTC (rev 6512)
+++ complete.html	2011-08-18 22:53:01 UTC (rev 6513)
@@ -15251,10 +15251,12 @@
   all media.</p>
 
   <p>The <dfn id=attr-style-scoped title=attr-style-scoped><code>scoped</code></dfn>
-  attribute is a <a href=#boolean-attribute>boolean attribute</a>. If set, it indicates
-  that the styles are intended just for the subtree rooted at the
-  <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
-  <code><a href=#document>Document</a></code>.</p>
+  attribute is a <a href=#boolean-attribute>boolean attribute</a>. If present, it
+  indicates that the styles are intended just for the subtree rooted
+  at the <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to
+  the whole <code><a href=#document>Document</a></code>. If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present, the
+  <code><a href=#the-style-element>style</a></code> element must be the first element of <a href=#flow-content>flow
+  content</a> in its parent element, if any.</p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2011-08-18 22:46:43 UTC (rev 6512)
+++ index	2011-08-18 22:53:01 UTC (rev 6513)
@@ -15115,10 +15115,12 @@
   all media.</p>
 
   <p>The <dfn id=attr-style-scoped title=attr-style-scoped><code>scoped</code></dfn>
-  attribute is a <a href=#boolean-attribute>boolean attribute</a>. If set, it indicates
-  that the styles are intended just for the subtree rooted at the
-  <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
-  <code><a href=#document>Document</a></code>.</p>
+  attribute is a <a href=#boolean-attribute>boolean attribute</a>. If present, it
+  indicates that the styles are intended just for the subtree rooted
+  at the <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to
+  the whole <code><a href=#document>Document</a></code>. If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present, the
+  <code><a href=#the-style-element>style</a></code> element must be the first element of <a href=#flow-content>flow
+  content</a> in its parent element, if any.</p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2011-08-18 22:46:43 UTC (rev 6512)
+++ source	2011-08-18 22:53:01 UTC (rev 6513)
@@ -16162,10 +16162,13 @@
   all media.</p>
 
   <p>The <dfn title="attr-style-scoped"><code>scoped</code></dfn>
-  attribute is a <span>boolean attribute</span>. If set, it indicates
-  that the styles are intended just for the subtree rooted at the
-  <code>style</code> element's parent element, as opposed to the whole
-  <code>Document</code>.</p>
+  attribute is a <span>boolean attribute</span>. If present, it
+  indicates that the styles are intended just for the subtree rooted
+  at the <code>style</code> element's parent element, as opposed to
+  the whole <code>Document</code>. If the <code
+  title="attr-style-scoped">scoped</code> attribute is present, the
+  <code>style</code> element must be the first element of <span>flow
+  content</span> in its parent element, if any.</p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list