html5/spec Overview.html,1.2160,1.2161

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18808

Modified Files:
	Overview.html 
Log Message:
typos (credit: avk) (whatwg r2998)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2160
retrieving revision 1.2161
diff -u -d -r1.2160 -r1.2161
--- Overview.html	27 Apr 2009 04:09:03 -0000	1.2160
+++ Overview.html	27 Apr 2009 04:11:21 -0000	1.2161
@@ -9429,7 +9429,8 @@
 
      <li><p>If the character in <var title="">input</var> pointed to
      by <var title="">position</var> is either a U+0027 APOSTROPHE
-     character (') U+0022 QUOTATION MARK character ("), then let <var title="">quote</var> be that character, and advance <var title="">position</var> to the next character. Otherwise, let
+     character (') or U+0022 QUOTATION MARK character ("), then let
+     <var title="">quote</var> be that character, and advance <var title="">position</var> to the next character. Otherwise, let
      <var title="">quote</var> be the empty string.</li>
 
      <li><p>Let <var title="">url</var> be equal to the substring of
@@ -9552,7 +9553,7 @@
    bytes of the document.</li>
 
    <li>There can only be one character encoding declaration in the
-   document.</li> <!-- conformance critiera for this one are given in
+   document.</li> <!-- conformance criteria for this one are given in
    the XML spec, the <meta> section just after defining charset="",
    and the character encoding pragma section. And actually this
    statement isn't quite true, since you can have an XML one and an

Received on Monday, 27 April 2009 04:11:33 UTC