[html5] r5629 - [e] (0) MD exclusion Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11031
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 14 02:36:17 PDT 2010
Author: ianh
Date: 2010-10-14 02:36:14 -0700 (Thu, 14 Oct 2010)
New Revision: 5629
Modified:
complete.html
index
source
Log:
[e] (0) MD exclusion
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11031
Modified: complete.html
===================================================================
--- complete.html 2010-10-14 09:07:08 UTC (rev 5628)
+++ complete.html 2010-10-14 09:36:14 UTC (rev 5629)
@@ -6847,8 +6847,11 @@
<p>The <code><a href=#htmlcollection>HTMLCollection</a></code>, <code><a href=#htmlallcollection>HTMLAllCollection</a></code>,
<code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>,
- <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>, and
- <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> interfaces represent various
+ <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>,
+<!--MD-->
+ and <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
+<!--MD-->
+ interfaces represent various
lists of DOM nodes. Collectively, objects implementing these
interfaces are called <dfn id=collections>collections</dfn>.</p>
Modified: index
===================================================================
--- index 2010-10-14 09:07:08 UTC (rev 5628)
+++ index 2010-10-14 09:36:14 UTC (rev 5629)
@@ -6824,8 +6824,11 @@
<p>The <code><a href=#htmlcollection>HTMLCollection</a></code>, <code><a href=#htmlallcollection>HTMLAllCollection</a></code>,
<code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>,
- <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>, and
- <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> interfaces represent various
+ <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>,
+<!--MD-->
+ and <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
+<!--MD-->
+ interfaces represent various
lists of DOM nodes. Collectively, objects implementing these
interfaces are called <dfn id=collections>collections</dfn>.</p>
Modified: source
===================================================================
--- source 2010-10-14 09:07:08 UTC (rev 5628)
+++ source 2010-10-14 09:36:14 UTC (rev 5629)
@@ -6525,8 +6525,11 @@
<p>The <code>HTMLCollection</code>, <code>HTMLAllCollection</code>,
<code>HTMLFormControlsCollection</code>,
- <code>HTMLOptionsCollection</code>, and
- <code>HTMLPropertiesCollection</code> interfaces represent various
+ <code>HTMLOptionsCollection</code>,
+<!--END w3c-html--><!--MD-->
+ and <code>HTMLPropertiesCollection</code>
+<!--START w3c-html--><!--MD-->
+ interfaces represent various
lists of DOM nodes. Collectively, objects implementing these
interfaces are called <dfn>collections</dfn>.</p>
More information about the Commit-Watchers
mailing list