Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor changes to parser spec
git-svn-id: http://svn.whatwg.org/webapps@80 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 12, 2006
1 parent 40bd524 commit 7ce8bdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
21 changes: 11 additions & 10 deletions index
Expand Up @@ -20215,9 +20215,10 @@ function receiver(e) {
node.

<li>
<p>Let a bookmark note the relative position of the <var
title="">formatting element</var> in the <span><a
href="#list-of2">list of active formatting elements</a></span>.
<p>Let a bookmark note the position of the <var title="">formatting
element</var> in the <span><a href="#list-of2">list of active
formatting elements</a></span> relative to the elements on either
side of it in the list.

<li>
<p>Let <var title="">node</var> and <var title="">last node</var>
Expand Down Expand Up @@ -21030,7 +21031,7 @@ function receiver(e) {
seen, then reprocess the current token.</p>

<dt>An end tag whose tag name is one of: "body", "caption", "col",
"colgroup", "html", "td", "th", "tr"
"colgroup", "html", "td", "th"

<dd>
<p><span><a href="#parse">Parse error</a></span>. Ignore the token.</p>
Expand Down Expand Up @@ -21090,8 +21091,8 @@ function receiver(e) {
<p><span><a href="#close2">Close the cell</a></span> (see below) and
reprocess the current token.</p>

<dt>An end tag whose tag name is one of: "body", "col", "colgroup",
"html"
<dt>An end tag whose tag name is one of: "body", "caption", "col",
"colgroup", "html"

<dd>
<p><span><a href="#parse">Parse error</a></span>. Ignore the token.</p>
Expand Down Expand Up @@ -23383,10 +23384,10 @@ interface <dfn id="timeouthandler">TimeoutHandler</dfn> {
Iannarelli, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Shaver,
Mikko Rantalainen, Neil Deakin, Olav Junker Kj&aelig;r, Rimantas
Liubertas, Robert O'Callahan, Roman Ivanov, S. Mike Dierken, Shaun Inman,
Simon Pieters, Steven Garrity, Stuart Parmenter, Tantek &Ccedil;elik,
Thomas O'Connor, Tim Altman, Vladimir Vuki&#x0107;evi&#x0107;, and
everyone on the WHATWG mailing list for their useful and substantial
comments.
Simon Pieters, Steven Garrity, Stewart Brodie, Stuart Parmenter, Tantek
&Ccedil;elik, Thomas O'Connor, Tim Altman, Vladimir
Vuki&#x0107;evi&#x0107;, and everyone on the WHATWG mailing list for their
useful and substantial comments.

<p>Special thanks to Richard Williamson for creating the first
implementation of <code><a href="#canvas">canvas</a></code> in Safari,
Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -18317,9 +18317,10 @@ function receiver(e) {
then remove the <var title="">furthest block</var> from its parent
node.</p></li>

<li><p>Let a bookmark note the relative position of the
<var title="">formatting element</var> in the <span>list of active
formatting elements</span>.</p></li>
<li><p>Let a bookmark note the position of the <var
title="">formatting element</var> in the <span>list of active
formatting elements</span> relative to the elements on either
side of it in the list.</p></li>

<li>

Expand Down Expand Up @@ -19159,7 +19160,7 @@ function receiver(e) {
</dd>

<dt>An end tag whose tag name is one of: "body", "caption",
"col", "colgroup", "html", "td", "th", "tr"</dt>
"col", "colgroup", "html", "td", "th"</dt>
<dd>
<p><span>Parse error</span>. Ignore the token.</p>
</dd>
Expand Down Expand Up @@ -19224,8 +19225,8 @@ function receiver(e) {
current token.</p>
</dd>

<dt>An end tag whose tag name is one of: "body", "col",
"colgroup", "html"</dt>
<dt>An end tag whose tag name is one of: "body", "caption",
"col", "colgroup", "html"</dt>
<dd>
<p><span>Parse error</span>. Ignore the token.</p>
</dd>
Expand Down Expand Up @@ -20498,8 +20499,8 @@ interface <dfn>TimeoutHandler</dfn> {
Iannarelli, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike
Shaver, Mikko Rantalainen, Neil Deakin, Olav Junker Kj&aelig;r,
Rimantas Liubertas, Robert O'Callahan, Roman Ivanov, S. Mike
Dierken, Shaun Inman, Simon Pieters, Steven Garrity, Stuart
Parmenter, Tantek &Ccedil;elik, Thomas O'Connor, Tim Altman,
Dierken, Shaun Inman, Simon Pieters, Steven Garrity, Stewart Brodie,
Stuart Parmenter, Tantek &Ccedil;elik, Thomas O'Connor, Tim Altman,
Vladimir Vuki&#x0107;evi&#x0107;, and everyone on the WHATWG mailing
list for their useful and substantial comments.</p>

Expand Down

0 comments on commit 7ce8bdd

Please sign in to comment.