Skip to content

Commit

Permalink
Move some properties from "required" to "supported" on scrollbar role
Browse files Browse the repository at this point in the history
Addresses w3c#858
  • Loading branch information
Melanie Richards authored and Melanie Richards committed Apr 11, 2019
1 parent 78b9178 commit e3b6ace
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6376,16 +6376,19 @@ <h5>Presentational Roles Conflict Resolution</h5>
<td class="role-required-properties">
<ul>
<li><pref>aria-controls</pref></li>
<li><pref>aria-orientation</pref></li>
<li><pref>aria-valuemax</pref></li>
<li><pref>aria-valuemin</pref></li>
<li><pref>aria-valuenow</pref></li>
</ul>
</td>
</tr>
<tr>
<th class="role-properties-head" scope="row">Supported States and Properties:</th>
<td class="role-properties"> </td>
<td class="role-properties">
<ul>
<li><pref>aria-orientation</pref></li>
<li><pref>aria-valuemax</pref></li>
<li><pref>aria-valuemin</pref></li>
</ul>
</td>
</tr>
<tr>
<th class="role-inherited-head" scope="row">Inherited States and Properties:</th>
Expand Down Expand Up @@ -6417,7 +6420,6 @@ <h5>Presentational Roles Conflict Resolution</h5>
Default for <pref>aria-orientation</pref> is <code class="default">vertical</code>. <br/>
Default for <pref>aria-valuemin</pref> is <code class="default">0</code>. <br/>
Default for <pref>aria-valuemax</pref> is <code class="default">100</code>. <br/>
Default for <pref>aria-valuenow</pref> is half way between <code class="default">aria-valuemax</code> and <code class="default">aria-valuemin</code>.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit e3b6ace

Please sign in to comment.