[html5] r5293 - [giow] (2) Forgot to remove <button> from the main scoping list. Please let me k [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 16 11:27:47 PDT 2010
Author: ianh
Date: 2010-08-16 11:27:45 -0700 (Mon, 16 Aug 2010)
New Revision: 5293
Modified:
complete.html
index
source
Log:
[giow] (2) Forgot to remove <button> from the main scoping list. Please let me know ASAP if this change breaks anything.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10223
Modified: complete.html
===================================================================
--- complete.html 2010-08-16 18:22:20 UTC (rev 5292)
+++ complete.html 2010-08-16 18:27:45 UTC (rev 5293)
@@ -79342,7 +79342,6 @@
<li><code><a href=#the-table-element>table</a></code> in the HTML namespace</li>
<li><code><a href=#the-td-element>td</a></code> in the HTML namespace</li>
<li><code><a href=#the-th-element>th</a></code> in the HTML namespace</li>
- <li><code><a href=#the-button-element>button</a></code> in the HTML namespace</li>
<li><code><a href=#the-marquee-element>marquee</a></code> in the HTML namespace</li>
<li><code><a href=#the-object-element>object</a></code> in the HTML namespace</li>
<li><code title="">foreignObject</code> in the SVG namespace</li>
Modified: index
===================================================================
--- index 2010-08-16 18:22:20 UTC (rev 5292)
+++ index 2010-08-16 18:27:45 UTC (rev 5293)
@@ -72444,7 +72444,6 @@
<li><code><a href=#the-table-element>table</a></code> in the HTML namespace</li>
<li><code><a href=#the-td-element>td</a></code> in the HTML namespace</li>
<li><code><a href=#the-th-element>th</a></code> in the HTML namespace</li>
- <li><code><a href=#the-button-element>button</a></code> in the HTML namespace</li>
<li><code><a href=#the-marquee-element>marquee</a></code> in the HTML namespace</li>
<li><code><a href=#the-object-element>object</a></code> in the HTML namespace</li>
<li><code title="">foreignObject</code> in the SVG namespace</li>
Modified: source
===================================================================
--- source 2010-08-16 18:22:20 UTC (rev 5292)
+++ source 2010-08-16 18:27:45 UTC (rev 5293)
@@ -90584,7 +90584,6 @@
<li><code>table</code> in the HTML namespace</li>
<li><code>td</code> in the HTML namespace</li>
<li><code>th</code> in the HTML namespace</li>
- <li><code>button</code> in the HTML namespace</li>
<li><code>marquee</code> in the HTML namespace</li>
<li><code>object</code> in the HTML namespace</li>
<li><code title="">foreignObject</code> in the SVG namespace</li>
More information about the Commit-Watchers
mailing list