hixie: Actually require what the spec claimed to require. (whatwg r6513)

hixie: Actually require what the spec claimed to require. (whatwg r6513)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5212&r2=1.5213&f=h
http://html5.org/tools/web-apps-tracker?from=6512&to=6513

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5212
retrieving revision 1.5213
diff -u -d -r1.5212 -r1.5213
--- Overview.html 18 Aug 2011 22:47:18 -0000 1.5212
+++ Overview.html 18 Aug 2011 22:53:37 -0000 1.5213
@@ -12590,10 +12590,12 @@
   </div><p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media">media</a></code> attribute is omitted, is
   "<code title="">all</code>", meaning that by default styles apply to
   all media.<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>.<div class="impl">
+  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.<div class="impl">
 
   <p>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is
   present, then the user agent must apply the specified style

Received on Thursday, 18 August 2011 22:54:08 UTC