- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 23:46:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10242
Modified Files:
association-of-controls-and-forms.html spec.html
Log Message:
mention nesting forms (whatwg r5342)
[updated by splitter]
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- association-of-controls-and-forms.html 11 Aug 2010 22:06:58 -0000 1.23
+++ association-of-controls-and-forms.html 24 Aug 2010 23:46:32 -0000 1.24
@@ -334,7 +334,8 @@
with its <span class="impl">nearest</span> ancestor
<code><a href="forms.html#the-form-element">form</a></code> element<span class="impl"> (as described
below)</span>, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to
- override this.</p><p>If a <a href="forms.html#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then that
+ override this.</p><p class="note">This feature allows authors to work around the lack
+ of support for nested <code><a href="forms.html#the-form-element">form</a></code> elements.</p><p>If a <a href="forms.html#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then that
attribute's value must be the ID of a <code><a href="forms.html#the-form-element">form</a></code> element in
the element's owner <code><a href="infrastructure.html#document">Document</a></code>.</p><div class="impl">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1173
retrieving revision 1.1174
diff -u -d -r1.1173 -r1.1174
--- spec.html 24 Aug 2010 23:06:38 -0000 1.1173
+++ spec.html 24 Aug 2010 23:46:32 -0000 1.1174
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4260.
+This is revision 1.4261.
</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, 24 August 2010 23:46:36 UTC