[html5] r6375 - [e] (0) thinko Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13480
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 5 08:33:01 PDT 2011
Author: ianh
Date: 2011-08-05 08:33:00 -0700 (Fri, 05 Aug 2011)
New Revision: 6375
Modified:
complete.html
index
source
Log:
[e] (0) thinko
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13480
Modified: complete.html
===================================================================
--- complete.html 2011-08-05 14:58:49 UTC (rev 6374)
+++ complete.html 2011-08-05 15:33:00 UTC (rev 6375)
@@ -14978,7 +14978,7 @@
<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
information only to the <code><a href=#the-style-element>style</a></code> element's parent element
- (if any), and that element's child nodes. Otherwise, the specified
+ (if any), and that element's descendants. Otherwise, the specified
styles must, if applied, be applied to the entire document.</p>
<p>For scoped CSS resources, the effect of @-rules must be scoped to
Modified: index
===================================================================
--- index 2011-08-05 14:58:49 UTC (rev 6374)
+++ index 2011-08-05 15:33:00 UTC (rev 6375)
@@ -14847,7 +14847,7 @@
<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
information only to the <code><a href=#the-style-element>style</a></code> element's parent element
- (if any), and that element's child nodes. Otherwise, the specified
+ (if any), and that element's descendants. Otherwise, the specified
styles must, if applied, be applied to the entire document.</p>
<p>For scoped CSS resources, the effect of @-rules must be scoped to
Modified: source
===================================================================
--- source 2011-08-05 14:58:49 UTC (rev 6374)
+++ source 2011-08-05 15:33:00 UTC (rev 6375)
@@ -15866,7 +15866,7 @@
<p>If the <code title="attr-style-scoped">scoped</code> attribute is
present, then the user agent must apply the specified style
information only to the <code>style</code> element's parent element
- (if any), and that element's child nodes. Otherwise, the specified
+ (if any), and that element's descendants. Otherwise, the specified
styles must, if applied, be applied to the entire document.</p>
<p>For scoped CSS resources, the effect of @-rules must be scoped to
More information about the Commit-Watchers
mailing list