- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Jun 2009 21:59:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29161
Modified Files:
Overview.html
Log Message:
Add some IDs. (bug 6842) (whatwg r3168)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2321
retrieving revision 1.2322
diff -u -d -r1.2321 -r1.2322
--- Overview.html 1 Jun 2009 21:43:51 -0000 1.2321
+++ Overview.html 1 Jun 2009 21:59:06 -0000 1.2322
@@ -25758,7 +25758,7 @@
element. It is an <a href="#enumerated-attribute">enumerated attribute</a>. The following
table lists the keywords and states for the attribute — the
keywords in the left column map to the states in the cell in the
- second column on the same row as the keyword.<table><thead><tr><th> Keyword
+ second column on the same row as the keyword.<table id="attr-input-type-keywords"><thead><tr><th> Keyword
<th> State
<th> Data type
<th> Control type
@@ -25859,7 +25859,7 @@
attributes, and the <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code>
and <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> methods, are
specific to certain states. The following table <span class="impl">is non-normative and</span> summarises which content
- attributes, DOM attributes, and methods apply to each state:<table class="applies"><thead><tr><td>
+ attributes, DOM attributes, and methods apply to each state:<table class="applies" id="input-type-attr-summary"><thead><tr><td>
<th> <span title=""><a href="#hidden-state" title="attr-input-type-hidden">Hidden</a></span>
<th> <span title=""><a href="#text-state-and-search-state" title="attr-input-type-text">Text</a>,</span>
<span title=""><a href="#text-state-and-search-state" title="attr-input-type-search">Search</a>,</span>
Received on Monday, 1 June 2009 21:59:16 UTC