[html5] r1317 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 2 20:11:18 PST 2008
Author: ianh
Date: 2008-03-02 20:11:17 -0800 (Sun, 02 Mar 2008)
New Revision: 1317
Modified:
index
source
Log:
[e] (2) Note that <title> elements get parented in the <head> even when found elsewhere.
Modified: index
===================================================================
--- index 2008-03-03 03:01:00 UTC (rev 1316)
+++ index 2008-03-03 04:11:17 UTC (rev 1317)
@@ -41586,9 +41586,14 @@
<p>Follow the <a href="#generic0">generic RCDATA parsing 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>
+ case use the <a href="#current4">current node</a> (<a
+ href="#fragment">fragment case</a>).</p>
+ <p class=title>Setting the <var title="">context node</var> to the <a
+ href="#head-element"><code>head</code> element pointer</a> causes the
+ element to be inserted in the <code><a href="#head">head</a></code>
+ element instead of whatever the <a href="#current4">current node</a> is.</p>
+
<dt>A start tag whose tag name is "noscript", if <a
href="#scripting2">scripting is enabled</a>:
Modified: source
===================================================================
--- source 2008-03-03 03:01:00 UTC (rev 1316)
+++ source 2008-03-03 04:11:17 UTC (rev 1317)
@@ -38698,11 +38698,18 @@
<dt>A start tag whose tag name is "title"</dt>
<dd>
+
<p>Follow the <span>generic RCDATA parsing algorithm</span>,
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>
+ case</span>).</p>
+
+ <p class="title">Setting the <var title="">context node</var> to
+ the <span><code>head</code> element pointer</span> causes the
+ element to be inserted in the <code>head</code> element instead of
+ whatever the <span>current node</span> is.</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