NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 606 - Revert r3146 ('Allow href='http://example.com/demo?id=hello&copy=1&world=fun' experimentally.') since it's too confusing.
Revert r3146 ('Allow href='http://example.com/demo?id=hello&copy=1&world=fun'...
Status: RESOLVED NOTREPRODUCIBLE
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 15:01 CEST by Henri Sivonen
Modified: 2011-06-14 12:55 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-07-14 15:01:10 CEST
Index: source
===================================================================
--- source	(revision 3234)
+++ source	(revision 3235)
@@ -72090,13 +72090,8 @@
   ampersand</dfn> is a U+0026 AMPERSAND (<code>&amp;</code>) character
   that is followed by some <span title="syntax-text">text</span> other
   than a <span>space character</span>, a U+003C LESS-THAN SIGN
-  character ('&lt;'), another U+0026 AMPERSAND (<code>&amp;</code>)
-  character, or, if the character is in an <span
-  title="syntax-attribute-value">attribute value</span>, one or more
-  characters in the ranges U+0030 DIGIT ZERO ..  U+0039 DIGIT NINE,
-  U+0041 LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z, and
-  U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, followed
-  by a U+003D EQUALS SIGN character (=).</p>
+  character ('&lt;'), or another U+0026 AMPERSAND (<code>&amp;</code>)
+  character.</p>
 
 
   <h4>CDATA sections</h4>
@@ -74877,15 +74872,9 @@
     column of the <span>named character references</span> table (in a
     <span>case-sensitive</span> manner).</p>
 
-    <p>If no match can be made, then no characters are consumed, and
-    nothing is returned. If the current state is not the
-    <span>character reference in attribute value state</span>, or the
-    U+0026 AMPERSAND character is not followed by one or more
-    characters in the ranges U+0030 DIGIT ZERO to U+0039 DIGIT NINE,
-    U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z,
-    and U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z,
-    followed by a U+003D EQUALS SIGN character (=), then this is also
-    a <span>parse error</span>.</p>
+    <p>If no match can be made, then this is a <span>parse
+    error</span>. No characters are consumed, and nothing is
+    returned.</p>
 
     <p>If the last character matched is not a U+003B SEMICOLON (<code
     title="">;</code>), there is a <span>parse error</span>.</p>
Comment 1 Henri Sivonen 2011-06-14 12:55:28 CEST
Spec changed.