- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 28 Dec 2008 11:21:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22871
Modified Files:
Overview.html
Log Message:
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. (whatwg r2600)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1770
retrieving revision 1.1771
diff -u -d -r1.1770 -r1.1771
--- Overview.html 28 Dec 2008 11:17:37 -0000 1.1770
+++ Overview.html 28 Dec 2008 11:21:24 -0000 1.1771
@@ -5070,6 +5070,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>
Received on Sunday, 28 December 2008 11:21:36 UTC