Skip to content

Commit

Permalink
Oops, noframes was listed twice. Also, 'Create an element node for' w…
Browse files Browse the repository at this point in the history
…asn't hyperlinking correctly.

git-svn-id: http://svn.whatwg.org/webapps@141 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2006
1 parent 732a61a commit b99f99e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
28 changes: 15 additions & 13 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=web-applications>Web Applications 1.0</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 11 October 2006</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 12 October 2006</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -20152,13 +20152,15 @@ function receiver(e) {
href="#h30">h3</a></code>, <code><a href="#h40">h4</a></code>, <code><a
href="#h50">h5</a></code>, <code><a href="#h60">h6</a></code>, <code><a
href="#head0">head</a></code>, <code><a href="#hr0">hr</a></code>,
<code>iframe</code>, <code>image</code>, <code><a
href="#img0">img</a></code>, <code>input</code>, <code>isindex</code>,
<code><a href="#li0">li</a></code>, <code><a
<code>iframe</code>,
<code>image</code><!-- XXX ? this isn't an element that can end up
on the stack-->,
<code><a href="#img0">img</a></code>, <code>input</code>,
<code>isindex</code>, <code><a href="#li0">li</a></code>, <code><a
href="#link0">link</a></code>, <code>listing</code>, <code><a
href="#menu0">menu</a></code>, <code><a href="#meta0">meta</a></code>,
<code>noembed</code>, <code>noframes</code>, <code>noframes</code>,
<code><a href="#noscript0">noscript</a></code>, <code><a
<code>noembed</code>, <code>noframes</code>, <code><a
href="#noscript0">noscript</a></code>, <code><a
href="#ol0">ol</a></code>, <code>optgroup</code>, <code>option</code>,
<code><a href="#p0">p</a></code>, <code>param</code>,
<code>plaintext</code>, <code><a href="#pre0">pre</a></code>, <code><a
Expand Down Expand Up @@ -20645,7 +20647,7 @@ simplified explanation instead:
<dt>A start tag token with the tag name "head"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>Set the <a href="#head-element"><code title="">head</code> element
pointer</a> to this new element node.</p>
Expand Down Expand Up @@ -20733,7 +20735,7 @@ simplified explanation instead:
<dt>A start tag with the tag name "title"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>Append the new element to the node pointed to by the <a
href="#head-element"><code title="">head</code> element pointer</a>,
Expand All @@ -20760,7 +20762,7 @@ simplified explanation instead:
<dt>A start tag with the tag name "style"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>Append the new element to the node pointed to by the <a
href="#head-element"><code title="">head</code> element pointer</a>,
Expand Down Expand Up @@ -20788,7 +20790,7 @@ simplified explanation instead:
<dt id=scriptTag>A start tag with the tag name "script"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>Mark the element as being <a
href="#parser-inserted">"parser-inserted"</a>. This ensures that, if
Expand Down Expand Up @@ -20921,7 +20923,7 @@ simplified explanation instead:
<dt>A start tag with the tag name "base", "link", or "meta"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>Append the new element to the node pointed to by the <a
href="#head-element"><code title="">head</code> element pointer</a>,
Expand Down Expand Up @@ -21782,7 +21784,7 @@ simplified explanation instead:
<dt>A start tag whose tag name is "textarea"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>If the <a href="#form-element"><code title="">form</code> element
pointer</a> is not null, then <span>associate</span><!--XXX
Expand Down Expand Up @@ -21816,7 +21818,7 @@ simplified explanation instead:
"noframes", "noscript"

<dd>
<p><span>Create an element node for the token</span>.</p>
<p><a href="#create">Create an element for the token</a>.</p>

<p>For "iframe" tags, the node must be an
<code>HTMLIFrameElement</code> object, for the other tags it must be
Expand Down
33 changes: 17 additions & 16 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18716,17 +18716,18 @@ function receiver(e) {
<code>frameset</code>, <code>h1</code>, <code>h2</code>,
<code>h3</code>, <code>h4</code>, <code>h5</code>, <code>h6</code>,
<code>head</code>, <code>hr</code>, <code>iframe</code>,
<code>image</code>, <code>img</code>, <code>input</code>,
<code>image</code><!-- XXX ? this isn't an element that can end up
on the stack-->, <code>img</code>, <code>input</code>,
<code>isindex</code>, <code>li</code>, <code>link</code>,
<code>listing</code>, <code>menu</code>, <code>meta</code>,
<code>noembed</code>, <code>noframes</code>, <code>noframes</code>,
<code>noscript</code>, <code>ol</code>, <code>optgroup</code>,
<code>option</code>, <code>p</code>, <code>param</code>,
<code>plaintext</code>, <code>pre</code>, <code>script</code>,
<code>select</code>, <code>spacer</code>, <code>style</code>,
<code>tbody</code>, <code>textarea</code>, <code>tfoot</code>,
<code>thead</code>, <code>title</code>, <code>tr</code>,
<code>ul</code>, and <code>wbr</code>.</p></dd>
<code>noembed</code>, <code>noframes</code>, <code>noscript</code>,
<code>ol</code>, <code>optgroup</code>, <code>option</code>,
<code>p</code>, <code>param</code>, <code>plaintext</code>,
<code>pre</code>, <code>script</code>, <code>select</code>,
<code>spacer</code>, <code>style</code>, <code>tbody</code>,
<code>textarea</code>, <code>tfoot</code>, <code>thead</code>,
<code>title</code>, <code>tr</code>, <code>ul</code>, and
<code>wbr</code>.</p></dd>

<dt><dfn>Scoping</dfn></dt>
<dd><p>The following HTML elements introduce new <span title="has
Expand Down Expand Up @@ -19188,7 +19189,7 @@ simplified explanation instead:
<dt>A start tag token with the tag name "head"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>Set the <span><code title="">head</code> element
pointer</span> to this new element node.</p>
Expand Down Expand Up @@ -19286,7 +19287,7 @@ simplified explanation instead:
<dt>A start tag with the tag name "title"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>Append the new element to the node pointed to by the
<span><code title="">head</code> element pointer</span>, or,
Expand Down Expand Up @@ -19316,7 +19317,7 @@ simplified explanation instead:
<dt>A start tag with the tag name "style"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>Append the new element to the node pointed to by the
<span><code title="">head</code> element pointer</span>, or,
Expand Down Expand Up @@ -19346,7 +19347,7 @@ simplified explanation instead:
<dt id="scriptTag">A start tag with the tag name "script"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>Mark the element as being
<span>"parser-inserted"</span>. This ensures that, if the
Expand Down Expand Up @@ -19481,7 +19482,7 @@ simplified explanation instead:
<dt>A start tag with the tag name "base", "link", or "meta"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>Append the new element to the node pointed to by the
<span><code title="">head</code> element pointer</span>, or,
Expand Down Expand Up @@ -20386,7 +20387,7 @@ simplified explanation instead:
<dt>A start tag whose tag name is "textarea"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>If the <span><code title="">form</code> element
pointer</span> is not null, then <span>associate</span><!--XXX
Expand Down Expand Up @@ -20421,7 +20422,7 @@ simplified explanation instead:
"noembed", "noframes", "noscript"</dt>
<dd>

<p><span>Create an element node for the token</span>.</p>
<p><span>Create an element for the token</span>.</p>

<p>For "iframe" tags, the node must be an
<code>HTMLIFrameElement</code> object, for the other tags it
Expand Down

0 comments on commit b99f99e

Please sign in to comment.