Skip to content

Commit

Permalink
updated step 2c prose for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed May 16, 2021
1 parent bb7d784 commit 8e1d42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
preProcess: [ linkCrossReferences ],
postProcess: [ ],
//Pointing to the 1.2 versions but should remove the version in the publishing branch
xref: ["core-aam-1.2", "wai-aria-1.2"]
xref: ["core-aam-1.2", "wai-aria-1.2"]
}
</script>
</head>
Expand Down Expand Up @@ -286,7 +286,7 @@ <h4>Computation steps</h4>
</pre>
</details></div>
</li>
<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 include the embedded control as part of the text alternative in the following manner:
<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:
<ul>
<li>If the embedded control has role <a class="role-reference" href="#textbox">textbox</a>, return its value.</li>
<li>If the embedded control has role menu <a class="role-reference" href="#button">button</a>, return the text alternative of the button.</li>
Expand Down

0 comments on commit 8e1d42f

Please sign in to comment.