Skip to content

Commit

Permalink
[] (0) Implicitly clarify that only one mutation event fires here.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3575 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2009
1 parent c8a3138 commit db9194a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -5717,10 +5717,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -5019,10 +5019,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down

0 comments on commit db9194a

Please sign in to comment.