- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Sep 2008 21:52:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17727
Modified Files:
Overview.html
Log Message:
WF2: Fill in the various <input> element's attribute definitions (but not with actual definitions yet). (whatwg r2197)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1369
retrieving revision 1.1370
diff -u -d -r1.1369 -r1.1370
--- Overview.html 16 Sep 2008 21:28:46 -0000 1.1369
+++ Overview.html 16 Sep 2008 21:52:56 -0000 1.1370
@@ -13189,7 +13189,7 @@
<dd><code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>
- <dd><code title=attr-hyperlink-type><a href="#type22">type</a></code>
+ <dd><code title=attr-hyperlink-type><a href="#type23">type</a></code>
<dt>DOM interface:
@@ -13225,7 +13225,7 @@
href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
href="#media14">media</a></code>, <code title=attr-hyperlink-hreflang><a
[...1409 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="#src11">src</a></code> attribute of
+ title=attr-eventsource-src><a href="#src13">src</a></code> attribute of
the <code><a href="#eventsource">eventsource</a></code> element.
<p>Implementations that support HTTP's per-server connection limitation
@@ -48252,9 +48341,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>value</code> attribute is given with the
- unquoted attribute value syntax:</p>
+ <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>
<pre><input <em>value=yes</em>></pre>
</div>
Received on Tuesday, 16 September 2008 21:53:32 UTC