[html5] r2600 - [e] (0) make a note about mutation events wrt document.title, so that once the d [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 28 03:21:20 PST 2008


Author: ianh
Date: 2008-12-28 03:21:19 -0800 (Sun, 28 Dec 2008)
New Revision: 2600

Modified:
   index
   source
Log:
[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.

Modified: index
===================================================================
--- index	2008-12-28 11:17:31 UTC (rev 2599)
+++ index	2008-12-28 11:21:19 UTC (rev 2600)
@@ -6120,6 +6120,9 @@
    <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>

Modified: source
===================================================================
--- source	2008-12-28 11:17:31 UTC (rev 2599)
+++ source	2008-12-28 11:21:19 UTC (rev 2600)
@@ -6156,6 +6156,9 @@
    <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>




More information about the Commit-Watchers mailing list