Skip to content

Commit

Permalink
Update index.md (mdn#10898)
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
anturom authored Dec 2, 2021
1 parent 89f39ae commit cf7ee91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `aria-expanded` attribute is set on an element to indicate if a control is e

## Description

There are several widgets that can be expanded and collapsed, including menus, dialogs, and accordian panels. Each of these objects, in turn, has an interactive element that controls their opening and closing. The `aria-expanded` attribute is applied to this focusable, interactive control that toggles the visibility of the object.
There are several widgets that can be expanded and collapsed, including menus, dialogs, and accordion panels. Each of these objects, in turn, has an interactive element that controls their opening and closing. The `aria-expanded` attribute is applied to this focusable, interactive control that toggles the visibility of the object.

For example, `aria-expanded` is applied to the parent item in a DOM tree to indicate whether its child branch is shown. The parent controls the visibility of the associated child branch, as well.

Expand Down Expand Up @@ -124,4 +124,4 @@ Inherits into roles:
<section id="Quick_links">
<strong><a href="/en-US/docs/Web/Accessibility/ARIA/Attributes">WAI-ARIA states and properties</a></strong>
{{ListSubpagesForSidebar("/en-US/docs/Web/Accessibility/aria/Attributes")}}
</section>
</section>

0 comments on commit cf7ee91

Please sign in to comment.