Skip to content

Commit

Permalink
Resolve conflicts between Matt's and Michael's recent commits to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Oct 29, 2017
2 parents eeb88e6 + 5494616 commit 866c177
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
<li>In a combobox implementing the ARIA 1.0 pattern:
<ul>
<li>The element that serves as the textbox has role <a href="#combobox" class="role-reference">combobox</a>.</li>
<li>When the combobox popup is visible, the element with role combobox has <a href="#aria-owns" class="property-reference">aria-owns</a> set to a value that refers to an element with role <a href="#listbox" class="role-reference">listbox</a>.
<li>When the combobox popup is visible, the element with role combobox has <a href="#aria-owns" class="property-reference">aria-owns</a> set to a value that refers to an element with role <a href="#listbox" class="role-reference">listbox</a>.</li>
<li>
the element with role <code>combobox</code> has a value for <a href="#aria-haspopup" class="property-reference">aria-haspopup</a> of <code>listbox</code>.
Note that elements with role <code>combobox</code> have an implicit <code>aria-haspopup</code> value of <code>listbox</code>.
Expand Down Expand Up @@ -2212,7 +2212,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
<li>Each slider element has the <a class="property-reference" href="#aria-valuenow">aria-valuenow</a> property set to a decimal value representing the current value of the slider.</li>
<li>Each slider element has the <a class="property-reference" href="#aria-valuemin">aria-valuemin</a> property set to a decimal value representing the minimum allowed value of the slider.</li>
<li>Each slider element has the <a class="property-reference" href="#aria-valuemax">aria-valuemax</a> property set to a decimal value representing the maximum allowed value of the slider.</li>
<li>When the range (e.g. minimum and/or maximum value) of another slider is dependent on the current value of a slider, the values of <a class="property-reference" href="#aria-valuemin">aria-valuemin</a> or <a class="property-reference" href="#aria-valuemax">aria-valuemax</a> of the dependent sliders are updated when the value changes.
<li>When the range (e.g. minimum and/or maximum value) of another slider is dependent on the current value of a slider, the values of <a class="property-reference" href="#aria-valuemin">aria-valuemin</a> or <a class="property-reference" href="#aria-valuemax">aria-valuemax</a> of the dependent sliders are updated when the value changes.</li>
<li>
If a value of <code>aria-valuenow</code> is not user-friendly, e.g., the day of the week is represented by a number, the
<a class="property-reference" href="#aria-valuetext">aria-valuetext</a>
Expand Down Expand Up @@ -3662,6 +3662,7 @@ <h3>Key Assignment Conventions for Common Functions</h3>
<th scope="row">Redo action</th>
<td><kbd>Control + Y</kbd></td>
<td>Command + Shift + Z</td>
</tr>
</tbody>
</table>
</section>
Expand Down

0 comments on commit 866c177

Please sign in to comment.