[html5] r3575 - [] (0) Implicitly clarify that only one mutation event fires here.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 9 16:09:22 PDT 2009
Author: ianh
Date: 2009-08-09 16:09:21 -0700 (Sun, 09 Aug 2009)
New Revision: 3575
Modified:
index
source
Log:
[] (0) Implicitly clarify that only one mutation event fires here.
Modified: index
===================================================================
--- index 2009-08-09 22:42:02 UTC (rev 3574)
+++ index 2009-08-09 23:09:21 UTC (rev 3575)
@@ -5717,10 +5717,10 @@
content attribute must itself be immediately mutated. When the
attribute is absent, then the string represented by the object is
the empty string; when the object mutates this empty string, the
- user agent must first add the corresponding content attribute, and
- then mutate that attribute instead. The same
- <code><a href=#domtokenlist-0>DOMTokenList</a></code> object must be returned every time for
- each attribute.</p>
+ user agent must add the corresponding content attribute, with its
+ value set to the value it would have been set to after mutating the
+ empty string. The same <code><a href=#domtokenlist-0>DOMTokenList</a></code> object must be
+ returned every time for each attribute.</p>
<p>If a reflecting DOM attribute has the type
<code><a href=#htmlelement>HTMLElement</a></code>, or an interface that descends from
Modified: source
===================================================================
--- source 2009-08-09 22:42:02 UTC (rev 3574)
+++ source 2009-08-09 23:09:21 UTC (rev 3575)
@@ -5019,10 +5019,10 @@
content attribute must itself be immediately mutated. When the
attribute is absent, then the string represented by the object is
the empty string; when the object mutates this empty string, the
- user agent must first add the corresponding content attribute, and
- then mutate that attribute instead. The same
- <code>DOMTokenList</code> object must be returned every time for
- each attribute.</p>
+ user agent must add the corresponding content attribute, with its
+ value set to the value it would have been set to after mutating the
+ empty string. The same <code>DOMTokenList</code> object must be
+ returned every time for each attribute.</p>
<p>If a reflecting DOM attribute has the type
<code>HTMLElement</code>, or an interface that descends from
More information about the Commit-Watchers
mailing list