Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie authored and carmacleod committed Oct 17, 2019
1 parent 4d1e11a commit e5325ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3746,7 +3746,7 @@ <h2>Definition of Roles</h2>
<p>A element with role <code>legend</code> element can provide an accessible name for elements with grouping roles if it is progammatically associated with the element. Authors MAY associate an element with role <code>legend</code> with an element by using one of two methods:</p>
<ul>
<li>legend: The element contains an element with role <code>legend</code> element. If the element contains more than one element with role <code>legend</code>, only the first descendant element with role <code>legend</code> is used for computing the accessible name.</li>
<li>reference: The element eith role <code>legend</code> is referenced by the element it names via the <pref>aria-labelledby</pref> attribute.</li>
<li>reference: The element with role <code>legend</code> is referenced by the element it names via the <pref>aria-labelledby</pref> attribute.</li>
</ul>
<p>The legend method of naming is supported only if the element being named has one of the following grouping roles:</p>
<ul>
Expand Down

0 comments on commit e5325ca

Please sign in to comment.