Skip to content

Commit

Permalink
Move some properties from "required" to "supported" on slider role
Browse files Browse the repository at this point in the history
Addresses #860
  • Loading branch information
Melanie Richards authored and Melanie Richards committed Apr 11, 2019
1 parent 78b9178 commit d067b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -6976,8 +6976,6 @@ <h5>Presentational Roles Conflict Resolution</h5>
<th class="role-required-properties-head">Required States and Properties:</th>
<td class="role-required-properties">
<ul>
<li><pref>aria-valuemax</pref></li>
<li><pref>aria-valuemin</pref></li>
<li><pref>aria-valuenow</pref></li>
</ul>
</td>
Expand All @@ -6988,6 +6986,8 @@ <h5>Presentational Roles Conflict Resolution</h5>
<ul>
<li><pref>aria-orientation</pref></li>
<li><pref>aria-readonly</pref></li>
<li><pref>aria-valuemax</pref></li>
<li><pref>aria-valuemin</pref></li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit d067b5d

Please sign in to comment.