Skip to content

Commit 9c73b5b

Browse files
1 parent 99763b0 commit 9c73b5b

File tree

1 file changed

+21
-47
lines changed

1 file changed

+21
-47
lines changed

index.html

+21-47
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ <h4>Accessible Name and Description Computation</h4>
510510
<section id="namefromauthor">
511511
<h4>Roles Supporting Name from Author</h4>
512512
<div id="index_fromauthor">
513+
</div>
513514
</section>
514515
<section id="namefromcontent">
515516
<h4>Roles Supporting Name from Content</h4>
@@ -7255,7 +7256,7 @@ <h5>Presentational Roles Conflict Resolution</h5>
72557256
<li>If <code>aria-valuemin</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 0 (zero).</li>
72567257
<li>If <code>aria-valuemax</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 100.</li>
72577258
</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>&lt;input[type="range"]&gt;</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>&lt;input[type="range"]&gt;</code> in [[HTML]].</p>
72597260
<p>Elements with the role <code>scrollbar</code> have an implicit <pref>aria-orientation</pref> value of <code>vertical</code>.</p>
72607261
<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>
72617262
</div>
@@ -7846,7 +7847,7 @@ <h5>Presentational Roles Conflict Resolution</h5>
78467847
<li>If <code>aria-valuemin</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 0 (zero). </li>
78477848
<li>If <code>aria-valuemax</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 100. </li>
78487849
</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>&lt;input[type="range"]&gt;</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>&lt;input[type="range"]&gt;</code> in [[HTML]].</p>
78507851
<p>Elements with the role <code>slider</code> have an implicit <pref>aria-orientation</pref> value of <code>horizontal</code>.</p>
78517852
</div>
78527853
<table class="role-features">
@@ -13392,11 +13393,20 @@ <h3>States and Properties</h3>
1339213393
<td><code>false</code> </td>
1339313394
</tr>
1339413395
<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>
1339713403
<td><code>false</code></td>
1339813404
</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>
1340013410
<tr>
1340113411
<td><rref>menuitemcheckbox</rref></td>
1340213412
<td><sref>aria-checked</sref></td>
@@ -13412,44 +13422,18 @@ <h3>States and Properties</h3>
1341213422
<td><sref>aria-checked</sref></td>
1341313423
<td><code>false</code> </td>
1341413424
</tr>
13415-
<tr>
13416-
<td><rref>switch</rref></td>
13417-
<td><sref>aria-checked</sref></td>
13418-
<td><code>false</code> </td>
13419-
</tr>
13420-
<tr>
13421-
<td><rref>combobox</rref></td>
13422-
<td><sref>aria-expanded</sref></td>
13423-
<td><code>false</code></td>
13424-
</tr>
13425-
<tr>
13426-
<td><rref>combobox</rref></td>
13427-
<td><sref>aria-haspopup</sref></td>
13428-
<td><code>listbox</code></td>
13429-
</tr>
13430-
13431-
<tr>
13432-
<td><rref>heading</rref></td>
13433-
<td><pref>aria-level</pref></td>
13434-
<td><code>2</code></td>
13435-
</tr>
13436-
<tr>
13437-
<td><rref>separator</rref> (if focusable)</td>
13438-
<td><pref>aria-valuenow</pref></td>
13439-
<td><code>(aria-valuemax - aria-valuemin) / 2</code></td>
13440-
</tr>
1344113425
<tr>
1344213426
<td><rref>scrollbar</rref></td>
1344313427
<td><pref>aria-controls</pref></td>
1344413428
<td>no mapping</td>
1344513429
</tr>
1344613430
<tr>
1344713431
<td><rref>scrollbar</rref></td>
13448-
<td><pref>aria-orientation</pref></td>
13449-
<td><code>vertical</code></td>
13432+
<td><pref>aria-valuenow</pref></td>
13433+
<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>
1345013434
</tr>
1345113435
<tr>
13452-
<td><rref>scrollbar</rref></td>
13436+
<td><rref>separator</rref> (if focusable)</td>
1345313437
<td><pref>aria-valuenow</pref></td>
1345413438
<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>
1345513439
</tr>
@@ -13459,19 +13443,9 @@ <h3>States and Properties</h3>
1345913443
<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>
1346013444
</tr>
1346113445
<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>
13470-
</tr>
13471-
<tr>
13472-
<td><rref>spinbutton</rref></td>
13473-
<td><pref>aria-valuenow</pref></td>
13474-
<td><code>0</code></td>
13446+
<td><rref>switch</rref></td>
13447+
<td><sref>aria-checked</sref></td>
13448+
<td><code>false</code> </td>
1347513449
</tr>
1347613450
</tbody>
1347713451
</table>

0 commit comments

Comments
 (0)

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant