aria-currentのpageとlocationのちがい
グローバルARIA属性(すべてのロールや要素に含めることができる属性)のaria-currentのpageとlocationの使い分けがわかりません。
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current
にはpageの側に
Represents the current page within a set of pages such as the link to the current document in a breadcrumb.
と「(pageは)パンくずリストの複数ページ中の現在のページを表す」と書かれています。
https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaCurrent
にはlocationの側に
Represents the current location, for example the current page in a breadcrumbs hierarchy.
と「(locationは)パンくずリストの(複数ページ中の)現在のページを表す」と書かれています。
そもそも
https://www.w3.org/TR/wai-aria/#aria-current
のlocationの説明の
environment or context
の意味がわかりません。具体的に何を指しますか?
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current
のlocationの説明には
an environment or context such as the image that is visually highlighted as the current component of a flow chart.
とありますが流れとか時系列とか前後関係があるようなものを指しますか?(そうなると今度はstepとの違いが…)
あなたの回答
tips
プレビュー