Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9443,7 +9443,10 @@ <h5>Presentational Role Inheritance</h5>
<rref>button</rref> elements are <em>NOT</em> included in the primary navigation ring, e.g., the Tab ring in HTML.
</p>
<p>
Authors SHOULD set the <pref>aria-valuenow</pref> attribute when the <rref>spinbutton</rref> has a value. Authors SHOULD set the <pref>aria-valuemin</pref> attribute when there is a
On elements that have a native HTML <code>[^input/value^]</code> property such as an <code>&lt;input type="[^text^]"&gt;</code>, and that value is a decimal number, authors MAY set the <pref>aria-valuenow</pref> attribute if they wish to override it.
</p>
<p>
On elements that do not have a native HTML <code>[^input/value^]</code> property, or the value is something other than a decimal number, authors SHOULD set the <pref>aria-valuenow</pref> attribute when the <rref>spinbutton</rref> has a value. Authors SHOULD set the <pref>aria-valuemin</pref> attribute when there is a
minimum value, and the <pref>aria-valuemax</pref> attribute when there is a maximum value.
</p>
</div>
Expand Down Expand Up @@ -16039,7 +16042,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
<p>This property is used, for example, on a range widget such as a slider or progress bar.</p>
<p>
If the current value is not known (for example, an indeterminate progress bar), the author SHOULD NOT set the <pref>aria-valuenow</pref> <a>attribute</a>. If the
<pref>aria-valuenow</pref> attribute is absent, no information is implied about the current value. If the <pref>aria-valuenow</pref> has a known maximum and minimum, the author SHOULD
<pref>aria-valuenow</pref> attribute is absent and there is no HTML <code>[^input/value^]</code> attribute or the HTML <code>[^input/value^]</code> is not a decimal number, no information is implied about the current value. If the <pref>aria-valuenow</pref> has a known maximum and minimum, the author SHOULD
provide properties for <pref>aria-valuemax</pref> and <pref>aria-valuemin</pref>.
</p>
<p>
Expand Down