Skip to content

Commit

Permalink
Make fallback table more robust for aria-valuenow on slider role
Browse files Browse the repository at this point in the history
  • Loading branch information
melanierichards committed May 23, 2019
1 parent 72d4ff0 commit 0d9de74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12119,7 +12119,7 @@ <h3>States and Properties</h3>
<tr>
<td><rref>slider</rref></td>
<td><pref>aria-valuenow</pref></td>
<td><code>(aria-valuemax - aria-valuemin) / 2</code></td>
<td>If missing or not a <a href="#valuetype_number">number</a>,<code>(aria-valuemax - aria-valuemin) / 2</code>. If present but less than <code>aria-valuemin</code>, the value of <code>aria-valuemin</code>. If present but greater than <code>aria-valuemax</code>, the value of <code>aria-valuemax</code>. </td>
</tr>
<tr>
<td><rref>spinbutton</rref></td>
Expand Down

0 comments on commit 0d9de74

Please sign in to comment.