- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 01:17:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11745
Modified Files:
Overview.html
Log Message:
WF2: Restructure the <input> section to allow for attributes to be defined once instead of multiple times. Define autocomplete=''. (whatwg r2202)
Index: Overview.html
===================================================================
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:17:52 UTC