ElementInternals: ariaOrientation プロパティ

Baseline 2023

Newly available

Since October 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

ariaOrientationElement インターフェイスのプロパティで、この要素の方向が横方向、縦方向、または不明/あいまいであることを示す aria-orientation 属性を反映します。

メモ: ElementInternals に aria 属性を設定すると、カスタム要素に既定の意味づけを定義することができます。これらは作成者が定義した属性によって上書きされる可能性がありますが、作成者が属性を削除したり、まったく追加しなかった場合でも、確実に既定の意味づけを保持することができます。より詳しい情報は、 Accessibility Object Model explainer を参照してください。

以下のいずれかの値を持つ文字列です。

"horizontal"

この要素は横方向です。

"vertical"

この要素は縦方向です。

"undefined"

この要素の方向は不明です。

この例では、 ariaOrientation の値を "vertical" に設定します。

js
this.internals_.ariaOrientation = "vertical";

仕様書

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

ブラウザーの互換性

BCD tables only load in the browser