html5/markup form.html,1.15,1.16 spec.html,1.82,1.83

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv5671

Modified Files:
	form.html spec.html 
Log Message:
filled in a few more missing attribute descriptions


Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- spec.html	1 Aug 2009 17:59:10 -0000	1.82
+++ spec.html	1 Aug 2009 19:52:08 -0000	1.83
@@ -5914,19 +5914,21 @@
 <a class="attribute-name" id="form.attrs.action" title="form.attrs.action" href="#form.attrs.action">action</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>The submission action for the form.</dd>
           
             <dt>
 <a class="attribute-name" id="form.attrs.method" title="form.attrs.method" href="#form.attrs.method">method</a><span class="attr-values"> = ( "get"
    |  "post")
   | ( "put" |  "delete")</span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>The HTTP method with which a UA is meant to associate
+        this element for form submission.</dd>
           
             <dt>
 <a class="attribute-name" id="form.attrs.enctype" title="form.attrs.enctype" href="#form.attrs.enctype">enctype</a><span class="attr-values"> = ( "application/x-www-form-urlencoded"
    |  "multipart/form-data")
   |  "text/plain"</span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A MIME type with which a UA is meant to associate the
+        form contents for form submission.</dd>
           
             <dt>
 <a class="attribute-name" id="form.attrs.accept-charset" title="form.attrs.accept-charset" href="#form.attrs.accept-charset">accept-charset</a><span class="attr-values"> = 
@@ -5937,17 +5939,23 @@
           
             <dt>
 <a class="attribute-name" id="form.attrs.novalidate" title="form.attrs.novalidate" href="#form.attrs.novalidate">novalidate</a><span class="attr-values"> =   "novalidate" |  "" </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies that the element represents a form that is not
+        meant to be validated during form submission.</dd>
           
             <dt>
 <a class="attribute-name" id="form.attrs.target" title="form.attrs.target" href="#form.attrs.target">target</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A browsing context or keyword that represents the target
+        of the form.</dd>
           
             <dt>
 <a class="attribute-name" id="form.attrs.autocomplete" title="form.attrs.autocomplete" href="#form.attrs.autocomplete">autocomplete</a><span class="attr-values"> =   "on" |  "off" </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies whether the element represents a form for
+        which by default a UA is meant to store the values entered
+        into its <a href="#input" class="element">input</a>
+        elements by the user (so that the UA can prefill the form
+        later).</dd>
           
         </dl>
 </div>
@@ -15009,7 +15017,7 @@
       <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a>
     </span><a class="hash" href="#shared-form.attrs.formaction">#</a>
 </dt>
-<dd>The action for the element.</dd>
+<dd>The form-submission action for the element.</dd>
 <dt>
 <dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</dfn><span class="attr-values"> = 
        "application/x-www-form-urlencoded"
@@ -15027,8 +15035,8 @@
   |  "delete"
     </span><a class="hash" href="#shared-form.attrs.formmethod">#</a>
 </dt>
-<dd>The HTTP method which a UA is meant to associate this
-        element for form submission.</dd>
+<dd>The HTTP method with which a UA is meant to associate
+        this element for form submission.</dd>
 <dt>
 <dfn class="attribute-name" id="shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</dfn><span class="attr-values"> = 
        "formnovalidate" |  ""
@@ -15042,9 +15050,8 @@
       <a class="ref" href="#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>
     </span><a class="hash" href="#shared-form.attrs.formtarget">#</a>
 </dt>
-<dd>A
-        <a href="#common.data.browsing-context-or-keyword">browsing context or keyword</a>
-        that represents the target of the control.</dd>
+<dd>A browsing context or keyword that represents the target
+        of the control.</dd>
 <dt>
 <dfn class="attribute-name" id="input.attrs.list" title="input.attrs.list">list</dfn><span class="attr-values"> = 
       <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- form.html	1 Aug 2009 16:46:31 -0000	1.15
+++ form.html	1 Aug 2009 19:52:08 -0000	1.16
@@ -44,17 +44,19 @@
             <dt><a class="attribute-name" id="form.attrs.action" title="form.attrs.action" href="form.html#form.attrs.action">action</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>The submission action for the form.</dd>
           
             <dt><a class="attribute-name" id="form.attrs.method" title="form.attrs.method" href="form.html#form.attrs.method">method</a><span class="attr-values"> = ( "get"
    |  "post")
   | ( "put" |  "delete")</span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>The HTTP method with which a UA is meant to associate
+        this element for form submission.</dd>
           
             <dt><a class="attribute-name" id="form.attrs.enctype" title="form.attrs.enctype" href="form.html#form.attrs.enctype">enctype</a><span class="attr-values"> = ( "application/x-www-form-urlencoded"
    |  "multipart/form-data")
   |  "text/plain"</span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A MIME type with which a UA is meant to associate the
+        form contents for form submission.</dd>
           
             <dt><a class="attribute-name" id="form.attrs.accept-charset" title="form.attrs.accept-charset" href="form.html#form.attrs.accept-charset">accept-charset</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#form.data.charsetlist" title="form.data.charsetlist">charsetlist</a>
@@ -63,15 +65,21 @@
         submission.</dd>
           
             <dt><a class="attribute-name" id="form.attrs.novalidate" title="form.attrs.novalidate" href="form.html#form.attrs.novalidate">novalidate</a><span class="attr-values"> =   "novalidate" |  "" </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies that the element represents a form that is not
+        meant to be validated during form submission.</dd>
           
             <dt><a class="attribute-name" id="form.attrs.target" title="form.attrs.target" href="form.html#form.attrs.target">target</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A browsing context or keyword that represents the target
+        of the form.</dd>
           
             <dt><a class="attribute-name" id="form.attrs.autocomplete" title="form.attrs.autocomplete" href="form.html#form.attrs.autocomplete">autocomplete</a><span class="attr-values"> =   "on" |  "off" </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies whether the element represents a form for
+        which by default a UA is meant to store the values entered
+        into its <a href="input.html#input" class="element">input</a>
+        elements by the user (so that the UA can prefill the form
+        later).</dd>
           
         </dl></div>
       

Received on Saturday, 1 August 2009 19:52:19 UTC