- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 07:00:39 +0900 (JST)
- To: public-html-diffs@w3.org
Add some IDs. (bug 6842) (whatwg r3168) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6842 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2322.html#attr-input-type-button-keyword http://people.w3.org/mike/diffs/html5/spec/Overview.1.2322.html#attr-input-type-keywords http://people.w3.org/mike/diffs/html5/spec/Overview.1.2322.html#input-type-attr-summary http://people.w3.org/mike/diffs/html5/spec/Overview.1.2322.html#attr-input-type http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2321&r2=1.2322&f=h http://html5.org/tools/web-apps-tracker?from=3167&to=3168 =================================================================== 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 22:01:17 UTC