- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 09 Aug 2009 23:09:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28858 Modified Files: Overview.html Log Message: Implicitly clarify that only one mutation event fires here. (whatwg r3575) Index: Overview.html =================================================================== 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:09:40 UTC