[html5] r1663 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 22 02:33:20 PDT 2008
Author: ianh
Date: 2008-05-22 02:33:20 -0700 (Thu, 22 May 2008)
New Revision: 1663
Modified:
index
source
Log:
[e] (0) editorial stuff in the chararcter encoding algorithms (credit: pt)
Modified: index
===================================================================
--- index 2008-05-22 09:24:03 UTC (rev 1662)
+++ index 2008-05-22 09:33:20 UTC (rev 1663)
@@ -33761,7 +33761,7 @@
<li>
<p>Skip any U+0009, U+000A, U+000B, U+000C, U+000D, or U+0020 characters
- that immediately follow the word equals sign (there might not be any).
+ that immediately follow the equals sign (there might not be any).
<li>
<p>Process the next character as follows:</p>
@@ -33770,14 +33770,12 @@
<dt>If it is a U+0022 QUOTATION MARK ('"') and there is a later U+0022
QUOTATION MARK ('"') in <var title="">s</var>
- <dd>
- <p>Return string between the two quotation marks.
-
<dt>If it is a U+0027 APOSTROPHE ("'") and there is a later U+0027
APOSTROPHE ("'") in <var title="">s</var>
<dd>
- <p>Return the string between the two apostrophes.
+ <p>Return the string between this character and the next earliest
+ occurance of this character.
<dt>If it is an unmatched U+0022 QUOTATION MARK ('"')
Modified: source
===================================================================
--- source 2008-05-22 09:24:03 UTC (rev 1662)
+++ source 2008-05-22 09:33:20 UTC (rev 1663)
@@ -31570,8 +31570,8 @@
return nothing.</p></li>
<li><p>Skip any U+0009, U+000A, U+000B, U+000C, U+000D, or U+0020
- characters that immediately follow the word equals sign (there
- might not be any).</p></li>
+ characters that immediately follow the equals sign (there might not
+ be any).</p></li>
<li><p>Process the next character as follows:</p>
@@ -31580,12 +31580,11 @@
<dt>If it is a U+0022 QUOTATION MARK ('"') and there is a later
U+0022 QUOTATION MARK ('"') in <var title="">s</var></dt>
- <dd><p>Return string between the two quotation marks.</dd>
-
<dt>If it is a U+0027 APOSTROPHE ("'") and there is a later
U+0027 APOSTROPHE ("'") in <var title="">s</var></dt>
- <dd><p>Return the string between the two apostrophes.</dd>
+ <dd><p>Return the string between this character and the next
+ earliest occurance of this character.</dd>
<dt>If it is an unmatched U+0022 QUOTATION MARK ('"')</dt>
<dt>If it is an unmatched U+0027 APOSTROPHE ("'")</dt>
More information about the Commit-Watchers
mailing list