- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Feb 2012 07:21:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv15526/elements
Modified Files:
form.html
Log Message:
Fix bug 15761. Thanks Filipus Klutiero.
Also define "non-empty string" and "string without breaks".
Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/elements/form.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- form.html 12 Aug 2010 19:55:35 -0000 1.9
+++ form.html 13 Feb 2012 07:21:25 -0000 1.10
@@ -23,6 +23,10 @@
form contents for form submission.</dd>
</dl>
<dl>
+ <dt id="form.attrs.name">name</dt>
+ <dd>The name of the form.</dd>
+ </dl>
+ <dl>
<dt id="form.attrs.target">target</dt>
<dd>A browsing context or keyword that represents the target
of the form.</dd>
Received on Monday, 13 February 2012 07:21:58 UTC