Skip to content

Commit

Permalink
editorial: move accname PR183
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed May 23, 2024
2 parents 59df5bf + 4e4e50d commit 405fb4f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions accname/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,9 @@ <h4>Computation steps</h4>
</div>
</li>
<li id="comp_embedded_control">
<span id="step2C"><!-- Don't link to this legacy numbered ID. --></span><em>Embedded Control:</em> Otherwise, if the <code>current node</code> is a control embedded within the label
(e.g. any element directly referenced by <code>aria-labelledby</code>) for another <a class="termref">widget</a>, where the user can adjust the embedded control's value, then return
the embedded control as part of the text alternative in the following manner:
<ol>
<span id="step2C"><!-- Don't link to this legacy numbered ID. --></span><em>Embedded Control:</em> Otherwise, if the <code>current node</code> allows the user to adjust its value, and is part of an ongoing <code>aria-labelledby</code> or
<code>aria-describedby</code> traversal for another <a class="termref">widget</a>, process its text alternative in the following manner:
<ul>
<li id="comp_embedded_control_textbox"><em>Textbox:</em> If the embedded control has role <a class="role-reference" href="#textbox">textbox</a>, return its value.</li>
<li id="comp_embedded_control_combobox_or_listbox">
<em>Combobox/Listbox:</em> If the embedded control has role <a class="role-reference" href="#combobox">combobox</a> or <a class="role-reference" href="#listbox">listbox</a>,
Expand All @@ -566,13 +565,13 @@ <h4>Computation steps</h4>
<li id="comp_embedded_control_range">
<em>Range:</em> If the embedded control has role <a class="role-reference" href="#range">range</a> (e.g., a <a class="role-reference" href="#spinbutton">spinbutton</a> or
<a class="role-reference" href="#slider">slider</a>):
<ol>
<ul>
<li id="comp_embedded_control_range_valuetext">If the <code>aria-valuetext</code> property is present, return its value,</li>
<li id="comp_embedded_control_range_valuenow">Otherwise, if the <code>aria-valuenow</code> property is present, return its value,</li>
<li id="comp_embedded_control_range_host_language_value">Otherwise, use the value as specified by a host language attribute.</li>
</ol>
</ul>
</li>
</ol>
</ul>
<aside class="example">
<p>
Consider a <a class="role-reference" href="#checkbox">check box</a> label that contains a text input field: "Flash the screen [input] times". If the input field has the value
Expand Down

0 comments on commit 405fb4f

Please sign in to comment.