[html5] r7345 - [e] (0) Clarify Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17448 Affe [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 13 15:23:41 PDT 2012


Author: ianh
Date: 2012-09-13 15:23:39 -0700 (Thu, 13 Sep 2012)
New Revision: 7345

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17448
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-13 15:30:04 UTC (rev 7344)
+++ complete.html	2012-09-13 22:23:39 UTC (rev 7345)
@@ -12069,11 +12069,12 @@
 
   <p>The <dfn id=dom-style title=dom-style><code>style</code></dfn> IDL attribute
   must return a <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> whose value
-  represents the declarations specified in the attribute, if
-  present. Mutating the <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> object must
-  create a <code title=attr-style><a href=#the-style-attribute>style</a></code> attribute on the
-  element (if there isn't one already) and then change its value to be
-  a value representing the serialized form of the
+  represents the declarations specified in the attribute. (If the
+  attribute is absent, the object represents an empty declaration.)
+  Mutating the <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> object must create a
+  <code title=attr-style><a href=#the-style-attribute>style</a></code> attribute on the element (if
+  there isn't one already) and then change its value to be a value
+  representing the serialized form of the
   <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> object. The same object must be
   returned each time. <a href=#refsCSSOM>[CSSOM]</a></p>
 

Modified: index
===================================================================
--- index	2012-09-13 15:30:04 UTC (rev 7344)
+++ index	2012-09-13 22:23:39 UTC (rev 7345)
@@ -12069,11 +12069,12 @@
 
   <p>The <dfn id=dom-style title=dom-style><code>style</code></dfn> IDL attribute
   must return a <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> whose value
-  represents the declarations specified in the attribute, if
-  present. Mutating the <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> object must
-  create a <code title=attr-style><a href=#the-style-attribute>style</a></code> attribute on the
-  element (if there isn't one already) and then change its value to be
-  a value representing the serialized form of the
+  represents the declarations specified in the attribute. (If the
+  attribute is absent, the object represents an empty declaration.)
+  Mutating the <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> object must create a
+  <code title=attr-style><a href=#the-style-attribute>style</a></code> attribute on the element (if
+  there isn't one already) and then change its value to be a value
+  representing the serialized form of the
   <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code> object. The same object must be
   returned each time. <a href=#refsCSSOM>[CSSOM]</a></p>
 

Modified: source
===================================================================
--- source	2012-09-13 15:30:04 UTC (rev 7344)
+++ source	2012-09-13 22:23:39 UTC (rev 7345)
@@ -12572,11 +12572,12 @@
 
   <p>The <dfn title="dom-style"><code>style</code></dfn> IDL attribute
   must return a <code>CSSStyleDeclaration</code> whose value
-  represents the declarations specified in the attribute, if
-  present. Mutating the <code>CSSStyleDeclaration</code> object must
-  create a <code title="attr-style">style</code> attribute on the
-  element (if there isn't one already) and then change its value to be
-  a value representing the serialized form of the
+  represents the declarations specified in the attribute. (If the
+  attribute is absent, the object represents an empty declaration.)
+  Mutating the <code>CSSStyleDeclaration</code> object must create a
+  <code title="attr-style">style</code> attribute on the element (if
+  there isn't one already) and then change its value to be a value
+  representing the serialized form of the
   <code>CSSStyleDeclaration</code> object. The same object must be
   returned each time. <a href="#refsCSSOM">[CSSOM]</a></p>
 




More information about the Commit-Watchers mailing list