You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>If <code>aria-valuemin</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 0 (zero).</li>
7256
7257
<li>If <code>aria-valuemax</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 100.</li>
7257
7258
</ul>
7258
-
<p>Authors MUST set the <pref>aria-valuenow</pref> attribute to indicate the current thumb position. If aria-valuenow is missing or has an unexpected value, browsers MAY implement the repair techniques specified in the <a href="#authorErrorDefaultValuesTable" class="specref">section describing handling author errors in states and properties</a>, which are equivalent to the repair techniques for <code><input[type="range"]></code> in [[HTML]].</p>
7259
+
<p>Authors MUST set the <pref>aria-valuenow</pref> attribute to indicate the current thumb position. If aria-valuenow is missing or has an unexpected value, browsers MAY implement the repair techniques specified in the <a href="#authorErrorDefaultValuesTable">section describing handling author errors in states and properties</a>, which are equivalent to the repair techniques for <code><input[type="range"]></code> in [[HTML]].</p>
7259
7260
<p>Elements with the role <code>scrollbar</code> have an implicit <pref>aria-orientation</pref> value of <code>vertical</code>.</p>
7260
7261
<p class="note">Assistive technologies generally will render the value of <pref>aria-valuenow</pref> as a percent of a range between the value of <pref>aria-valuemin</pref> and <pref>aria-valuemax</pref>, unless <pref>aria-valuetext</pref> is specified. It is best to set the values for <pref>aria-valuemin</pref>, <pref>aria-valuemax</pref>, and <pref>aria-valuenow</pref> in a manner that is appropriate for this calculation.</p>
<li>If <code>aria-valuemin</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 0 (zero). </li>
7847
7848
<li>If <code>aria-valuemax</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 100. </li>
7848
7849
</ul>
7849
-
<p>Authors MUST set the <pref>aria-valuenow</pref> attribute. If aria-valuenow is missing or has an unexpected value, browsers MAY implement the repair techniques specified in the <a href="authorErrorDefaultValuesTable" class="specref">section describing handling author errors in states and properties</a>, which are equivalent to the repair techniques for <code><input[type="range"]></code> in [[HTML]].</p>
7850
+
<p>Authors MUST set the <pref>aria-valuenow</pref> attribute. If aria-valuenow is missing or has an unexpected value, browsers MAY implement the repair techniques specified in the <a href="#authorErrorDefaultValuesTable">section describing handling author errors in states and properties</a>, which are equivalent to the repair techniques for <code><input[type="range"]></code> in [[HTML]].</p>
7850
7851
<p>Elements with the role <code>slider</code> have an implicit <pref>aria-orientation</pref> value of <code>horizontal</code>.</p>
7851
7852
</div>
7852
7853
<table class="role-features">
@@ -13392,11 +13393,20 @@ <h3>States and Properties</h3>
13392
13393
<td><code>false</code> </td>
13393
13394
</tr>
13394
13395
<tr>
13395
-
<td><rref>menuitem</rref></td>
13396
-
<td><sref>aria-haspopup</sref></td>
13396
+
<td><rref>combobox</rref></td>
13397
+
<td><sref>aria-controls</sref></td>
13398
+
<td>no mapping</td>
13399
+
</tr>
13400
+
<tr>
13401
+
<td><rref>combobox</rref></td>
13402
+
<td><sref>aria-expanded</sref></td>
13397
13403
<td><code>false</code></td>
13398
13404
</tr>
13399
-
13405
+
<tr>
13406
+
<td><rref>heading</rref></td>
13407
+
<td><pref>aria-level</pref></td>
13408
+
<td><code>2</code></td>
13409
+
</tr>
13400
13410
<tr>
13401
13411
<td><rref>menuitemcheckbox</rref></td>
13402
13412
<td><sref>aria-checked</sref></td>
@@ -13412,44 +13422,18 @@ <h3>States and Properties</h3>
<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>
13450
13434
</tr>
13451
13435
<tr>
13452
-
<td><rref>scrollbar</rref></td>
13436
+
<td><rref>separator</rref> (if focusable)</td>
13453
13437
<td><pref>aria-valuenow</pref></td>
13454
13438
<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>
13455
13439
</tr>
@@ -13459,19 +13443,9 @@ <h3>States and Properties</h3>
13459
13443
<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>
13460
13444
</tr>
13461
13445
<tr>
13462
-
<td><rref>spinbutton</rref></td>
13463
-
<td><pref>aria-valuemax</pref></td>
13464
-
<td>A value indicating that the <code>spinbutton</code> has no upper bound (<a>accessibility API</a> dependent).</td>
13465
-
</tr>
13466
-
<tr>
13467
-
<td><rref>spinbutton</rref></td>
13468
-
<td><pref>aria-valuemin</pref></td>
13469
-
<td>A value indicating that the <code>spinbutton</code> has no lower bound (<a>accessibility API</a> dependent).</td>
0 commit comments