[html5] r3146 - [act] (0) Allow href='http://example.com/demo?id=hello&copy=1&world=fun' experim [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 28 17:02:39 PDT 2009


Author: ianh
Date: 2009-05-28 17:02:38 -0700 (Thu, 28 May 2009)
New Revision: 3146

Modified:
   index
   source
Log:
[act] (0) Allow href='http://example.com/demo?id=hello&copy=1&world=fun' experimentally.

Modified: index
===================================================================
--- index	2009-05-28 21:29:37 UTC (rev 3145)
+++ index	2009-05-29 00:02:38 UTC (rev 3146)
@@ -58950,8 +58950,12 @@
   ampersand</dfn> is a U+0026 AMPERSAND (<code>&</code>) character
   that is followed by some <a href=#syntax-text title=syntax-text>text</a> other
   than a <a href=#space-character>space character</a>, a U+003C LESS-THAN SIGN
-  character ('<'), or another U+0026 AMPERSAND (<code>&</code>)
-  character.</p>
+  character ('<'), another U+0026 AMPERSAND (<code>&</code>)
+  character, or, if the character is in an <a href=#syntax-attribute-value title=syntax-attribute-value>attribute value</a>, 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>
 
 
   <h4 id=cdata-sections><span class=secno>9.1.5 </span>CDATA sections</h4>
@@ -61309,9 +61313,15 @@
     column of the <a href=#named-character-references>named character references</a> table (in a
     <a href=#case-sensitive>case-sensitive</a> manner).</p>
 
-    <p>If no match can be made, then this is a <a href=#parse-error>parse
-    error</a>. No characters are consumed, and nothing is
-    returned.</p>
+    <p>If no match can be made, then no characters are consumed, and
+    nothing is returned. If the current state is not the
+    <a href=#character-reference-in-attribute-value-state>character reference in attribute value state</a>, 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 <a href=#parse-error>parse error</a>.</p>
 
     <p>If the last character matched is not a U+003B SEMICOLON (<code title="">;</code>), there is a <a href=#parse-error>parse error</a>.</p>
 

Modified: source
===================================================================
--- source	2009-05-28 21:29:37 UTC (rev 3145)
+++ source	2009-05-29 00:02:38 UTC (rev 3146)
@@ -72488,8 +72488,13 @@
   ampersand</dfn> is a U+0026 AMPERSAND (<code>&</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 ('<'), or another U+0026 AMPERSAND (<code>&</code>)
-  character.</p>
+  character ('<'), another U+0026 AMPERSAND (<code>&</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>
 
 
   <h4>CDATA sections</h4>
@@ -75185,9 +75190,15 @@
     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 this is a <span>parse
-    error</span>. No characters are consumed, and nothing is
-    returned.</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 the last character matched is not a U+003B SEMICOLON (<code
     title="">;</code>), there is a <span>parse error</span>.</p>




More information about the Commit-Watchers mailing list