Skip to content

Commit

Permalink
Fix note in aria-flowto page (#32389)
Browse files Browse the repository at this point in the history
Update ario-flowto attribute page
  • Loading branch information
tim-we committed Feb 22, 2024
1 parent 104bf2d commit 7415a0b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ The global `aria-flowto` attribute lets the author indicate to assistive technol

When `aria-flowto` has a single [id](/en-US/docs/Web/HTML/Global_attributes/id) reference, it allows assistive technologies to, at the user's request, go to the element targeted via that `id` instead of reading the document in the order of the DOM. When the `aria-flowto` value uses a space separated list of multiple `id` references, assistive technology can provide the user with a list of path choices, with each `id` referenced being a choice. The path choice names are determined by the accessible name of each target element of the `aria-flowto` attribute.

> **Note:** Setting `aria-flow` does not impact the content's tab order. It only provides users the option to follow a content path that doesn't match the DOM order when using tech that supports this attribute.
> **Note:** Setting `aria-flowto` does not impact the content's tab order. It only provides users the option to follow a content path that doesn't match the DOM order when using tech that supports this attribute.
## Values

Expand Down

0 comments on commit 7415a0b

Please sign in to comment.