- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Dec 2011 23:24:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8061
Modified Files:
Overview.html
Log Message:
Make the <input type> values for the various states more obvious. (whatwg r6878)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5477
retrieving revision 1.5478
diff -u -d -r1.5477 -r1.5478
--- Overview.html 16 Dec 2011 20:55:42 -0000 1.5477
+++ Overview.html 16 Dec 2011 23:24:08 -0000 1.5478
@@ -845,28 +845,28 @@
<ol>
<li><a href="#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a>
<ol>
- <li><a href="#hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a></li>
- <li><a href="#text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a></li>
- <li><a href="#telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a></li>
- <li><a href="#url-state"><span class="secno">4.10.7.1.4 </span>URL state</a></li>
- <li><a href="#e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a></li>
- <li><a href="#password-state"><span class="secno">4.10.7.1.6 </span>Password state</a></li>
- <li><a href="#date-and-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a></li>
- <li><a href="#date-state"><span class="secno">4.10.7.1.8 </span>Date state</a></li>
[...1380 lines suppressed...]
<code><a href="#the-menu-element">menu</a></code> (if the <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state or the <a href="#list-state" title="list state">list</a> state);
<code><a href="#the-ol-element">ol</a></code> (if the element's children include at least one <code><a href="#the-li-element">li</a></code> element);
<code><a href="#the-ul-element">ul</a></code> (if the element's children include at least one <code><a href="#the-li-element">li</a></code> element);
@@ -72049,7 +72049,7 @@
<th> Value
<tbody><tr><th> <code title="">accept</code>
<td> <code title="attr-input-accept"><a href="#attr-input-accept">input</a></code>
- <td> Hint for expected file type in <a href="#file-upload-state" title="attr-input-type-file">file upload controls</a>
+ <td> Hint for expected file type in <a href="#file-upload-state-type-file" title="attr-input-type-file">file upload controls</a>
<td> <a href="#set-of-comma-separated-tokens">Set of comma-separated tokens</a>* consisting of <a href="#valid-mime-type" title="valid MIME type">valid MIME types with no parameters</a> or <code title="">audio/*</code>, <code title="">video/*</code>, or <code title="">image/*</code>
<tr><th> <code title="">accept-charset</code>
<td> <code title="attr-form-accept-charset"><a href="#attr-form-accept-charset">form</a></code>
@@ -74369,6 +74369,7 @@
Jens Fendler,
Jens Lindström,
Jens Meiert,
+ Jeremey Hustman,
Jeremy Keith,
Jeremy Orlow,
Jeroen van der Meer,
Received on Friday, 16 December 2011 23:24:17 UTC