- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 08 Aug 2009 07:58:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8163
Modified Files:
Overview.html
Log Message:
Make document.title safe from synchronous mutation events. (whatwg r3566)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2758
retrieving revision 1.2759
diff -u -d -r1.2758 -r1.2759
--- Overview.html 8 Aug 2009 07:55:38 -0000 1.2758
+++ Overview.html 8 Aug 2009 07:58:46 -0000 1.2759
@@ -6317,14 +6317,14 @@
<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>
+ <a href="#the-head-element-0">the <code>head</code> element</a>. Let <var title="">element</var> be that element. Otherwise, let <var title="">element</var> be <a href="#the-title-element-0">the <code>title</code>
+ element</a>.</li>
- <li>The children of <a href="#the-title-element-0">the <code>title</code> element</a> (if
- any) must all be removed.</li>
+ <li>The children of <var title="">element</var> (if any) must all
+ be removed.</li>
<li>A single <code>Text</code> node whose data is the new value
- being assigned must be appended to <a href="#the-title-element-0">the <code>title</code>
- element</a>.</li>
+ being assigned must be appended to <var title="">element</var>.</li>
</ol><p>The <code title="dom-document-title"><a href="#document.title">title</a></code> attribute on
the <code><a href="#htmldocument">HTMLDocument</a></code> interface should shadow the attribute
Received on Saturday, 8 August 2009 07:58:58 UTC