- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 15:37:18 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5442) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4340&r2=1.4341&f=h http://html5.org/tools/web-apps-tracker?from=5441&to=5442 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4340 retrieving revision 1.4341 diff -u -d -r1.4340 -r1.4341 --- Overview.html 8 Sep 2010 05:56:39 -0000 1.4340 +++ Overview.html 8 Sep 2010 06:29:58 -0000 1.4341 @@ -9230,7 +9230,7 @@ <td><code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise <tr><td><code><a href="#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute in the <a href="#range-state" title="attr-input-type-range">Range</a> state - <td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if that that results in a number, or the <a href="#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise + <td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if that results in a number, or the <a href="#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise <tr><td><code><a href="#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute in the <a href="#reset-button-state" title="attr-input-type-reset">Reset Button</a> state <td><code title="attr-aria-role-button">button</code> role
Received on Wednesday, 8 September 2010 06:30:44 UTC