resolves issue 154 · w3c/accname@c01d761 (original) (raw)

Original file line number Diff line number Diff line change
@@ -339,7 +339,7 @@

Computation steps

339 339 </pre>
340 340 </details></div>
341 341 </li>
342 -<li id="step2C">Otherwise, if the <code>current node</code> is a control embedded within the label (e.g. the <code>label</code> element in HTML or 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:
342 +<li id="step2C">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:
343 343 <ul>
344 344 <li>If the embedded control has role <a class="role-reference" href="#textbox">textbox</a>, return its value.</li>
345 345 <li>If the embedded control has role <a class="role-reference" href="#combobox">combobox</a> or <a class="role-reference" href="#listbox">listbox</a>, return the text alternative of the chosen <a class="role-reference" href="#option">option</a>.</li>