- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 10:20:38 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Restructure the <input> section to allow for attributes to be defined once instead of multiple times. Define autocomplete=''. (whatwg r2202) Attribute values http://people.w3.org/mike/diffs/html5/spec/Overview.1.1375.html#attribute4 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1374&r2=1.1375&f=h http://html5.org/tools/web-apps-tracker?from=2201&to=2202 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1374 retrieving revision 1.1375 diff -u -d -r1.1374 -r1.1375 --- Overview.html 17 Sep 2008 00:34:36 -0000 1.1374 +++ Overview.html 17 Sep 2008 01:17:16 -0000 1.1375 @@ -1043,65 +1043,77 @@ <li><a href="#the-input"><span class=secno>4.9.4 </span>The <code>input</code> element</a> <ul class=toc> - <li><a href="#text-state"><span class=secno>4.9.4.1. </span>Text - state</a> + <li><a href="#states"><span class=secno>4.9.4.1. </span>States of + the <code title=attr-input-type>type</code> attribute</a> + <ul class=toc> + <li><a href="#text-state"><span class=secno>4.9.4.1.1. </span>Text + state</a> [...1377 lines suppressed...] better to include a unique identifier in the document when it is served and then pass that identifier as part of the URL in the <code - title=attr-eventsource-src><a href="#src13">src</a></code> attribute of + title=attr-eventsource-src><a href="#src12">src</a></code> attribute of the <code><a href="#eventsource">eventsource</a></code> element. <p>Implementations that support HTTP's per-server connection limitation @@ -48384,9 +48460,9 @@ (<code>></code>) characters, and must not be the empty string.</p> <div class=example> - <p>In the following example, the <code title=attr-input-value><a - href="#value7">value</a></code> attribute is given with the unquoted - attribute value syntax:</p> + <p>In the following example, the <code + title=attr-input-value>value</code> attribute is given with the + unquoted attribute value syntax:</p> <pre><input <em>value=yes</em>></pre> </div>
Received on Wednesday, 17 September 2008 01:21:16 UTC