html5/spec-author-view Overview.html,1.600,1.601 apis-in-html-documents.html,1.10,1.11 spec.html,1.605,1.606

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv5051

Modified Files:
	Overview.html apis-in-html-documents.html spec.html 
Log Message:
Make <style type='text/css;charset=xxx'> ignored. (whatwg r4520)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.600
retrieving revision 1.601
diff -u -d -r1.600 -r1.601
--- Overview.html	6 Jan 2010 10:47:01 -0000	1.600
+++ Overview.html	6 Jan 2010 10:58:33 -0000	1.601
@@ -281,7 +281,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3615.
+This is revision 1.3617.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- apis-in-html-documents.html	5 Jan 2010 11:37:20 -0000	1.10
+++ apis-in-html-documents.html	6 Jan 2010 10:58:33 -0000	1.11
@@ -508,9 +508,9 @@
      <dd>Just inside the element, after its last child.</dd>
      <dt>"afterend"</dt>
      <dd>After the element itself.</dd>
-    </dl><p>Throws a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> exception the arguments have
-    invalid values (e.g., in the case of <a href="dom.html#xml-documents">XML documents</a>,
-    if the given string is not well-formed).</p>
+    </dl><p>Throws a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> exception if the arguments
+    have invalid values (e.g., in the case of <a href="dom.html#xml-documents">XML
+    documents</a>, if the given string is not well-formed).</p>
 
     <p>Throws a <code><a href="urls.html#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
     the given position isn't possible (e.g. inserting elements after

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.605
retrieving revision 1.606
diff -u -d -r1.605 -r1.606
--- spec.html	6 Jan 2010 10:47:01 -0000	1.605
+++ spec.html	6 Jan 2010 10:58:33 -0000	1.606
@@ -279,7 +279,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3615.
+This is revision 1.3617.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -4113,9 +4113,9 @@
      <dd>Just inside the element, after its last child.</dd>
      <dt>"afterend"</dt>
      <dd>After the element itself.</dd>
-    </dl><p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception the arguments have
-    invalid values (e.g., in the case of <a href=#xml-documents>XML documents</a>,
-    if the given string is not well-formed).</p>
+    </dl><p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the arguments
+    have invalid values (e.g., in the case of <a href=#xml-documents>XML
+    documents</a>, if the given string is not well-formed).</p>
 
     <p>Throws a <code><a href=#no_modification_allowed_err>NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
     the given position isn't possible (e.g. inserting elements after

Received on Wednesday, 6 January 2010 10:58:37 UTC