Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) make a note about mutation events wrt document.title, so that…
… once the dom3 events spec is done, i don't forget to check if this ended up resolved.

git-svn-id: http://svn.whatwg.org/webapps@2600 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 28, 2008
1 parent fadfcb6 commit 2d0be15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index
Expand Up @@ -6120,6 +6120,9 @@ interface <dfn id=domstringmap-0>DOMStringMap</dfn> {};</pre>
<a href=#the-head-element-0>the <code>head</code> element</a> is null, then the
attribute must do nothing. Stop the algorithm here.</li>

<!-- XXX define the following two paragraphs with respect to
mutation events (e.g. are mutation events fired synchronously) -->

<li>If <a href=#the-title-element-0>the <code>title</code> element</a> is null, then a
new <code><a href=#the-title-element>title</a></code> element must be created and appended to
<a href=#the-head-element-0>the <code>head</code> element</a>.</li>
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -6156,6 +6156,9 @@ interface <dfn>DOMStringMap</dfn> {};</pre>
<span>the <code>head</code> element</span> is null, then the
attribute must do nothing. Stop the algorithm here.</li>

<!-- XXX define the following two paragraphs with respect to
mutation events (e.g. are mutation events fired synchronously) -->

<li>If <span>the <code>title</code> element</span> is null, then a
new <code>title</code> element must be created and appended to
<span>the <code>head</code> element</span>.</li>
Expand Down

0 comments on commit 2d0be15

Please sign in to comment.