html5/markup/src attributes.html,1.6,1.7

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

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


Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- attributes.html	1 Aug 2009 16:46:55 -0000	1.6
+++ attributes.html	1 Aug 2009 19:52:08 -0000	1.7
@@ -142,7 +142,7 @@
     </dl>
     <dl>
       <dt id="shared-form.attrs.formaction">formaction</dt>
-      <dd>The action for the element.</dd>
+      <dd>The form-submission action for the element.</dd>
     </dl>
     <dl>
       <dt id="shared-form.attrs.formenctype">formenctype</dt>
@@ -151,8 +151,8 @@
     </dl>
     <dl>
       <dt id="shared-form.attrs.formmethod">formmethod</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>
     </dl>
     <dl>
       <dt id="shared-form.attrs.formnovalidate">formnovalidate</dt>
@@ -162,11 +162,8 @@
     </dl>
     <dl>
       <dt id="shared-form.attrs.formtarget">formtarget</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>
     </dl>
     <dl>
       <dt id="input.attrs.list">list</dt>

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