NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 104 - <span ===> is now a parse error.
<span ===> is now a parse error.
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-03 13:12 CET by Nobody
Modified: 2008-03-13 16:20 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-03 13:12:04 CET
Index: source
===================================================================
--- source	(revision 1291)
+++ source	(revision 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