- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Sep 2008 03:37:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18037 Modified Files: Overview.html Log Message: Reorder the SOLIDUS entries in the tokeniser for consistency. (whatwg r2132) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1303 retrieving revision 1.1304 diff -u -d -r1.1303 -r1.1304 --- Overview.html 2 Sep 2008 03:34:41 -0000 1.1303 +++ Overview.html 2 Sep 2008 03:37:43 -0000 1.1304 @@ -27,7 +27,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ--> 1 September 2008</h2> + Editor's Draft <!--ZZZ--> 2 September 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -199,7 +199,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 1 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 2 September 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -47709,6 +47709,11 @@ <dd>Switch to the <a href="#before4">before attribute name state</a>. + <dt>U+002F SOLIDUS (/) + + <dd>Switch to the <a href="#self-closing0">self-closing start tag + state</a>. + <dt>U+003E GREATER-THAN SIGN (>) <dd>Emit the current tag token. Switch to the <a href="#data-state0">data @@ -47725,11 +47730,6 @@ <dd><a href="#parse2">Parse error</a>. Emit the current tag token. Reconsume the EOF character in the <a href="#data-state0">data state</a>. - <dt>U+002F SOLIDUS (/) - - <dd>Switch to the <a href="#self-closing0">self-closing start tag - state</a>. - <dt>Anything else <dd>Append the current input character to the current tag token's tag @@ -47753,6 +47753,11 @@ <dd>Stay in the <a href="#before4">before attribute name state</a>. + <dt>U+002F SOLIDUS (/) + + <dd>Switch to the <a href="#self-closing0">self-closing start tag + state</a>. + <dt>U+003E GREATER-THAN SIGN (>) <dd>Emit the current tag token. Switch to the <a href="#data-state0">data @@ -47765,11 +47770,6 @@ to the character's code point), and its value to the empty string. Switch to the <a href="#attribute5">attribute name state</a>. - <dt>U+002F SOLIDUS (/) - - <dd>Switch to the <a href="#self-closing0">self-closing start tag - state</a>. - <dt>U+0022 QUOTATION MARK (") <dt>U+0027 APOSTROPHE (') @@ -47808,6 +47808,11 @@ <dd>Switch to the <a href="#after4">after attribute name state</a>. + <dt>U+002F SOLIDUS (/) + + <dd>Switch to the <a href="#self-closing0">self-closing start tag + state</a>. + <dt>U+003D EQUALS SIGN (=) <dd>Switch to the <a href="#before5">before attribute value state</a>. @@ -47823,11 +47828,6 @@ 0x0020 to the character's code point) to the current attribute's name. Stay in the <a href="#attribute5">attribute name state</a>. - <dt>U+002F SOLIDUS (/) - - <dd>Switch to the <a href="#self-closing0">self-closing start tag - state</a>. - <dt>U+0022 QUOTATION MARK (") <dt>U+0027 APOSTROPHE (') @@ -47870,6 +47870,11 @@ <dd>Stay in the <a href="#after4">after attribute name state</a>. + <dt>U+002F SOLIDUS (/) + + <dd>Switch to the <a href="#self-closing0">self-closing start tag + state</a>. + <dt>U+003D EQUALS SIGN (=) <dd>Switch to the <a href="#before5">before attribute value state</a>. @@ -47886,11 +47891,6 @@ to the character's code point), and its value to the empty string. Switch to the <a href="#attribute5">attribute name state</a>. - <dt>U+002F SOLIDUS (/) - - <dd>Switch to the <a href="#self-closing0">self-closing start tag - state</a>. - <dt>U+0022 QUOTATION MARK (") <dt>U+0027 APOSTROPHE (') @@ -48100,14 +48100,14 @@ <dd>Switch to the <a href="#before4">before attribute name state</a>. - <dt>U+003E GREATER-THAN SIGN (>) + <dt>U+002F SOLIDUS (/) - <dd>Emit the current tag token. Switch to the <a href="#data-state0">data + <dd>Switch to the <a href="#self-closing0">self-closing start tag state</a>. - <dt>U+002F SOLIDUS (/) + <dt>U+003E GREATER-THAN SIGN (>) - <dd>Switch to the <a href="#self-closing0">self-closing start tag + <dd>Emit the current tag token. Switch to the <a href="#data-state0">data state</a>. <dt>EOF
Received on Tuesday, 2 September 2008 03:38:19 UTC