- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 18:36:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23702
Modified Files:
parsing.html spec.html
Log Message:
Forgot to remove <button> from the main scoping list. Please let me know ASAP if this change breaks anything. (whatwg r5293)
[updated by splitter]
Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- parsing.html 16 Aug 2010 18:26:59 -0000 1.16
+++ parsing.html 16 Aug 2010 18:36:50 -0000 1.17
@@ -1486,7 +1486,6 @@
<li><code><a href="tabular-data.html#the-table-element">table</a></code> in the HTML namespace</li>
<li><code><a href="tabular-data.html#the-td-element">td</a></code> in the HTML namespace</li>
<li><code><a href="tabular-data.html#the-th-element">th</a></code> in the HTML namespace</li>
- <li><code><a href="the-button-element.html#the-button-element">button</a></code> in the HTML namespace</li>
<li><code><a href="obsolete.html#the-marquee-element">marquee</a></code> in the HTML namespace</li>
<li><code><a href="the-iframe-element.html#the-object-element">object</a></code> in the HTML namespace</li>
<li><code title="">foreignObject</code> in the SVG namespace</li>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1138
retrieving revision 1.1139
diff -u -d -r1.1138 -r1.1139
--- spec.html 16 Aug 2010 18:26:59 -0000 1.1138
+++ spec.html 16 Aug 2010 18:36:50 -0000 1.1139
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4215.
+This is revision 1.4216.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 16 August 2010 18:36:54 UTC