[html5] r6087 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12236
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 5 15:03:56 PDT 2011
Author: ianh
Date: 2011-05-05 15:03:52 -0700 (Thu, 05 May 2011)
New Revision: 6087
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12236
Modified: complete.html
===================================================================
--- complete.html 2011-05-05 21:48:09 UTC (rev 6086)
+++ complete.html 2011-05-05 22:03:52 UTC (rev 6087)
@@ -3798,7 +3798,7 @@
<dt>One byte in the range 80 to BF preceded by a byte that is part of a complete UTF-8 sequence that does not include this byte</dt>
- <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as port of a sequence</dt>
+ <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as part of a sequence</dt>
<dd>Each such byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>
Modified: index
===================================================================
--- index 2011-05-05 21:48:09 UTC (rev 6086)
+++ index 2011-05-05 22:03:52 UTC (rev 6087)
@@ -3823,7 +3823,7 @@
<dt>One byte in the range 80 to BF preceded by a byte that is part of a complete UTF-8 sequence that does not include this byte</dt>
- <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as port of a sequence</dt>
+ <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as part of a sequence</dt>
<dd>Each such byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>
Modified: source
===================================================================
--- source 2011-05-05 21:48:09 UTC (rev 6086)
+++ source 2011-05-05 22:03:52 UTC (rev 6087)
@@ -2900,7 +2900,7 @@
<dt>One byte in the range 80 to BF preceded by a byte that is part of a complete UTF-8 sequence that does not include this byte</dt>
- <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as port of a sequence</dt>
+ <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as part of a sequence</dt>
<dd>Each such byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>
More information about the Commit-Watchers
mailing list