- From: poot <cvsmail@w3.org>
- Date: Sun, 28 Dec 2008 20:24:02 +0900 (JST)
- To: public-html-diffs@w3.org
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)
title
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1771.html#document.title
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1770&r2=1.1771&f=h
http://html5.org/tools/web-apps-tracker?from=2599&to=2600
===================================================================
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:24:37 UTC