- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 06:55:56 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Fill in the various <input> element's attribute definitions (but
not with actual definitions yet). (whatwg r2197)
a
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1370.html#a
HTMLAnchorElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1370.html#htmlanchorelement
Attribute values
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1370.html#attribute4
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1369&r2=1.1370&f=h
http://html5.org/tools/web-apps-tracker?from=2196&to=2197
===================================================================
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:56:33 UTC