Skip to content

Commit 5cf0bfe

Browse files
keithamusactions-user
authored andcommitted
chore: prettier
1 parent 8360823 commit 5cf0bfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

accname/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ <h4>Computation steps</h4>
597597
</aside>
598598
</li>
599599
<li id="comp_label">
600-
<span id="step2D"><!-- Don't link to this legacy numbered ID. --></span><em>AriaLabel:</em> Otherwise, if the <code>current node</code> is not a [=slot=] element and has an <code>aria-label</code> [=attribute=]
601-
whose value is not undefined, not the empty string, nor, when trimmed of [=ascii whitespace|whitespace=], is not the empty string:
600+
<span id="step2D"><!-- Don't link to this legacy numbered ID. --></span><em>AriaLabel:</em> Otherwise, if the <code>current node</code> is not a [=slot=] element and has an
601+
<code>aria-label</code> [=attribute=] whose value is not undefined, not the empty string, nor, when trimmed of [=ascii whitespace|whitespace=], is not the empty string:
602602
<ol>
603603
<li>
604604
If traversal of the <code>current node</code> is due to recursion <strong>and</strong> the <code>current node</code> is an embedded control, ignore <code>aria-label</code> and

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8521,8 +8521,8 @@ <h5>Presentational Role Inheritance</h5>
85218521
<li>If <code>aria-valuemax</code> is missing or not a <a href="#valuetype_number">number</a>, it defaults to 100.</li>
85228522
</ul>
85238523
<p>
8524-
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, <a>user agents</a> MAY implement the
8525-
repair techniques specified in the <a href="#authorErrorDefaultValuesTable">section describing handling author errors in states and properties</a>, which are equivalent to the repair
8524+
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, <a>user agents</a> MAY implement
8525+
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
85268526
techniques for <code>&lt;input type="[^input/type/range^]"&gt;</code> in HTML.
85278527
</p>
85288528
<p>Elements with the role <code>scrollbar</code> have an implicit <pref>aria-orientation</pref> value of <code>vertical</code>.</p>

0 commit comments

Comments
 (0)