- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Dec 2011 23:58:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv11164/index-of-terms Modified Files: absolute-url.html ascii-case-insensitive.html attr-dim-height.html attr-dim-width.html attr-fe-name-charset.html attr-fe-name.html attr-fs-formaction.html attr-fs-formenctype.html attr-fs-formmethod.html attr-fs-formnovalidate.html attr-fs-formtarget.html attr-input-accept.html attr-input-alt.html attr-input-autocomplete.html attr-input-checked.html attr-input-dirname.html attr-input-list.html attr-input-max.html attr-input-maxlength.html attr-input-min.html attr-input-multiple.html attr-input-pattern.html attr-input-placeholder.html attr-input-readonly.html attr-input-required.html attr-input-size.html attr-input-src.html attr-input-step.html attr-input-type.html attr-input-value.html attributes-for-form-submission.html case-sensitive.html compatibility-caseless.html concept-button.html concept-date.html concept-datetime-local.html concept-datetime.html concept-input-type-file-selected.html concept-input-value-default-range.html concept-month.html concept-submit-button.html concept-time.html concept-week.html dimension-attributes.html dom-input-indeterminate.html form-owner.html radio-button-group.html set-of-comma-separated-tokens.html simple-color.html the-img-element.html the-input-element.html the-select-element.html valid-date-string.html valid-e-mail-address-list.html valid-e-mail-address.html valid-floating-point-number.html valid-global-date-and-time-string.html valid-local-date-and-time-string.html valid-mime-type-with-no-parameters.html valid-month-string.html valid-non-empty-url-potentially-surrounded-by-spaces.html valid-simple-color.html valid-time-string.html valid-url-potentially-surrounded-by-spaces.html valid-week-string.html willful-violation.html Added Files: button-state-type-button.html checkbox-state-type-checkbox.html color-state-type-color.html date-and-time-state-type-datetime.html date-state-type-date.html e-mail-state-type-email.html file-upload-state-type-file.html hidden-state-type-hidden.html image-button-state-type-image.html local-date-and-time-state-type-datetime-local.html month-state-type-month.html number-state-type-number.html password-state-type-password.html radio-button-state-type-radio.html range-state-type-range.html reset-button-state-type-reset.html submit-button-state-type-submit.html telephone-state-type-tel.html text-type-text-state-and-search-state-type-search.html text-type-text-state-and-search-state-type-search_1.html time-state-type-time.html url-state-type-url.html week-state-type-week.html Log Message: Make the <input type> values for the various states more obvious. (whatwg r6878) [updated by splitter] Index: radio-button-group.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/radio-button-group.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- radio-button-group.html 2 Jul 2011 13:07:20 -0000 1.11 +++ radio-button-group.html 16 Dec 2011 23:58:04 -0000 1.12 @@ -1,8 +1,8 @@ <dl id="radio-button-group_index"> <dd> -<a href="number-state.html#radio-button-group_0"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> -<a class="dfn-ref" href="number-state.html#radio-button-group">(2)</a> -<a class="index-counter" href="number-state.html#radio-button-group_1">(3)</a> -<a class="index-counter" href="number-state.html#radio-button-group_2">(4)</a> +<a href="states-of-the-type-attribute.html#radio-button-group_0"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> +<a class="dfn-ref" href="states-of-the-type-attribute.html#radio-button-group">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#radio-button-group_1">(3)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#radio-button-group_2">(4)</a> </dd> </dl> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-input-element.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- the-input-element.html 10 Dec 2011 06:13:49 -0000 1.45 +++ the-input-element.html 16 Dec 2011 23:58:04 -0000 1.46 @@ -80,99 +80,99 @@ <a class="index-counter" href="the-input-element.html#input_65">(6)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_66"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#input_66"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_67"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#input_67"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_68">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_69"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#input_69"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_70">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_71"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#input_71"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_72">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_73"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#input_73"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_74">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_75">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_76"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#input_76"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_77">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_78"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#input_78"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_79">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_80">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_81"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#input_81"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_82">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_83"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#input_83"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_84">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_85"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#input_85"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_86">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_87"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#input_87"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_88">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#input_89"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#input_89"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_90">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#input_91">(3)</a> </dd> <dd> -<a href="number-state.html#input_92"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> -<a class="index-counter" href="number-state.html#input_93">(2)</a> +<a href="states-of-the-type-attribute.html#input_92"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_93">(2)</a> </dd> <dd> -<a href="number-state.html#input_94"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#input_95">(2)</a> +<a href="states-of-the-type-attribute.html#input_94"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_95">(2)</a> </dd> <dd> -<a href="number-state.html#input_96"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> -<a class="index-counter" href="number-state.html#input_97">(2)</a> +<a href="states-of-the-type-attribute.html#input_96"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_97">(2)</a> </dd> <dd> -<a href="number-state.html#input_98"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> -<a class="index-counter" href="number-state.html#input_99">(2)</a> +<a href="states-of-the-type-attribute.html#input_98"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_99">(2)</a> </dd> <dd> -<a href="number-state.html#input_100"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> -<a class="index-counter" href="number-state.html#input_101">(2)</a> -<a class="index-counter" href="number-state.html#input_102">(3)</a> -<a class="index-counter" href="number-state.html#input_103">(4)</a> -<a class="index-counter" href="number-state.html#input_104">(5)</a> -<a class="index-counter" href="number-state.html#input_105">(6)</a> -<a class="index-counter" href="number-state.html#input_106">(7)</a> +<a href="states-of-the-type-attribute.html#input_100"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_101">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_102">(3)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_103">(4)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_104">(5)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_105">(6)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_106">(7)</a> </dd> <dd> -<a href="number-state.html#input_107"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> -<a class="index-counter" href="number-state.html#input_108">(2)</a> -<a class="index-counter" href="number-state.html#input_109">(3)</a> +<a href="states-of-the-type-attribute.html#input_107"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_108">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_109">(3)</a> </dd> <dd> -<a href="number-state.html#input_110"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> -<a class="index-counter" href="number-state.html#input_111">(2)</a> +<a href="states-of-the-type-attribute.html#input_110"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_111">(2)</a> </dd> <dd> -<a href="number-state.html#input_112"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#input_113">(2)</a> -<a class="index-counter" href="number-state.html#input_114">(3)</a> +<a href="states-of-the-type-attribute.html#input_112"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_113">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#input_114">(3)</a> </dd> <dd> -<a href="number-state.html#input_115"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#input_115"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#input_116"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#input_116"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#input_117"><span class="secno">4.10.7.2 </span>Common <code><span>input</span></code> element attributes</a> Index: concept-input-value-default-range.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-input-value-default-range.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- concept-input-value-default-range.html 2 Jul 2011 13:06:50 -0000 1.16 +++ concept-input-value-default-range.html 16 Dec 2011 23:58:03 -0000 1.17 @@ -3,7 +3,7 @@ <a href="wai-aria.html#concept-input-value-default-range_0"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> -<a class="dfn-ref" href="number-state.html#concept-input-value-default-range"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#concept-input-value-default-range_1">(2)</a> +<a class="dfn-ref" href="states-of-the-type-attribute.html#concept-input-value-default-range"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#concept-input-value-default-range_1">(2)</a> </dd> </dl> Index: the-select-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-select-element.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- the-select-element.html 10 Dec 2011 06:13:49 -0000 1.32 +++ the-select-element.html 16 Dec 2011 23:58:04 -0000 1.33 @@ -27,7 +27,7 @@ <a class="index-counter" href="forms.html#select_17">(5)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#select_18"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#select_18"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#select_19"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-list"><span>list</span></code> attribute</a> Index: simple-color.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/simple-color.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- simple-color.html 6 Jul 2011 04:10:08 -0000 1.14 +++ simple-color.html 16 Dec 2011 23:58:04 -0000 1.15 @@ -3,6 +3,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#simple-color"><span class="secno">2.4.6 </span>Colors</a> </dd> <dd> -<a href="number-state.html#simple-color_0"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#simple-color_0"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> </dl> Index: concept-submit-button.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-submit-button.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- concept-submit-button.html 5 Jul 2011 11:36:46 -0000 1.12 +++ concept-submit-button.html 16 Dec 2011 23:58:03 -0000 1.13 @@ -3,10 +3,10 @@ <a class="dfn-ref" href="forms.html#concept-submit-button"><span class="secno">4.10.2 </span>Categories</a> </dd> <dd> -<a href="number-state.html#concept-submit-button_0"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#concept-submit-button_0"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#concept-submit-button_1"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#concept-submit-button_1"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> <a href="the-button-element.html#concept-submit-button_2"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: valid-floating-point-number.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-floating-point-number.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- valid-floating-point-number.html 3 Aug 2011 00:58:40 -0000 1.18 +++ valid-floating-point-number.html 16 Dec 2011 23:58:04 -0000 1.19 @@ -5,14 +5,14 @@ <a class="index-counter" href="common-microsyntaxes.html#valid-floating-point-number_1">(3)</a> </dd> <dd> -<a href="number-state.html#valid-floating-point-number_2"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> -<a class="index-counter" href="number-state.html#valid-floating-point-number_3">(2)</a> -<a class="index-counter" href="number-state.html#valid-floating-point-number_4">(3)</a> +<a href="states-of-the-type-attribute.html#valid-floating-point-number_2"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#valid-floating-point-number_3">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#valid-floating-point-number_4">(3)</a> </dd> <dd> -<a href="number-state.html#valid-floating-point-number_5"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#valid-floating-point-number_6">(2)</a> -<a class="index-counter" href="number-state.html#valid-floating-point-number_7">(3)</a> +<a href="states-of-the-type-attribute.html#valid-floating-point-number_5"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#valid-floating-point-number_6">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#valid-floating-point-number_7">(3)</a> </dd> <dd> <a href="common-input-element-attributes.html#valid-floating-point-number_8"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-step"><span>step</span></code> attribute</a> Index: case-sensitive.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/case-sensitive.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- case-sensitive.html 15 Aug 2011 04:58:46 -0000 1.26 +++ case-sensitive.html 16 Dec 2011 23:58:02 -0000 1.27 @@ -10,7 +10,7 @@ <a href="attributes-common-to-td-and-th-elements.html#case-sensitive_2"><span class="secno">4.9.11 </span>Attributes common to <code><span>td</span></code> and <code><span>th</span></code> elements</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#case-sensitive_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#case-sensitive_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> <a href="the-output-element.html#case-sensitive_4"><span class="secno">4.10.15 </span>The <span><code>output</code></span> element</a> Index: valid-local-date-and-time-string.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-local-date-and-time-string.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- valid-local-date-and-time-string.html 10 Dec 2011 06:13:50 -0000 1.15 +++ valid-local-date-and-time-string.html 16 Dec 2011 23:58:05 -0000 1.16 @@ -6,7 +6,7 @@ <a href="the-time-element.html#valid-local-date-and-time-string_0"><span class="secno">4.6.10 </span>The <span><code>time</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-local-date-and-time-string_1"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#valid-local-date-and-time-string_1"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-local-date-and-time-string_2">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-local-date-and-time-string_3">(3)</a> </dd> Index: attr-input-list.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-list.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- attr-input-list.html 10 Dec 2011 06:13:44 -0000 1.39 +++ attr-input-list.html 16 Dec 2011 23:58:01 -0000 1.40 @@ -8,71 +8,71 @@ <a class="index-counter" href="the-input-element.html#list_2">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#list_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#list_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#list_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#list_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#list_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#list_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#list_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#list_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#list_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#list_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#list_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#list_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#list_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#list_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#list_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#list_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#list_17">(2)</a> +<a href="states-of-the-type-attribute.html#list_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#list_17">(2)</a> </dd> <dd> -<a href="number-state.html#list_18"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#list_18"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#list_19"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#list_19"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#list_20"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#list_20"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#list_21"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#list_21"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#list_22"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#list_22"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#list_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#list_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#list_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#list_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#list_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#list_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#list_26"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-list"><span>list</span></code> attribute</a> Index: valid-e-mail-address.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-e-mail-address.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- valid-e-mail-address.html 2 Jul 2011 13:07:29 -0000 1.12 +++ valid-e-mail-address.html 16 Dec 2011 23:58:04 -0000 1.13 @@ -1,6 +1,6 @@ <dl id="valid-e-mail-address_index"> <dd> -<a href="states-of-the-type-attribute.html#valid-e-mail-address_0"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#valid-e-mail-address_0"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> <a class="dfn-ref" href="states-of-the-type-attribute.html#valid-e-mail-address">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-e-mail-address_1">(3)</a> </dd> Index: attr-input-value.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-value.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- attr-input-value.html 10 Dec 2011 06:29:29 -0000 1.45 +++ attr-input-value.html 16 Dec 2011 23:58:02 -0000 1.46 @@ -14,60 +14,60 @@ <a class="index-counter" href="the-input-element.html#value_8">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#name_60"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#name_60"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#value_9">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_10"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#value_10"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_11"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#value_11"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_12"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#value_12"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_13"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#value_13"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#value_14">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_15"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#value_15"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_16"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#value_16"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_17"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#value_17"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_18"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#value_18"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_19"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#value_19"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_20"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#value_20"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#value_21"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#value_21"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#value_22"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#value_22"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#value_23"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#value_23"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#value_24"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#value_24"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#value_25"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#value_25"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#value_26"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#value_26"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#value_27"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#value_27"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#value_28"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-maxlength"><span>maxlength</span></code> attribute</a> Index: valid-time-string.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-time-string.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- valid-time-string.html 10 Dec 2011 06:13:50 -0000 1.20 +++ valid-time-string.html 16 Dec 2011 23:58:05 -0000 1.21 @@ -14,7 +14,7 @@ <a href="the-time-element.html#valid-time-string_4"><span class="secno">4.6.10 </span>The <span><code>time</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-time-string_5"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#valid-time-string_5"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-time-string_6">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-time-string_7">(3)</a> </dd> Index: attr-input-required.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-required.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- attr-input-required.html 10 Dec 2011 06:13:46 -0000 1.35 +++ attr-input-required.html 16 Dec 2011 23:58:02 -0000 1.36 @@ -13,70 +13,70 @@ <a class="index-counter" href="the-input-element.html#required_2">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#required_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#required_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#required_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#required_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#required_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#required_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#required_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#required_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#required_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#required_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#required_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#required_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#required_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#required_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#required_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#required_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#required_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#required_17"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#required_17"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#required_18"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#required_18"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#required_19"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#required_19"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#required_20"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#required_20"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#required_21"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#required_21"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#required_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#required_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#required_23"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#required_23"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#required_24"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#required_24"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#required_25"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-required"><span>required</span></code> attribute</a> Index: the-img-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-img-element.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- the-img-element.html 16 Dec 2011 01:01:04 -0000 1.42 +++ the-img-element.html 16 Dec 2011 23:58:04 -0000 1.43 @@ -70,7 +70,7 @@ <a href="the-form-element.html#img_32"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> </dd> <dd> -<a href="number-state.html#img_33"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#img_33"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> <a href="webappapis.html#img_34"><span class="secno">6.1.1 </span>Introduction</a> Index: attr-input-checked.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-checked.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- attr-input-checked.html 10 Dec 2011 06:29:28 -0000 1.22 +++ attr-input-checked.html 16 Dec 2011 23:58:01 -0000 1.23 @@ -16,70 +16,70 @@ <a class="index-counter" href="the-input-element.html#checked_3">(5)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_4"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#checked_4"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_5"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#checked_5"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_6"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#checked_6"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_7"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#checked_7"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_8"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#checked_8"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_9"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#checked_9"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_10"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#checked_10"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#checked_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_12"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#checked_12"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_13"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#checked_13"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_14"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#checked_14"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#checked_15"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#checked_15"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#checked_16"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#checked_16"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#checked_17"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#checked_17"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#checked_18"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#checked_18"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#checked_19"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#checked_19"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#checked_20"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#checked_20"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#checked_21"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#checked_21"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#checked_22"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#checked_22"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#checked_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#checked_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#checked_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#checked_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#checked_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#checked_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a class="no-num" href="index.html#checked_26">Elements</a> --- NEW FILE: file-upload-state-type-file.html --- <dl id="file-upload-state-type-file_index"> <dd> <a href="wai-aria.html#attr-input-type-file"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-file_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-file_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#file-upload-state-type-file"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> <a class="no-num" href="index.html#attr-input-type-file_2">Attributes</a> </dd> </dl> --- NEW FILE: password-state-type-password.html --- <dl id="password-state-type-password_index"> <dd> <a href="wai-aria.html#attr-input-type-password"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-password_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-password_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#password-state-type-password"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> </dl> Index: attr-fe-name-charset.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fe-name-charset.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- attr-fe-name-charset.html 5 Jul 2011 11:36:41 -0000 1.13 +++ attr-fe-name-charset.html 16 Dec 2011 23:58:01 -0000 1.14 @@ -1,6 +1,6 @@ <dl id="attr-fe-name-charset_index"> <dd> -<a href="states-of-the-type-attribute.html#_charset_"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#_charset_"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#_charset__0"><span class="secno">4.10.19.1 </span>Naming form controls</a> Index: absolute-url.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/absolute-url.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- absolute-url.html 4 Sep 2011 17:57:37 -0000 1.26 +++ absolute-url.html 16 Dec 2011 23:57:59 -0000 1.27 @@ -9,7 +9,7 @@ <a class="index-counter" href="dom.html#absolute-url_3">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#absolute-url_4"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#absolute-url_4"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#absolute-url_5">(2)</a> </dd> <dd> --- NEW FILE: radio-button-state-type-radio.html --- <dl id="radio-button-state-type-radio_index"> <dd> <a href="wai-aria.html#attr-input-type-radio"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-radio_0">(2)</a> </dd> <dd> <a href="forms.html#radio_0"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-radio_1"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-radio_2">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#radio-button-state-type-radio"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-radio_3">(2)</a> </dd> </dl> Index: valid-e-mail-address-list.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-e-mail-address-list.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- valid-e-mail-address-list.html 2 Jul 2011 13:07:28 -0000 1.11 +++ valid-e-mail-address-list.html 16 Dec 2011 23:58:04 -0000 1.12 @@ -1,6 +1,6 @@ <dl id="valid-e-mail-address-list_index"> <dd> -<a href="states-of-the-type-attribute.html#valid-e-mail-address-list_0"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#valid-e-mail-address-list_0"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> <a class="dfn-ref" href="states-of-the-type-attribute.html#valid-e-mail-address-list">(2)</a> </dd> </dl> Index: attr-dim-height.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dim-height.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- attr-dim-height.html 5 Oct 2011 23:57:45 -0000 1.30 +++ attr-dim-height.html 16 Dec 2011 23:58:00 -0000 1.31 @@ -2,7 +2,7 @@ <dd class="dfn-excerpt"> <span>*** <span aria-haspopup="true" role="button" tabindex="0"><code>width</code></span> and <span>... attributes on </span><code><a href="the-img-element.html#the-img-element">img</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="the-embed-element.html#the-embed-element">embed</a></code>, - <code><a href="the-object-element.html#the-object-element">object</a></code>, <code><a href="the-video-element.html#the-video-element">video</a></code>, and, when their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="number-state.html#image-button-state" title="attr-input-type-image">Image Button</a> state, + <code><a href="the-object-element.html#the-object-element">object</a></code>, <code><a href="the-video-element.html#the-video-element">video</a></code>, and, when their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="states-of-the-type-attribute.html#image-button-state-type-image" title="attr-input-type-image">Image Button</a> state, <code><a href="the-input-element.html#the-input-element">input</a></code> elements may be specified to give the dimensions of the visual content of the element (the width and height respectively, relative to the nominal direction of the output @@ -40,70 +40,70 @@ <a class="index-counter" href="the-input-element.html#height_13">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_14"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#height_14"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_15"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#height_15"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_16"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#height_16"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_17"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#height_17"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_18"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#height_18"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_19"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#height_19"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_20"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#height_20"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_21"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#height_21"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_22"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#height_22"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_23"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#height_23"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_24"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#height_24"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#height_25"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#height_25"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#height_26"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#height_26"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#height_27"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#height_27"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#height_28"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#height_28"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#height_29"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#height_29"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#height_30"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#height_30"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#height_31"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#height_31"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#height_32"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#height_32"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#height_33"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#height_33"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#height_34"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#height_34"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#height_35"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#height_35"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a class="no-num" href="index.html#height_36">Elements</a> Index: attr-input-min.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-min.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- attr-input-min.html 10 Dec 2011 06:13:44 -0000 1.36 +++ attr-input-min.html 16 Dec 2011 23:58:02 -0000 1.37 @@ -12,80 +12,80 @@ <a class="index-counter" href="the-input-element.html#min_2">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#min_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#min_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#min_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#min_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#min_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#min_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#min_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#min_10">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#min_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#min_12">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_13"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#min_13"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#min_14">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#min_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#min_16">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_17"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#min_17"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#min_18">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#min_19"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#min_19"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#min_20">(2)</a> </dd> <dd> -<a href="number-state.html#min_21"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> -<a class="index-counter" href="number-state.html#min_22">(2)</a> -<a class="index-counter" href="number-state.html#min_23">(3)</a> +<a href="states-of-the-type-attribute.html#min_21"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#min_22">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#min_23">(3)</a> </dd> <dd> -<a href="number-state.html#min_24"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#min_25">(2)</a> -<a class="index-counter" href="number-state.html#min_26">(3)</a> +<a href="states-of-the-type-attribute.html#min_24"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#min_25">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#min_26">(3)</a> </dd> <dd> -<a href="number-state.html#min_27"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#min_27"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#min_28"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#min_28"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#min_29"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#min_29"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#min_30"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#min_30"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#min_31"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#min_31"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#min_32"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#min_32"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#min_33"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#min_33"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#min_34"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#min_34"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#min_35"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-min"><span>min</span></code> and <code title="attr-input-max"><span>max</span></code> attributes</a> --- NEW FILE: telephone-state-type-tel.html --- <dl id="telephone-state-type-tel_index"> <dd> <a href="global-attributes.html#attr-input-type-tel"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="wai-aria.html#attr-input-type-tel_0"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-tel_1">(2)</a> </dd> <dd> <a href="forms.html#tel"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-tel_2"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-tel_3">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#telephone-state-type-tel"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-tel_4">(2)</a> </dd> </dl> --- NEW FILE: url-state-type-url.html --- <dl id="url-state-type-url_index"> <dd> <a href="global-attributes.html#attr-input-type-url"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="wai-aria.html#attr-input-type-url_0"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-url_1">(2)</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-url_2"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-url_3">(2)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#attr-input-type-url_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#url-state-type-url"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> </dl> Index: concept-week.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-week.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- concept-week.html 10 Dec 2011 06:13:48 -0000 1.16 +++ concept-week.html 16 Dec 2011 23:58:03 -0000 1.17 @@ -14,6 +14,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#concept-week"><span class="secno">2.4.5.8 </span>Weeks</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#concept-week_0"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#concept-week_0"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> </dl> Index: attr-input-readonly.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-readonly.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- attr-input-readonly.html 10 Dec 2011 06:13:46 -0000 1.42 +++ attr-input-readonly.html 16 Dec 2011 23:58:02 -0000 1.43 @@ -27,70 +27,70 @@ <a class="index-counter" href="the-input-element.html#readonly_16">(4)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_17"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_17"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_18"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_18"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_19"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_19"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_20"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_20"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_21"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_21"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_22"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_22"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_23"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_23"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_24"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_24"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_25"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_25"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_26"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_26"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_27"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_27"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#readonly_28"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_28"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_29"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_29"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_30"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_30"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_31"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_31"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_32"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_32"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_33"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_33"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_34"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_34"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_35"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_35"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_36"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_36"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_37"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_37"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#readonly_38"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#readonly_38"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#readonly_39"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-readonly"><span>readonly</span></code> attribute</a> Index: valid-non-empty-url-potentially-surrounded-by-spaces.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-non-empty-url-potentially-surrounded-by-spaces.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- valid-non-empty-url-potentially-surrounded-by-spaces.html 12 Oct 2011 19:58:06 -0000 1.22 +++ valid-non-empty-url-potentially-surrounded-by-spaces.html 16 Dec 2011 23:58:05 -0000 1.23 @@ -36,7 +36,7 @@ <a href="media-elements.html#valid-non-empty-url-potentially-surrounded-by-spaces_10"><span class="secno">4.8.10.2 </span>Location of the media resource</a> </dd> <dd> -<a href="number-state.html#valid-non-empty-url-potentially-surrounded-by-spaces_11"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#valid-non-empty-url-potentially-surrounded-by-spaces_11"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#valid-non-empty-url-potentially-surrounded-by-spaces_12"><span class="secno">4.10.19.5 </span>Form submission</a> Index: form-owner.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/form-owner.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- form-owner.html 5 Jul 2011 11:36:52 -0000 1.22 +++ form-owner.html 16 Dec 2011 23:58:03 -0000 1.23 @@ -15,8 +15,8 @@ <a href="the-input-element.html#form-owner_4"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> </dd> <dd> -<a href="number-state.html#form-owner_5"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> -<a class="index-counter" href="number-state.html#form-owner_6">(2)</a> +<a href="states-of-the-type-attribute.html#form-owner_5"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#form-owner_6">(2)</a> </dd> <dd> <a href="common-input-element-attributes.html#form-owner_7"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete"><span>autocomplete</span></code> attribute</a> Index: attr-input-dirname.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-dirname.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- attr-input-dirname.html 5 Jul 2011 11:36:42 -0000 1.10 +++ attr-input-dirname.html 16 Dec 2011 23:58:01 -0000 1.11 @@ -10,70 +10,70 @@ <a class="index-counter" href="the-input-element.html#dirname_2">(4)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#dirname_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_17"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_17"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_18"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_18"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_19"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_19"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_20"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_20"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_21"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_21"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_23"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_23"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#dirname_24"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#dirname_24"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#dirname_25"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-dirname"><span>dirname</span></code> attribute</a> Index: attr-input-step.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-step.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- attr-input-step.html 10 Dec 2011 06:29:29 -0000 1.40 +++ attr-input-step.html 16 Dec 2011 23:58:02 -0000 1.41 @@ -14,77 +14,77 @@ <a class="index-counter" href="the-input-element.html#step_2">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#step_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#step_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#step_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#step_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#step_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#step_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#step_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#step_10">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#step_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#step_12">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_13"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#step_13"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#step_14">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#step_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#step_16">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_17"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#step_17"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#step_18">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#step_19"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#step_19"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#step_20">(2)</a> </dd> <dd> -<a href="number-state.html#step_21"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#step_21"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#step_22"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#step_23">(2)</a> +<a href="states-of-the-type-attribute.html#step_22"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#step_23">(2)</a> </dd> <dd> -<a href="number-state.html#step_24"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#step_24"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#step_25"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#step_25"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#step_26"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#step_26"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#step_27"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#step_27"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#step_28"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#step_28"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#step_29"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#step_29"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#step_30"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#step_30"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#step_31"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#step_31"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#step_32"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-step"><span>step</span></code> attribute</a> Index: valid-global-date-and-time-string.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-global-date-and-time-string.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- valid-global-date-and-time-string.html 10 Dec 2011 06:13:50 -0000 1.16 +++ valid-global-date-and-time-string.html 16 Dec 2011 23:58:04 -0000 1.17 @@ -10,7 +10,7 @@ <a href="the-time-element.html#valid-global-date-and-time-string_2"><span class="secno">4.6.10 </span>The <span><code>time</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-global-date-and-time-string_3"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#valid-global-date-and-time-string_3"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-global-date-and-time-string_4">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-global-date-and-time-string_5">(3)</a> </dd> --- NEW FILE: date-state-type-date.html --- <dl id="date-state-type-date_index"> <dd> <a href="wai-aria.html#attr-input-type-date"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="media-elements.html#date"><span class="secno">4.8.10 </span>Media elements</a> </dd> <dd> <a href="media-elements.html#date_0"><span class="secno">4.8.10.6 </span>Offsets into the media resource</a> </dd> <dd> <a href="the-input-element.html#date_1"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-date_0">(2)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-date_1">(3)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#date-state-type-date"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> <a href="common-input-element-apis.html#date_2"><span class="secno">4.10.7.3 </span>Common <code><span>input</span></code> element APIs</a> </dd> </dl> --- NEW FILE: month-state-type-month.html --- <dl id="month-state-type-month_index"> <dd> <a href="wai-aria.html#attr-input-type-month"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-month_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-month_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#month-state-type-month"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> </dl> Index: valid-url-potentially-surrounded-by-spaces.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-url-potentially-surrounded-by-spaces.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- valid-url-potentially-surrounded-by-spaces.html 12 Oct 2011 19:58:06 -0000 1.21 +++ valid-url-potentially-surrounded-by-spaces.html 16 Dec 2011 23:58:05 -0000 1.22 @@ -15,7 +15,7 @@ <a href="attributes-common-to-ins-and-del-elements.html#valid-url-potentially-surrounded-by-spaces_3"><span class="secno">4.7.3 </span>Attributes common to <code><span>ins</span></code> and <code><span>del</span></code> elements</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-url-potentially-surrounded-by-spaces_4"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#valid-url-potentially-surrounded-by-spaces_4"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> <a href="links.html#valid-url-potentially-surrounded-by-spaces_5"><span class="secno">4.12.2 </span>Links created by <code><span>a</span></code> and <code><span>area</span></code> elements</a> Index: willful-violation.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/willful-violation.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- willful-violation.html 15 Aug 2011 04:59:08 -0000 1.16 +++ willful-violation.html 16 Dec 2011 23:58:05 -0000 1.17 @@ -6,7 +6,7 @@ <a href="urls.html#willful-violation_0"><span class="secno">2.5 </span>URLs</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#willful-violation_1"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#willful-violation_1"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> <a href="offline.html#willful-violation_2"><span class="secno">5.6.2.2 </span>Writing cache manifests</a> Index: attributes-for-form-submission.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attributes-for-form-submission.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- attributes-for-form-submission.html 5 Jul 2011 11:36:45 -0000 1.14 +++ attributes-for-form-submission.html 16 Dec 2011 23:58:02 -0000 1.15 @@ -3,10 +3,10 @@ <a href="the-form-element.html#attributes-for-form-submission_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> </dd> <dd> -<a href="number-state.html#attributes-for-form-submission_1"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#attributes-for-form-submission_1"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#attributes-for-form-submission_2"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#attributes-for-form-submission_2"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> <a href="the-button-element.html#attributes-for-form-submission_3"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: attr-input-placeholder.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-placeholder.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- attr-input-placeholder.html 10 Dec 2011 06:13:46 -0000 1.35 +++ attr-input-placeholder.html 16 Dec 2011 23:58:02 -0000 1.36 @@ -13,70 +13,70 @@ <a class="index-counter" href="the-input-element.html#placeholder_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#placeholder_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_21"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_21"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_22"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_22"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#placeholder_23"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#placeholder_23"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#placeholder_24"><span class="secno">4.10.7.2.12 </span>The <code title="attr-input-placeholder"><span>placeholder</span></code> attribute</a> --- NEW FILE: number-state-type-number.html --- <dl id="number-state-type-number_index"> <dd> <a href="wai-aria.html#attr-input-type-number"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-number_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-number_1">(2)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#attr-input-type-number_2"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#number-state-type-number"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#attr-input-type-number_3"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> <a href="obsolete.html#attr-input-type-number_4"><span class="secno">10.1 </span>Obsolete but conforming features</a> </dd> </dl> --- NEW FILE: local-date-and-time-state-type-datetime-local.html --- <dl id="local-date-and-time-state-type-datetime-local_index"> <dd> <a href="wai-aria.html#attr-input-type-datetime-local"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-datetime-local_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-datetime-local_1">(2)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#datetime-local"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#local-date-and-time-state-type-datetime-local"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#datetime-local_0">(2)</a> </dd> </dl> --- NEW FILE: submit-button-state-type-submit.html --- <dl id="submit-button-state-type-submit_index"> <dd> <a href="wai-aria.html#attr-input-type-submit"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-submit_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-submit_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#submit-button-state-type-submit"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#attr-input-type-submit_2"><span class="secno">4.10.19.5 </span>Form submission</a> </dd> </dl> --- NEW FILE: hidden-state-type-hidden.html --- <dl id="hidden-state-type-hidden_index"> <dd> <a href="content-models.html#attr-input-type-hidden"><span class="secno">3.2.5.1.7 </span>Interactive content</a> </dd> <dd> <a href="content-models.html#attr-input-type-hidden_0"><span class="secno">3.2.5.1.8 </span>Palpable content</a> </dd> <dd> <a href="wai-aria.html#attr-input-type-hidden_1"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="forms.html#attr-input-type-hidden_2"><span class="secno">4.10.2 </span>Categories</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-hidden_3"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-hidden_4">(2)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-hidden_5">(3)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-hidden_6">(4)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-hidden_7">(5)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-hidden_8">(6)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#hidden-state-type-hidden"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#attr-input-type-hidden_9"><span class="secno">4.10.19.1 </span>Naming form controls</a> </dd> <dd> <a class="no-num" href="index.html#attr-input-type-hidden_10">Element content categories</a> <a class="index-counter" href="index.html#attr-input-type-hidden_11">(2)</a> </dd> </dl> Index: valid-simple-color.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-simple-color.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- valid-simple-color.html 6 Jul 2011 04:10:09 -0000 1.14 +++ valid-simple-color.html 16 Dec 2011 23:58:05 -0000 1.15 @@ -4,6 +4,6 @@ <a class="index-counter" href="common-microsyntaxes.html#valid-simple-color_0">(2)</a> </dd> <dd> -<a href="number-state.html#valid-simple-color_1"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#valid-simple-color_1"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> </dl> Index: attr-fs-formaction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fs-formaction.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- attr-fs-formaction.html 5 Oct 2011 23:57:46 -0000 1.18 +++ attr-fs-formaction.html 16 Dec 2011 23:58:01 -0000 1.19 @@ -12,72 +12,72 @@ <a class="index-counter" href="the-input-element.html#formaction_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formaction_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> -<a class="index-counter" href="number-state.html#formaction_21">(2)</a> +<a href="states-of-the-type-attribute.html#formaction_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formaction_21">(2)</a> </dd> <dd> -<a href="number-state.html#formaction_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#formaction_23">(2)</a> +<a href="states-of-the-type-attribute.html#formaction_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formaction_23">(2)</a> </dd> <dd> -<a href="number-state.html#formaction_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#formaction_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#formaction_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="the-button-element.html#formaction_26"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: concept-datetime-local.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-datetime-local.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- concept-datetime-local.html 10 Dec 2011 06:13:47 -0000 1.16 +++ concept-datetime-local.html 16 Dec 2011 23:58:03 -0000 1.17 @@ -10,6 +10,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#concept-datetime-local"><span class="secno">2.4.5.5 </span>Local dates and times</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#concept-datetime-local_0"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#concept-datetime-local_0"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> </dl> Index: attr-input-autocomplete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-autocomplete.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- attr-input-autocomplete.html 2 Jul 2011 13:06:39 -0000 1.13 +++ attr-input-autocomplete.html 16 Dec 2011 23:58:01 -0000 1.14 @@ -16,70 +16,70 @@ <a class="index-counter" href="the-input-element.html#autocomplete_5">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_6"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_6"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_7"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_7"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_8"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_8"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_9"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_9"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_10"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_10"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_11"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_11"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_12"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_12"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_13"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_13"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_14"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_14"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_16"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_16"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#autocomplete_17"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_17"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_18"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_18"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_19"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_19"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_20"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_20"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_21"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_21"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_22"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_22"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_23"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_23"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_24"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_24"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_25"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_25"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_26"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_26"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#autocomplete_27"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#autocomplete_27"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#autocomplete_28"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete"><span>autocomplete</span></code> attribute</a> --- NEW FILE: e-mail-state-type-email.html --- <dl id="e-mail-state-type-email_index"> <dd> <a href="global-attributes.html#attr-input-type-email"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="wai-aria.html#attr-input-type-email_0"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-email_1">(2)</a> </dd> <dd> <a href="forms.html#email"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-email_2"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-email_3">(2)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#attr-input-type-email_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#e-mail-state-type-email"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-email_5">(2)</a> </dd> </dl> Index: attr-fs-formtarget.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fs-formtarget.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- attr-fs-formtarget.html 5 Oct 2011 23:57:46 -0000 1.18 +++ attr-fs-formtarget.html 16 Dec 2011 23:58:01 -0000 1.19 @@ -11,72 +11,72 @@ <a class="index-counter" href="the-input-element.html#formtarget_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formtarget_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> -<a class="index-counter" href="number-state.html#formtarget_21">(2)</a> +<a href="states-of-the-type-attribute.html#formtarget_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formtarget_21">(2)</a> </dd> <dd> -<a href="number-state.html#formtarget_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#formtarget_23">(2)</a> +<a href="states-of-the-type-attribute.html#formtarget_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formtarget_23">(2)</a> </dd> <dd> -<a href="number-state.html#formtarget_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#formtarget_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#formtarget_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="the-button-element.html#formtarget_26"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: attr-input-pattern.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-pattern.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- attr-input-pattern.html 10 Dec 2011 06:29:29 -0000 1.39 +++ attr-input-pattern.html 16 Dec 2011 23:58:02 -0000 1.40 @@ -12,71 +12,71 @@ <a class="index-counter" href="the-input-element.html#pattern_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#pattern_5">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_10"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_11"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_12"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_13"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#pattern_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_14"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_15"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_16"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_17"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_17"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_18"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_18"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_19"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_19"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_20"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_20"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_21"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_21"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_23"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_23"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#pattern_24"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#pattern_24"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#pattern_25"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-pattern"><span>pattern</span></code> attribute</a> --- NEW FILE: text-type-text-state-and-search-state-type-search_1.html --- <dl id="text-type-text-state-and-search-state-type-search_1_index"> <dd> <a href="global-attributes.html#attr-input-type-text"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> <a class="index-counter" href="global-attributes.html#attr-input-type-search">(2)</a> </dd> <dd> <a href="wai-aria.html#attr-input-type-search_0"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-text_0">(2)</a> <a class="index-counter" href="wai-aria.html#attr-input-type-text_1">(3)</a> <a class="index-counter" href="wai-aria.html#attr-input-type-search_1">(4)</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-text_2"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-search_2">(2)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-text_3">(3)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-text_4">(4)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-search_3">(5)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#text-type-text-state-and-search-state-type-search"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-text_5">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-search_4">(3)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-search_5">(4)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#attr-input-type-text_6"><span class="secno">4.10.19.1 </span>Naming form controls</a> </dd> <dd> <a href="obsolete.html#attr-input-type-text_7"><span class="secno">10.2 </span>Non-conforming features</a> </dd> </dl> --- NEW FILE: image-button-state-type-image.html --- <dl id="image-button-state-type-image_index"> <dd> <a href="wai-aria.html#attr-input-type-image"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="dimension-attributes.html#attr-input-type-image_0"><span class="secno">4.8.17 </span><span>Dimension attributes</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-image_1"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-image_2">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#image-button-state-type-image"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> </dl> --- NEW FILE: checkbox-state-type-checkbox.html --- <dl id="checkbox-state-type-checkbox_index"> <dd> <a href="wai-aria.html#attr-input-type-checkbox"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-checkbox_0">(2)</a> </dd> <dd> <a href="forms.html#checkbox"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-checkbox_1"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-checkbox_2">(2)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-checkbox_3">(3)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#checkbox-state-type-checkbox"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-checkbox_4">(2)</a> </dd> </dl> Index: ascii-case-insensitive.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/ascii-case-insensitive.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- ascii-case-insensitive.html 26 Aug 2011 00:59:07 -0000 1.32 +++ ascii-case-insensitive.html 16 Dec 2011 23:57:59 -0000 1.33 @@ -37,8 +37,8 @@ <a class="index-counter" href="the-form-element.html#ascii-case-insensitive_13">(2)</a> </dd> <dd> -<a href="number-state.html#ascii-case-insensitive_14"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> -<a class="index-counter" href="number-state.html#ascii-case-insensitive_15">(2)</a> +<a href="states-of-the-type-attribute.html#ascii-case-insensitive_14"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#ascii-case-insensitive_15">(2)</a> </dd> <dd> <a href="common-input-element-attributes.html#ascii-case-insensitive_16"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-step"><span>step</span></code> attribute</a> Index: concept-button.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-button.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- concept-button.html 2 Jul 2011 13:06:49 -0000 1.13 +++ concept-button.html 16 Dec 2011 23:58:02 -0000 1.14 @@ -3,16 +3,16 @@ <a class="dfn-ref" href="forms.html#concept-button"><span class="secno">4.10.2 </span>Categories</a> </dd> <dd> -<a href="number-state.html#concept-button_0"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#concept-button_0"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#concept-button_1"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#concept-button_1"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#concept-button_2"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#concept-button_2"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#concept-button_3"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#concept-button_3"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="the-button-element.html#concept-button_4"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: attr-fs-formnovalidate.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fs-formnovalidate.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- attr-fs-formnovalidate.html 5 Oct 2011 23:57:46 -0000 1.18 +++ attr-fs-formnovalidate.html 16 Dec 2011 23:58:01 -0000 1.19 @@ -12,73 +12,73 @@ <a class="index-counter" href="the-input-element.html#formnovalidate_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formnovalidate_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> -<a class="index-counter" href="number-state.html#formnovalidate_21">(2)</a> -<a class="index-counter" href="number-state.html#formnovalidate_22">(3)</a> +<a href="states-of-the-type-attribute.html#formnovalidate_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formnovalidate_21">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formnovalidate_22">(3)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#formnovalidate_24">(2)</a> +<a href="states-of-the-type-attribute.html#formnovalidate_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formnovalidate_24">(2)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_25"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_25"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#formnovalidate_26"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#formnovalidate_26"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="the-button-element.html#formnovalidate_27"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: attr-input-src.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-src.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- attr-input-src.html 10 Dec 2011 06:13:46 -0000 1.41 +++ attr-input-src.html 16 Dec 2011 23:58:02 -0000 1.42 @@ -1,6 +1,6 @@ <dl id="attr-input-src_index"> <dd class="dfn-excerpt"> -<span><span>... attribute. The </span><code title="attr-input-src"><a href="number-state.html#attr-input-src">src</a></code> attribute must be present, and +<span><span>... attribute. The </span><code title="attr-input-src"><a href="states-of-the-type-attribute.html#attr-input-src">src</a></code> attribute must be present, and must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a> referencing a non-interactive, optionally animated, image resource that is neither paged nor scripted.</span> @@ -11,72 +11,72 @@ <a class="index-counter" href="the-input-element.html#src_49">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_50"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#src_50"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_51"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#src_51"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_52"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#src_52"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_53"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#src_53"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_54"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#src_54"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_55"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#src_55"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_56"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#src_56"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_57"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#src_57"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_58"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#src_58"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_59"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#src_59"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_60"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#src_60"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#src_61"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#src_61"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#src_62"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#src_62"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#src_63"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#src_63"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#src_64"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#src_64"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#src_65"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#src_65"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#src_66"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#src_66"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#src_67"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#src_67"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#src_68"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#src_68"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a class="dfn-ref" href="number-state.html#attr-input-src"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#src_69">(2)</a> -<a class="index-counter" href="number-state.html#src_70">(3)</a> +<a class="dfn-ref" href="states-of-the-type-attribute.html#attr-input-src"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#src_69">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#src_70">(3)</a> </dd> <dd> -<a href="number-state.html#src_71"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#src_71"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#src_72"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#src_72"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a class="no-num" href="index.html#src_73">Elements</a> Index: concept-datetime.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-datetime.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- concept-datetime.html 10 Dec 2011 06:13:47 -0000 1.15 +++ concept-datetime.html 16 Dec 2011 23:58:03 -0000 1.16 @@ -6,6 +6,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#concept-datetime"><span class="secno">2.4.5.7 </span>Global dates and times</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#concept-datetime_1"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#concept-datetime_1"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> </dl> --- NEW FILE: date-and-time-state-type-datetime.html --- <dl id="date-and-time-state-type-datetime_index"> <dd> <a href="wai-aria.html#attr-input-type-datetime"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-datetime_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-datetime_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#date-and-time-state-type-datetime"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-datetime_2">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-datetime_3">(3)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#attr-input-type-datetime_4"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> <a href="states-of-the-type-attribute.html#attr-input-type-datetime_5"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#datetime">(2)</a> </dd> </dl> --- NEW FILE: reset-button-state-type-reset.html --- <dl id="reset-button-state-type-reset_index"> <dd> <a href="wai-aria.html#attr-input-type-reset"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-reset_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-reset_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#reset-button-state-type-reset"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> </dl> Index: attr-input-maxlength.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-maxlength.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- attr-input-maxlength.html 10 Dec 2011 06:13:44 -0000 1.36 +++ attr-input-maxlength.html 16 Dec 2011 23:58:02 -0000 1.37 @@ -10,70 +10,70 @@ <a class="index-counter" href="the-input-element.html#maxlength_3">(4)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_4"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_4"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_5"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_5"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_6"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_6"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_7"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_7"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_8"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_8"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_9"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_9"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_10"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_10"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_12"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_12"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_13"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_13"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_14"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_14"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#maxlength_15"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_15"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_16"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_16"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_17"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_17"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_18"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_18"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_19"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_19"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_20"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_20"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_21"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_21"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_22"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_22"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_23"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#maxlength_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#maxlength_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#maxlength_26"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-maxlength"><span>maxlength</span></code> attribute</a> Index: concept-month.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-month.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- concept-month.html 6 Jul 2011 04:10:08 -0000 1.15 +++ concept-month.html 16 Dec 2011 23:58:03 -0000 1.16 @@ -8,6 +8,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#concept-month"><span class="secno">2.4.5.1 </span>Months</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#concept-month_0"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#concept-month_0"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> </dl> Index: valid-mime-type-with-no-parameters.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-mime-type-with-no-parameters.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- valid-mime-type-with-no-parameters.html 15 Aug 2011 04:59:08 -0000 1.13 +++ valid-mime-type-with-no-parameters.html 16 Dec 2011 23:58:05 -0000 1.14 @@ -3,6 +3,6 @@ <a class="dfn-ref" href="infrastructure.html#valid-mime-type-with-no-parameters"><span class="secno">2.1.1 </span>Resources</a> </dd> <dd> -<a href="number-state.html#valid-mime-type-with-no-parameters_0"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#valid-mime-type-with-no-parameters_0"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> </dl> Index: compatibility-caseless.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/compatibility-caseless.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- compatibility-caseless.html 15 Aug 2011 04:58:46 -0000 1.14 +++ compatibility-caseless.html 16 Dec 2011 23:58:02 -0000 1.15 @@ -6,6 +6,6 @@ <a href="the-map-element.html#compatibility-caseless_0"><span class="secno">4.8.12 </span>The <span><code>map</code></span> element</a> </dd> <dd> -<a href="number-state.html#compatibility-caseless_1"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#compatibility-caseless_1"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> </dl> Index: attr-input-alt.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-alt.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- attr-input-alt.html 2 Jul 2011 13:06:39 -0000 1.16 +++ attr-input-alt.html 16 Dec 2011 23:58:01 -0000 1.17 @@ -2,7 +2,7 @@ <dd class="dfn-excerpt"> <span><span>... attribute provides the textual label for the alternative button for users and - user agents who cannot use the image. The </span><code title="attr-input-alt"><a href="number-state.html#attr-input-alt">alt</a></code> attribute must also be present, + user agents who cannot use the image. The </span><code title="attr-input-alt"><a href="states-of-the-type-attribute.html#attr-input-alt">alt</a></code> attribute must also be present, and must contain a non-empty string.</span> </dd> <dd> @@ -11,72 +11,72 @@ <a class="index-counter" href="the-input-element.html#alt_39">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_40"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#alt_40"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_41"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#alt_41"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_42"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#alt_42"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_43"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#alt_43"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_44"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#alt_44"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_45"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#alt_45"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_46"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#alt_46"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_47"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#alt_47"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_48"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#alt_48"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_49"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#alt_49"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_50"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#alt_50"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#alt_51"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#alt_51"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#alt_52"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#alt_52"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#alt_53"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#alt_53"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#alt_54"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#alt_54"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#alt_55"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#alt_55"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#alt_56"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#alt_56"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#alt_57"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#alt_57"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#alt_58"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#alt_58"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a class="dfn-ref" href="number-state.html#attr-input-alt"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#alt_59">(2)</a> -<a class="index-counter" href="number-state.html#alt_60">(3)</a> +<a class="dfn-ref" href="states-of-the-type-attribute.html#attr-input-alt"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#alt_59">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#alt_60">(3)</a> </dd> <dd> -<a href="number-state.html#alt_61"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#alt_61"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#alt_62"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#alt_62"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a class="no-num" href="index.html#alt_63">Elements</a> Index: attr-dim-width.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dim-width.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- attr-dim-width.html 16 Dec 2011 01:01:03 -0000 1.71 +++ attr-dim-width.html 16 Dec 2011 23:58:01 -0000 1.72 @@ -2,7 +2,7 @@ <dd class="dfn-excerpt"> <span><span>... and </span><span aria-haspopup="true" role="button" tabindex="0"><code>height</code></span> attributes on <code><a href="the-img-element.html#the-img-element">img</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="the-embed-element.html#the-embed-element">embed</a></code>, - <code><a href="the-object-element.html#the-object-element">object</a></code>, <code><a href="the-video-element.html#the-video-element">video</a></code>, and, when their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="number-state.html#image-button-state" title="attr-input-type-image">Image Button</a> state, + <code><a href="the-object-element.html#the-object-element">object</a></code>, <code><a href="the-video-element.html#the-video-element">video</a></code>, and, when their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="states-of-the-type-attribute.html#image-button-state-type-image" title="attr-input-type-image">Image Button</a> state, <code><a href="the-input-element.html#the-input-element">input</a></code> elements may be specified to give the dimensions of the visual content of the element (the width and height respectively, relative to the nominal direction of the output @@ -40,70 +40,70 @@ <a class="index-counter" href="the-input-element.html#width_13">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_14"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#width_14"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_15"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#width_15"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_16"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#width_16"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_17"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#width_17"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_18"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#width_18"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_19"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#width_19"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_20"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#width_20"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_21"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#width_21"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_22"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#width_22"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_23"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#width_23"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_24"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#width_24"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#width_25"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#width_25"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#width_26"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#width_26"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#width_27"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#width_27"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#width_28"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#width_28"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#width_29"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#width_29"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#width_30"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#width_30"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#width_31"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#width_31"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#width_32"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#width_32"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#width_33"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#width_33"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#width_34"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#width_34"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#width_35"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#width_35"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a class="no-num" href="index.html#width_36">Elements</a> --- NEW FILE: color-state-type-color.html --- <dl id="color-state-type-color_index"> <dd> <a href="wai-aria.html#attr-input-type-color"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-color_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-color_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#color-state-type-color"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> </dl> Index: valid-month-string.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-month-string.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- valid-month-string.html 10 Dec 2011 06:13:50 -0000 1.15 +++ valid-month-string.html 16 Dec 2011 23:58:05 -0000 1.16 @@ -9,7 +9,7 @@ <a href="the-time-element.html#valid-month-string_1"><span class="secno">4.6.10 </span>The <span><code>time</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-month-string_2"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#valid-month-string_2"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-month-string_3">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-month-string_4">(3)</a> </dd> Index: valid-date-string.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-date-string.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- valid-date-string.html 10 Dec 2011 06:13:50 -0000 1.20 +++ valid-date-string.html 16 Dec 2011 23:58:04 -0000 1.21 @@ -17,7 +17,7 @@ <a href="the-time-element.html#valid-date-string_5"><span class="secno">4.6.10 </span>The <span><code>time</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-date-string_6"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#valid-date-string_6"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-date-string_7">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-date-string_8">(3)</a> </dd> Index: dom-input-indeterminate.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-input-indeterminate.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- dom-input-indeterminate.html 2 Jul 2011 13:06:59 -0000 1.3 +++ dom-input-indeterminate.html 16 Dec 2011 23:58:03 -0000 1.4 @@ -7,9 +7,9 @@ <a class="dfn-ref" href="the-input-element.html#dom-input-indeterminate">(2)</a> </dd> <dd> -<a href="number-state.html#indeterminate_0"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> -<a class="index-counter" href="number-state.html#indeterminate_1">(2)</a> -<a class="index-counter" href="number-state.html#indeterminate_2">(3)</a> -<a class="index-counter" href="number-state.html#indeterminate_3">(4)</a> +<a href="states-of-the-type-attribute.html#indeterminate_0"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#indeterminate_1">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#indeterminate_2">(3)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#indeterminate_3">(4)</a> </dd> </dl> --- NEW FILE: time-state-type-time.html --- <dl id="time-state-type-time_index"> <dd> <a href="wai-aria.html#attr-input-type-time"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="forms.html#time_20"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-time_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-time_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#time-state-type-time"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> </dl> --- NEW FILE: text-type-text-state-and-search-state-type-search.html --- <dl id="text-type-text-state-and-search-state-type-search_index"> <dd> <a href="global-attributes.html#attr-input-type-text"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> <a class="index-counter" href="global-attributes.html#attr-input-type-search">(2)</a> </dd> <dd> <a href="wai-aria.html#attr-input-type-search_0"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> <a class="index-counter" href="wai-aria.html#attr-input-type-text_0">(2)</a> <a class="index-counter" href="wai-aria.html#attr-input-type-text_1">(3)</a> <a class="index-counter" href="wai-aria.html#attr-input-type-search_1">(4)</a> </dd> <dd> <a href="the-input-element.html#attr-input-type-text_2"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-search_2">(2)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-text_3">(3)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-text_4">(4)</a> <a class="index-counter" href="the-input-element.html#attr-input-type-search_3">(5)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#text-type-text-state-and-search-state-type-search"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-text_5">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-search_4">(3)</a> <a class="index-counter" href="states-of-the-type-attribute.html#attr-input-type-search_5">(4)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#attr-input-type-text_6"><span class="secno">4.10.19.1 </span>Naming form controls</a> </dd> <dd> <a href="obsolete.html#attr-input-type-text_7"><span class="secno">10.2 </span>Non-conforming features</a> </dd> </dl> Index: valid-week-string.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-week-string.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- valid-week-string.html 10 Dec 2011 06:13:50 -0000 1.15 +++ valid-week-string.html 16 Dec 2011 23:58:05 -0000 1.16 @@ -6,7 +6,7 @@ <a href="the-time-element.html#valid-week-string_0"><span class="secno">4.6.10 </span>The <span><code>time</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#valid-week-string_1"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#valid-week-string_1"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-week-string_2">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#valid-week-string_3">(3)</a> </dd> Index: attr-input-type.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-type.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- attr-input-type.html 10 Dec 2011 06:13:46 -0000 1.47 +++ attr-input-type.html 16 Dec 2011 23:58:02 -0000 1.48 @@ -70,10 +70,10 @@ <a href="states-of-the-type-attribute.html#type_74"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><span>type</span></code> attribute</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#type_75"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#type_75"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#type_76"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#type_76"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> <a href="attributes-common-to-form-controls.html#type_77"><span class="secno">4.10.19.5 </span>Form submission</a> --- NEW FILE: button-state-type-button.html --- <dl id="button-state-type-button_index"> <dd> <a href="wai-aria.html#attr-input-type-button"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-button_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-button_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#button-state-type-button"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> </dl> Index: attr-input-size.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-size.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- attr-input-size.html 10 Dec 2011 06:29:29 -0000 1.44 +++ attr-input-size.html 16 Dec 2011 23:58:02 -0000 1.45 @@ -11,70 +11,70 @@ <a class="index-counter" href="the-input-element.html#size_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#size_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#size_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#size_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#size_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#size_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#size_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#size_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#size_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#size_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#size_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#size_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#size_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#size_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#size_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#size_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#size_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#size_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#size_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#size_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#size_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#size_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#size_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#size_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#size_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#size_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#size_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#size_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#size_21"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#size_21"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#size_22"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#size_22"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#size_23"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#size_23"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#size_24"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-size"><span>size</span></code> attribute</a> Index: attr-fs-formenctype.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fs-formenctype.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- attr-fs-formenctype.html 5 Oct 2011 23:57:46 -0000 1.18 +++ attr-fs-formenctype.html 16 Dec 2011 23:58:01 -0000 1.19 @@ -11,72 +11,72 @@ <a class="index-counter" href="the-input-element.html#formenctype_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formenctype_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> -<a class="index-counter" href="number-state.html#formenctype_21">(2)</a> +<a href="states-of-the-type-attribute.html#formenctype_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formenctype_21">(2)</a> </dd> <dd> -<a href="number-state.html#formenctype_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#formenctype_23">(2)</a> +<a href="states-of-the-type-attribute.html#formenctype_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formenctype_23">(2)</a> </dd> <dd> -<a href="number-state.html#formenctype_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#formenctype_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#formenctype_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="the-button-element.html#formenctype_26"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: attr-fe-name.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fe-name.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- attr-fe-name.html 10 Dec 2011 06:13:44 -0000 1.55 +++ attr-fe-name.html 16 Dec 2011 23:58:01 -0000 1.56 @@ -30,10 +30,10 @@ <a class="index-counter" href="the-input-element.html#name_31">(2)</a> </dd> <dd> -<a href="number-state.html#name_32"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> -<a class="index-counter" href="number-state.html#name_33">(2)</a> -<a class="index-counter" href="number-state.html#name_34">(3)</a> -<a class="index-counter" href="number-state.html#name_35">(4)</a> +<a href="states-of-the-type-attribute.html#name_32"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#name_33">(2)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#name_34">(3)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#name_35">(4)</a> </dd> <dd> <a href="the-button-element.html#name_36"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: concept-input-type-file-selected.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-input-type-file-selected.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- concept-input-type-file-selected.html 5 Jul 2011 11:36:46 -0000 1.12 +++ concept-input-type-file-selected.html 16 Dec 2011 23:58:03 -0000 1.13 @@ -1,6 +1,6 @@ <dl id="concept-input-type-file-selected_index"> <dd> -<a class="dfn-ref" href="number-state.html#concept-input-type-file-selected"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a class="dfn-ref" href="states-of-the-type-attribute.html#concept-input-type-file-selected"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> <a href="common-input-element-apis.html#concept-input-type-file-selected_0"><span class="secno">4.10.7.3 </span>Common <code><span>input</span></code> element APIs</a> Index: attr-input-max.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-max.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- attr-input-max.html 10 Dec 2011 06:13:44 -0000 1.36 +++ attr-input-max.html 16 Dec 2011 23:58:02 -0000 1.37 @@ -12,78 +12,78 @@ <a class="index-counter" href="the-input-element.html#max_2">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#max_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#max_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#max_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#max_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#max_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#max_8"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#max_9"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#max_10">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#max_11"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#max_12">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_13"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#max_13"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#max_14">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#max_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#max_16">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_17"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#max_17"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#max_18">(2)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#max_19"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#max_19"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#max_20">(2)</a> </dd> <dd> -<a href="number-state.html#max_21"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> -<a class="index-counter" href="number-state.html#max_22">(2)</a> +<a href="states-of-the-type-attribute.html#max_21"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#max_22">(2)</a> </dd> <dd> -<a href="number-state.html#max_23"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> -<a class="index-counter" href="number-state.html#max_24">(2)</a> +<a href="states-of-the-type-attribute.html#max_23"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#max_24">(2)</a> </dd> <dd> -<a href="number-state.html#max_25"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#max_25"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#max_26"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#max_26"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#max_27"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#max_27"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#max_28"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#max_28"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#max_29"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#max_29"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#max_30"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#max_30"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#max_31"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#max_31"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#max_32"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#max_32"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#max_33"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-min"><span>min</span></code> and <code title="attr-input-max"><span>max</span></code> attributes</a> Index: attr-input-accept.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-accept.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- attr-input-accept.html 16 Aug 2011 05:57:36 -0000 1.12 +++ attr-input-accept.html 16 Dec 2011 23:58:01 -0000 1.13 @@ -5,71 +5,71 @@ <a class="index-counter" href="the-input-element.html#accept_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#accept_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#accept_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#accept_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#accept_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#accept_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#accept_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#accept_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#accept_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#accept_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#accept_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#accept_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#accept_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#accept_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#accept_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#accept_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#accept_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#accept_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#accept_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#accept_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#accept_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#accept_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#accept_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#accept_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a class="dfn-ref" href="number-state.html#attr-input-accept"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> -<a class="index-counter" href="number-state.html#accept_19">(2)</a> +<a class="dfn-ref" href="states-of-the-type-attribute.html#attr-input-accept"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#accept_19">(2)</a> </dd> <dd> -<a href="number-state.html#accept_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#accept_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#accept_21"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#accept_21"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#accept_22"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#accept_22"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#accept_23"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#accept_23"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="obsolete.html#accept_24"><span class="secno">10.2 </span>Non-conforming features</a> --- NEW FILE: week-state-type-week.html --- <dl id="week-state-type-week_index"> <dd> <a href="wai-aria.html#attr-input-type-week"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-week_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-week_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#week-state-type-week"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> </dl> Index: concept-time.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-time.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- concept-time.html 10 Dec 2011 06:13:47 -0000 1.15 +++ concept-time.html 16 Dec 2011 23:58:03 -0000 1.16 @@ -3,6 +3,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#concept-time"><span class="secno">2.4.5.4 </span>Times</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#concept-time_0"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#concept-time_0"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> </dl> Index: set-of-comma-separated-tokens.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/set-of-comma-separated-tokens.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- set-of-comma-separated-tokens.html 6 Jul 2011 04:10:08 -0000 1.16 +++ set-of-comma-separated-tokens.html 16 Dec 2011 23:58:04 -0000 1.17 @@ -7,10 +7,10 @@ <a href="the-meta-element.html#set-of-comma-separated-tokens_1"><span class="secno">4.2.5.1 </span>Standard metadata names</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#set-of-comma-separated-tokens_2"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#set-of-comma-separated-tokens_2"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="number-state.html#set-of-comma-separated-tokens_3"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#set-of-comma-separated-tokens_3"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> <a class="no-num" href="index.html#set-of-comma-separated-tokens_4">Attributes</a> Index: dimension-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dimension-attributes.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- dimension-attributes.html 15 Aug 2011 04:58:47 -0000 1.19 +++ dimension-attributes.html 16 Dec 2011 23:58:03 -0000 1.20 @@ -18,6 +18,6 @@ <a class="dfn-ref" href="dimension-attributes.html#dimension-attributes"><span class="secno">4.8.17 </span><span>Dimension attributes</span></a> </dd> <dd> -<a href="number-state.html#dimension-attributes_5"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#dimension-attributes_5"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> </dl> --- NEW FILE: range-state-type-range.html --- <dl id="range-state-type-range_index"> <dd> <a href="wai-aria.html#attr-input-type-range"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> <dd> <a href="the-input-element.html#attr-input-type-range_0"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-range_1">(2)</a> </dd> <dd> <a class="dfn-ref" href="states-of-the-type-attribute.html#range-state-type-range"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> </dl> Index: attr-input-multiple.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-multiple.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- attr-input-multiple.html 10 Dec 2011 06:13:46 -0000 1.35 +++ attr-input-multiple.html 16 Dec 2011 23:58:02 -0000 1.36 @@ -11,73 +11,73 @@ <a class="index-counter" href="the-input-element.html#multiple_2">(4)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_3"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_4"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_5"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_6"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_7"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> <a class="index-counter" href="states-of-the-type-attribute.html#multiple_8">(2)</a> <a class="index-counter" href="states-of-the-type-attribute.html#multiple_9">(3)</a> <a class="index-counter" href="states-of-the-type-attribute.html#multiple_10">(4)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_11"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_11"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_12"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_12"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_13"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_13"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_14"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_14"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_15"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_16"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_16"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#multiple_17"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_17"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_18"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_18"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_19"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_19"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_20"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_20"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_21"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_21"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_22"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_22"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_23"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_23"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_24"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_24"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_25"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_25"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_26"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_26"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#multiple_27"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#multiple_27"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="common-input-element-attributes.html#multiple_28"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-multiple"><span>multiple</span></code> attribute</a> Index: attr-fs-formmethod.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fs-formmethod.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- attr-fs-formmethod.html 5 Oct 2011 23:57:46 -0000 1.18 +++ attr-fs-formmethod.html 16 Dec 2011 23:58:01 -0000 1.19 @@ -11,72 +11,72 @@ <a class="index-counter" href="the-input-element.html#formmethod_1">(3)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_2"><span class="secno">4.10.7.1.1 </span><span>Hidden</span> state (<code title="">type=hidden</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> state and <span>Search</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_3"><span class="secno">4.10.7.1.2 </span><span>Text</span> (<code title="">type=text</code>) state and <span>Search</span> state (<code title="">type=search</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_4"><span class="secno">4.10.7.1.3 </span><span>Telephone</span> state (<code title="">type=tel</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_5"><span class="secno">4.10.7.1.4 </span><span>URL</span> state (<code title="">type=url</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_6"><span class="secno">4.10.7.1.5 </span><span>E-mail</span> state (<code title="">type=email</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_7"><span class="secno">4.10.7.1.6 </span><span>Password</span> state (<code title="">type=password</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_8"><span class="secno">4.10.7.1.7 </span><span>Date and Time</span> state (<code title="">type=datetime</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_9"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_10"><span class="secno">4.10.7.1.9 </span><span>Month</span> state (<code title="">type=month</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_11"><span class="secno">4.10.7.1.10 </span><span>Week</span> state (<code title="">type=week</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_12"><span class="secno">4.10.7.1.11 </span><span>Time</span> state (<code title="">type=time</code>)</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#formmethod_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_13"><span class="secno">4.10.7.1.12 </span><span>Local Date and Time</span> state (<code title="">type=datetime-local</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_14"><span class="secno">4.10.7.1.13 </span><span>Number</span> state (<code title="">type=number</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_15"><span class="secno">4.10.7.1.14 </span><span>Range</span> state (<code title="">type=range</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_16"><span class="secno">4.10.7.1.15 </span><span>Color</span> state (<code title="">type=color</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_17"><span class="secno">4.10.7.1.16 </span><span>Checkbox</span> state (<code title="">type=checkbox</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_18"><span class="secno">4.10.7.1.17 </span><span>Radio Button</span> state (<code title="">type=radio</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_19"><span class="secno">4.10.7.1.18 </span><span>File Upload</span> state (<code title="">type=file</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state</a> -<a class="index-counter" href="number-state.html#formmethod_21">(2)</a> +<a href="states-of-the-type-attribute.html#formmethod_20"><span class="secno">4.10.7.1.19 </span><span>Submit Button</span> state (<code title="">type=submit</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formmethod_21">(2)</a> </dd> <dd> -<a href="number-state.html#formmethod_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state</a> -<a class="index-counter" href="number-state.html#formmethod_23">(2)</a> +<a href="states-of-the-type-attribute.html#formmethod_22"><span class="secno">4.10.7.1.20 </span><span>Image Button</span> state (<code title="">type=image</code>)</a> +<a class="index-counter" href="states-of-the-type-attribute.html#formmethod_23">(2)</a> </dd> <dd> -<a href="number-state.html#formmethod_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_24"><span class="secno">4.10.7.1.21 </span><span>Reset Button</span> state (<code title="">type=reset</code>)</a> </dd> <dd> -<a href="number-state.html#formmethod_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state</a> +<a href="states-of-the-type-attribute.html#formmethod_25"><span class="secno">4.10.7.1.22 </span><span>Button</span> state (<code title="">type=button</code>)</a> </dd> <dd> <a href="the-button-element.html#formmethod_26"><span class="secno">4.10.8 </span>The <span><code>button</code></span> element</a> Index: concept-date.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-date.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- concept-date.html 6 Jul 2011 04:10:08 -0000 1.15 +++ concept-date.html 16 Dec 2011 23:58:03 -0000 1.16 @@ -8,6 +8,6 @@ <a class="dfn-ref" href="common-microsyntaxes.html#concept-date"><span class="secno">2.4.5.2 </span>Dates</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#concept-date_0"><span class="secno">4.10.7.1.8 </span><span>Date</span> state</a> +<a href="states-of-the-type-attribute.html#concept-date_0"><span class="secno">4.10.7.1.8 </span><span>Date</span> state (<code title="">type=date</code>)</a> </dd> </dl>
Received on Friday, 16 December 2011 23:58:26 UTC