[html5] r1292 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 2 01:46:00 PST 2008


Author: ianh
Date: 2008-03-02 01:45:59 -0800 (Sun, 02 Mar 2008)
New Revision: 1292

Modified:
   index
   source
Log:
[cgiowt] (2) <span ===> is now a parse error.

Modified: index
===================================================================
--- index	2008-02-29 20:56:03 UTC (rev 1291)
+++ index	2008-03-02 09:45:59 UTC (rev 1292)
@@ -24,8 +24,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 29 February
-    2008</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 2 March 2008</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -38962,6 +38961,13 @@
       href="#permitted">permitted slash</a>. Stay in the <a
       href="#before">before attribute name state</a>.
 
+     <dt>U+003D EQUALS SIGN (=)
+
+     <dd><a href="#parse0">Parse error</a>. Start a new attribute in the
+      current tag token. Set that attribute's name to the current input
+      character, and its value to the empty string. Switch to the <a
+      href="#attribute1">attribute name state</a>.
+
      <dt>EOF
 
      <dd><a href="#parse0">Parse error</a>. Emit the current tag token.

Modified: source
===================================================================
--- source	2008-02-29 20:56:03 UTC (rev 1291)
+++ source	2008-03-02 09:45:59 UTC (rev 1292)
@@ -36518,6 +36518,12 @@
      slash</span>. Stay in the <span>before attribute name
      state</span>.</dd>
 
+     <dt>U+003D EQUALS SIGN (=)</dt>
+     <dd><span>Parse error</span>. Start a new attribute in the
+     current tag token. Set that attribute's name to the current input
+     character, and its value to the empty string. Switch to the
+     <span>attribute name state</span>.</dd>
+
      <dt>EOF</dt>
      <dd><span>Parse error</span>. Emit the current tag
      token. Reconsume the EOF character in the <span>data




More information about the Commit-Watchers mailing list