[html5] r4700 - [e] (0) newline issues Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8774

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 13 02:43:31 PST 2010


Author: ianh
Date: 2010-02-13 02:43:29 -0800 (Sat, 13 Feb 2010)
New Revision: 4700

Modified:
   complete.html
   index
   source
Log:
[e] (0) newline issues
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8774

Modified: complete.html
===================================================================
--- complete.html	2010-02-13 10:33:12 UTC (rev 4699)
+++ complete.html	2010-02-13 10:43:29 UTC (rev 4700)
@@ -6816,7 +6816,6 @@
   NodeList <a href=#dom-document-getelementsbyclassname title=dom-document-getElementsByClassName>getElementsByClassName</a>(in DOMString classNames);
   NodeList <a href=#dom-document-getitems title=dom-document-getItems>getItems</a>(in optional DOMString typeNames); // <a href=#microdata>microdata</a> <!--WARNING: ALSO DUPLICATED IN MICRODATA SECTION-->
 
-
   // <a href=#dynamic-markup-insertion>dynamic markup insertion</a>
            attribute DOMString <a href=#dom-innerhtml title=dom-innerHTML>innerHTML</a>;
   <a href=#htmldocument>HTMLDocument</a> <a href=#dom-document-open title=dom-document-open>open</a>(in optional DOMString type, in optional DOMString replace);

Modified: index
===================================================================
--- index	2010-02-13 10:33:12 UTC (rev 4699)
+++ index	2010-02-13 10:43:29 UTC (rev 4700)
@@ -6715,7 +6715,6 @@
   NodeList <a href=#dom-document-getelementsbyclassname title=dom-document-getElementsByClassName>getElementsByClassName</a>(in DOMString classNames);
   NodeList <a href=#dom-document-getitems title=dom-document-getItems>getItems</a>(in optional DOMString typeNames); // <a href=#microdata>microdata</a> <!--WARNING: ALSO DUPLICATED IN MICRODATA SECTION-->
 
-
   // <a href=#dynamic-markup-insertion>dynamic markup insertion</a>
            attribute DOMString <a href=#dom-innerhtml title=dom-innerHTML>innerHTML</a>;
   <a href=#htmldocument>HTMLDocument</a> <a href=#dom-document-open title=dom-document-open>open</a>(in optional DOMString type, in optional DOMString replace);

Modified: source
===================================================================
--- source	2010-02-13 10:33:12 UTC (rev 4699)
+++ source	2010-02-13 10:43:29 UTC (rev 4700)
@@ -6574,8 +6574,7 @@
   readonly attribute <span>HTMLCollection</span> <span title="dom-document-scripts">scripts</span>;
   NodeList <span title="dom-document-getElementsByName">getElementsByName</span>(in DOMString elementName);
   NodeList <span title="dom-document-getElementsByClassName">getElementsByClassName</span>(in DOMString classNames);
-<!--END w3c-html-->  NodeList <span title="dom-document-getItems">getItems</span>(in optional DOMString typeNames); // <span>microdata</span> <!--WARNING: ALSO DUPLICATED IN MICRODATA SECTION-->
-<!--START w3c-html-->
+<!--END w3c-html-->  NodeList <span title="dom-document-getItems">getItems</span>(in optional DOMString typeNames); // <span>microdata</span> <!--WARNING: ALSO DUPLICATED IN MICRODATA SECTION--><!--START w3c-html-->
 
   // <span>dynamic markup insertion</span>
            attribute DOMString <span title="dom-innerHTML">innerHTML</span>;




More information about the Commit-Watchers mailing list