Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. ElementInternals
  4. ariaFlowToElements

ElementInternals: ariaFlowToElements property

Baseline 2025
Newly available

Since ⁨April 2025⁩, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

TheariaFlowToElements property of theElementInternals interface is an array containing the element (or elements) that provide an alternate reading order of content, overriding the general default reading order at the user's discretion.If just one element is provided this is the next element in the reading order.If multiple elements are provided, then each element represents a possible path that should be offered to the user for selection.

Thearia-flowto topic contains additional information about how the attribute and property should be used.

Value

An array of subclasses ofHTMLElement.

When read, the returned array is a static and read-only.When written, the assigned array is copied: subsequent changes to the array do not affect the value of the property.

Description

The property is a flexible alternative to using thearia-flowto attribute to set an alternative reading order.Unlikearia-flowto, the elements assigned to this property do not have to have anid attribute.

The property reflects the element'saria-flowto attribute when it is defined, but only for listed referenceid values that match valid in-scope elements.If the property is set, then the corresponding attribute is cleared.For more information about reflected element references and scope seeReflected element references in theReflected attributes guide.

Examples

The examples in the following documents are relevant:

  • Element.ariaFlowToElements is the DOM equivalent of this property.It is used in the same way, but within the DOM instead of a shadow DOM and/or custom element.

Specifications

Specification
Accessible Rich Internet Applications (WAI-ARIA)
# dom-ariamixin-ariaflowtoelements

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp