- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 19:14:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28849
Modified Files:
Overview.html
Log Message:
correctness in index (whatwg r6671)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5349
retrieving revision 1.5350
diff -u -d -r1.5349 -r1.5350
--- Overview.html 12 Oct 2011 19:11:41 -0000 1.5349
+++ Overview.html 12 Oct 2011 19:14:47 -0000 1.5350
@@ -70891,7 +70891,7 @@
<tr><th> <code title="">action</code>
<td> <code title="attr-fs-action"><a href="#attr-fs-action">form</a></code>
<td> <a href="#url">URL</a> to use for <a href="#form-submission">form submission</a>
- <td> <a href="#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
+ <td> <a href="#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
<tr><th> <code title="">alt</code>
<td> <code title="attr-area-alt"><a href="#attr-area-alt">area</a></code>;
<code title="attr-img-alt"><a href="#attr-img-alt">img</a></code>;
@@ -71066,7 +71066,7 @@
<td> <code title="attr-fs-formaction"><a href="#attr-fs-formaction">button</a></code>;
<code title="attr-fs-formaction"><a href="#attr-fs-formaction">input</a></code>
<td> <a href="#url">URL</a> to use for <a href="#form-submission">form submission</a>
- <td> <a href="#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
+ <td> <a href="#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
<tr><th> <code title="">formenctype</code>
<td> <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">button</a></code>;
<code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">input</a></code>
Received on Wednesday, 12 October 2011 19:14:57 UTC