[html5] r875 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 6 17:44:55 PDT 2007
Author: ianh
Date: 2007-06-06 17:44:53 -0700 (Wed, 06 Jun 2007)
New Revision: 875
Modified:
index
source
Log:
[t] (2) HTML5 parser algorithm change: since CRs can come in as NCRs, we have to handle them in the tree constructor stage.
Modified: index
===================================================================
--- index 2007-06-07 00:40:41 UTC (rev 874)
+++ index 2007-06-07 00:44:53 UTC (rev 875)
@@ -34732,7 +34732,7 @@
<dt>A character token that is not one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM
- FEED (FF), or U+0020 SPACE
+ FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dt>An end-of-file token
@@ -34796,7 +34796,7 @@
<dt>A character token that <em>is</em> one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM
- FEED (FF), or U+0020 SPACE
+ FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append that character</a>
@@ -34824,8 +34824,8 @@
the comment token.</p>
<dt>A character token that is one of one of U+0009 CHARACTER TABULATION,
- U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF), or
- U+0020 SPACE
+ U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
+ U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append that character</a>
@@ -34833,7 +34833,7 @@
<dt>A character token that is <em>not</em> one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM
- FEED (FF), or U+0020 SPACE
+ FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dt>A start tag token
@@ -35422,7 +35422,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -35476,7 +35476,7 @@
<dt>A character token that is <em>not</em> one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dt>Any other start tag token
@@ -35514,7 +35514,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -35789,7 +35789,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -36800,7 +36800,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -37031,7 +37031,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -37479,7 +37479,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p>Process the token as it would be processed if the <a
@@ -37527,7 +37527,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -37597,7 +37597,7 @@
<dl class=switch>
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p><a href="#append" title="append a character">Append the
@@ -37656,8 +37656,8 @@
the comment token.</p>
<dt>A character token that is one of one of U+0009 CHARACTER TABULATION,
- U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF), or
- U+0020 SPACE
+ U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM FEED (FF),
+ U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dd>
<p>Process the token as it would be processed in <a href="#the-main0">the
@@ -37665,7 +37665,7 @@
<dt>A character token that is <em>not</em> one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C FORM
- FEED (FF), or U+0020 SPACE
+ FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE
<dt>A start tag token
Modified: source
===================================================================
--- source 2007-06-07 00:40:41 UTC (rev 874)
+++ source 2007-06-07 00:44:53 UTC (rev 875)
@@ -32123,7 +32123,7 @@
<dt>An end tag token</dt>
<dt>A character token that is not one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE</dt>
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
<dt>An end-of-file token</dt>
<dd>
@@ -32200,7 +32200,8 @@
<dt>A character token that <em>is</em> one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or
+ U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append that character</span>
to the <code>Document</code> node.</p>
@@ -32231,7 +32232,7 @@
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE</dt>
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append that character</span>
to the <code>Document</code> node.</p>
@@ -32239,7 +32240,7 @@
<dt>A character token that is <em>not</em> one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE</dt>
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
<dt>A start tag token</dt>
<dt>An end tag token</dt>
<dt>An end-of-file token</dt>
@@ -32796,7 +32797,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -32857,7 +32859,7 @@
<dt>A character token that is <em>not</em> one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE</dt>
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
<dt>Any other start tag token</dt>
<dd>
@@ -32897,7 +32899,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -33185,7 +33188,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -34241,7 +34245,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -34479,7 +34484,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -34975,7 +34981,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p>Process the token as it would be processed if the
<span>insertion mode</span> was "<span title="insertion mode:
@@ -35028,7 +35035,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -35101,7 +35109,8 @@
<dt>A character token that is one of one of U+0009
CHARACTER TABULATION, U+000A LINE FEED (LF), U+000B LINE
- TABULATION, U+000C FORM FEED (FF), or U+0020 SPACE</dt>
+ TABULATION, U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR),
+ or U+0020 SPACE</dt>
<dd>
<p><span title="append a character">Append the character</span> to
the <span>current node</span>.</p>
@@ -35168,7 +35177,7 @@
<dt>A character token that is one of one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE</dt>
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
<dd>
<p>Process the token as it would be processed in <span>the main
phase</span>.</p>
@@ -35176,7 +35185,7 @@
<dt>A character token that is <em>not</em> one of U+0009 CHARACTER
TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C
- FORM FEED (FF), or U+0020 SPACE</dt>
+ FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
<dt>A start tag token</dt>
<dt>An end tag token</dt>
<dd>
More information about the Commit-Watchers
mailing list