- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Apr 2010 09:07:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14990
Modified Files:
Overview.html spec.html
Log Message:
Fix details of form-association to handle a non-form element with a matching ID being inserted (by ID change) before the existing form, and to handle a new element with that ID being inserted or an element with that ID being removed. (whatwg r4979)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.843
retrieving revision 1.844
diff -u -d -r1.843 -r1.844
--- Overview.html 6 Apr 2010 01:57:16 -0000 1.843
+++ Overview.html 6 Apr 2010 09:07:36 -0000 1.844
@@ -305,7 +305,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.4001.
+This is revision 1.4002.
</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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.851
retrieving revision 1.852
diff -u -d -r1.851 -r1.852
--- spec.html 6 Apr 2010 01:57:16 -0000 1.851
+++ spec.html 6 Apr 2010 09:07:36 -0000 1.852
@@ -303,7 +303,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.4001.
+This is revision 1.4002.
</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 Tuesday, 6 April 2010 09:07:40 UTC