- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 18:06:43 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6087)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4890&r2=1.4891&f=h
http://html5.org/tools/web-apps-tracker?from=6086&to=6087
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4890
retrieving revision 1.4891
diff -u -d -r1.4890 -r1.4891
--- Overview.html 5 May 2011 21:48:16 -0000 1.4890
+++ Overview.html 5 May 2011 22:04:02 -0000 1.4891
@@ -3308,7 +3308,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>
Received on Thursday, 5 May 2011 22:06:45 UTC