html5/spec association-of-controls-and-forms.html,1.58,1.59 spec.html,1.1370,1.1371 tokenization.html,1.58,1.59

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11471

Modified Files:
	association-of-controls-and-forms.html spec.html 
	tokenization.html 
Log Message:
xref (whatwg r5783)

[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.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- association-of-controls-and-forms.html	12 Jan 2011 03:46:41 -0000	1.58
+++ association-of-controls-and-forms.html	12 Jan 2011 23:46:40 -0000	1.59
@@ -1573,19 +1573,19 @@
       </td><th> <a href="#attr-fs-method-get" title="attr-fs-method-GET">GET</a>
       </th><th> <a href="#attr-fs-method-post" title="attr-fs-method-POST">POST</a>
      </th></tr></thead><tbody><tr><th> <code title="">http</code>
-      </th><td> <a href="#submit-mutate-action" title="submit-mutate-action">Mutate action</a>
+      </th><td> <a href="#submit-mutate-action" title="submit-mutate-action">Mutate action URL</a>
       </td><td> <a href="#submit-body" title="submit-body">Submit as entity body</a>
      </td></tr><tr><th> <code title="">https</code>
-      </th><td> <a href="#submit-mutate-action" title="submit-mutate-action">Mutate action</a>
+      </th><td> <a href="#submit-mutate-action" title="submit-mutate-action">Mutate action URL</a>
       </td><td> <a href="#submit-body" title="submit-body">Submit as entity body</a>
      </td></tr><tr><th> <code title="">ftp</code>
-      </th><td> <a href="#submit-get-action" title="submit-get-action">Get action</a>
-      </td><td> <a href="#submit-get-action" title="submit-get-action">Get action</a>
+      </th><td> <a href="#submit-get-action" title="submit-get-action">Get action URL</a>
+      </td><td> <a href="#submit-get-action" title="submit-get-action">Get action URL</a>
      </td></tr><tr><th> <code title="">javascript</code>
-      </th><td> <a href="#submit-get-action" title="submit-get-action">Get action</a>
-      </td><td> <a href="#submit-get-action" title="submit-get-action">Get action</a>
+      </th><td> <a href="#submit-get-action" title="submit-get-action">Get action URL</a>
+      </td><td> <a href="#submit-get-action" title="submit-get-action">Get action URL</a>
      </td></tr><tr><th> <code title="">data</code>
-      </th><td> <a href="#submit-get-action" title="submit-get-action">Get action</a>
+      </th><td> <a href="#submit-get-action" title="submit-get-action">Get action URL</a>
       </td><td> <a href="#submit-data-post" title="submit-data-post">Post to data:</a>
      </td></tr><tr><th> <code title="">mailto</code>
       </th><td> <a href="#submit-mailto-headers" title="submit-mailto-headers">Mail with headers</a>
@@ -1598,7 +1598,7 @@
 
     <p>The behaviors are as follows:</p>
 
-    <dl><dt><dfn id="submit-mutate-action" title="submit-mutate-action">Mutate action</dfn>
+    <dl><dt><dfn id="submit-mutate-action" title="submit-mutate-action">Mutate action URL</dfn>
      </dt><dd>
 
       <p>Let <var title="">query</var> be the result of encoding the
@@ -1657,7 +1657,7 @@
 
      </dd>
 
-     <dt><dfn id="submit-get-action" title="submit-get-action">Get action</dfn>
+     <dt><dfn id="submit-get-action" title="submit-get-action">Get action URL</dfn>
      </dt><dd>
 
       <p><a href="history.html#navigate">Navigate</a><!--DONAV form--> <var title="">target

Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- tokenization.html	12 Jan 2011 03:46:49 -0000	1.58
+++ tokenization.html	12 Jan 2011 23:46:40 -0000	1.59
@@ -4443,7 +4443,7 @@
     <p>Act as if a start tag token with the tag name "form" had been seen.</p>
 
     <p>If the token has an attribute called "action", set the
-    <code title="attr-form-action">action</code> attribute on the
+    <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">action</a></code> attribute on the
     resulting <code><a href="forms.html#the-form-element">form</a></code> element to the value of the
     "action" attribute of the token.</p>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1370
retrieving revision 1.1371
diff -u -d -r1.1370 -r1.1371
--- spec.html	12 Jan 2011 19:46:38 -0000	1.1370
+++ spec.html	12 Jan 2011 23:46:40 -0000	1.1371
@@ -351,7 +351,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.4644.
+This is revision 1.4646.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 12 January 2011 23:46:43 UTC