Skip to content

Commit

Permalink
[e] (2) Note that <title> elements get parented in the <head> even wh…
Browse files Browse the repository at this point in the history
…en found elsewhere.

git-svn-id: http://svn.whatwg.org/webapps@1317 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 3, 2008
1 parent 511f259 commit a344e9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
9 changes: 7 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -41586,8 +41586,13 @@ simplified explanation instead:
<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>:
Expand Down
9 changes: 8 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -38698,11 +38698,18 @@ simplified explanation instead:

<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>
Expand Down

0 comments on commit a344e9e

Please sign in to comment.