hixie: Implicitly clarify that only one mutation event fires here. (whatwg r3575)

hixie: Implicitly clarify that only one mutation event fires here.
(whatwg r3575)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2767&r2=1.2768&f=h
http://html5.org/tools/web-apps-tracker?from=3574&to=3575

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2767
retrieving revision 1.2768
diff -u -d -r1.2767 -r1.2768
--- Overview.html 9 Aug 2009 22:42:08 -0000 1.2767
+++ Overview.html 9 Aug 2009 23:09:27 -0000 1.2768
@@ -5929,10 +5929,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

Received on Sunday, 9 August 2009 23:10:27 UTC