[html5] r1514 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 29 13:59:01 PDT 2008
Author: ianh
Date: 2008-04-29 13:59:00 -0700 (Tue, 29 Apr 2008)
New Revision: 1514
Modified:
index
source
Log:
[e] (0) Make things even more explicit.
Modified: index
===================================================================
--- index 2008-04-29 12:43:51 UTC (rev 1513)
+++ index 2008-04-29 20:59:00 UTC (rev 1514)
@@ -6755,10 +6755,11 @@
attribute must contain only a list of zero or more semicolon-separated (;)
CSS declarations. <a href="#refsCSS21">[CSS21]</a>
- <p>The declarations specified must be parsed and treated as the body of a
- declaration block whose selector matches just the element on which the
- attribute is set. For the purposes of the CSS cascade, the attribute must
- be considered to be a 'style' attribute at the author level.
+ <p>The attribute, if specified, must be parsed and treated as the body (the
+ part inside the curly brackets) of a declaration block in a rule whose
+ selector matches just the element on which the attribute is set. For the
+ purposes of the CSS cascade, the attribute must be considered to be a
+ 'style' attribute at the author level.
<p>Documents that use <code title=attr-style><a
href="#style">style</a></code> attributes on any of their elements must
Modified: source
===================================================================
--- source 2008-04-29 12:43:51 UTC (rev 1513)
+++ source 2008-04-29 20:59:00 UTC (rev 1514)
@@ -5193,10 +5193,11 @@
a list of zero or more semicolon-separated (;) CSS declarations. <a
href="#refsCSS21">[CSS21]</a></p>
- <p>The declarations specified must be parsed and treated as the body
- of a declaration block whose selector matches just the element on
- which the attribute is set. For the purposes of the CSS cascade, the
- attribute must be considered to be a 'style' attribute at the author
+ <p>The attribute, if specified, must be parsed and treated as the
+ body (the part inside the curly brackets) of a declaration block in
+ a rule whose selector matches just the element on which the
+ attribute is set. For the purposes of the CSS cascade, the attribute
+ must be considered to be a 'style' attribute at the author
level.</p>
<p>Documents that use <code title="attr-style">style</code>
More information about the Commit-Watchers
mailing list