- From: poot <cvsmail@w3.org>
- Date: Sun, 13 Sep 2009 15:16:13 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: list='' example (whatwg r3815) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2983&r2=1.2984&f=h http://html5.org/tools/web-apps-tracker?from=3814&to=3815 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2983 retrieving revision 1.2984 diff -u -d -r1.2983 -r1.2984 --- Overview.html 12 Sep 2009 08:39:13 -0000 1.2983 +++ Overview.html 13 Sep 2009 06:15:41 -0000 1.2984 @@ -213,7 +213,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-12-september-2009">Editor's Draft 12 September 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-13-september-2009">Editor's Draft 13 September 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -312,7 +312,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 12 September 2009 Editor's Draft. + This specification is the 13 September 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -30898,6 +30898,19 @@ not apply, there is no <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>.</p> + </div><div class="example"> + + <p>This URL field offers some suggestions.</p> + + <pre><label>Homepage: <input name=hp type=url list=hpurls></label> +<datalist id=hpurls> + <option value="http://www.google.com/" label="Google"> + <option value="http://www.reddit.com/" label="Reddit"> +</datalist></pre> + + <p>Other URLs from the user's history might show also; this is up + to the user agent.</p> + </div><h6 id="the-readonly-attribute"><span class="secno">4.10.4.2.3 </span>The <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-readonly" title="attr-input-readonly"><code>readonly</code></dfn> attribute is a <a href="#boolean-attribute">boolean attribute</a> that controls whether or not the use can edit the form control. <span class="impl">When
Received on Sunday, 13 September 2009 06:16:49 UTC