[html5] r966 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 28 01:09:10 PDT 2007
Author: ianh
Date: 2007-06-28 01:09:07 -0700 (Thu, 28 Jun 2007)
New Revision: 966
Modified:
index
source
Log:
[ct] (2) Oops, <title>s are supposed to stay in the <head>.
Modified: index
===================================================================
--- index 2007-06-28 05:28:17 UTC (rev 965)
+++ index 2007-06-28 08:09:07 UTC (rev 966)
@@ -36416,8 +36416,10 @@
<dd>
<p>Follow the <a href="#generic0">generic RCDATA parsing
- algorithm</a>, with the <a href="#current4">current node</a> as the
- <var title="">context node</var>.</p>
+ algorithm</a>, with the <a href="#head-element"><code>head</code>
+ element pointer</a> as the <var title="">context node</var>, unless
+ that's null, in which case use the <a href="#current4">current
+ node</a> (<span>fragment cose</span>).</p>
<dt>A start tag whose tag name is "noscript", if <a
href="#scripting2">scripting is enabled</a>:
Modified: source
===================================================================
--- source 2007-06-28 05:28:17 UTC (rev 965)
+++ source 2007-06-28 08:09:07 UTC (rev 966)
@@ -33550,8 +33550,10 @@
<dt>A start tag whose tag name is "title"</dt>
<dd>
<p>Follow the <span>generic RCDATA parsing algorithm</span>,
- with the <span>current node</span> as the <var
- title="">context node</var>.</p>
+ with the <span><code>head</code> element pointer</span> as the
+ <var title="">context node</var>, unless that's null, in which
+ case use the <span>current node</span> (<span>fragment
+ cose</span>).</p>
</dd>
<dt>A start tag whose tag name is "noscript", if <span>scripting is enabled</span>:</dt>
More information about the Commit-Watchers
mailing list