フォーカス可能

フォーカス可能

仕様書

フォーカス可能領域の順序

[6] フォーカス可能領域の順序は、木順ですが、DOM錨が同じである領域同士の順序は、 対応するCSS箱行きがけ順 (pre-order) 深さ優先探索によって決まります >>7

[8] focusing steps におけるフォーカス可能領域の選択でも、 同様に対応するCSS箱行きがけ順 (pre-order) 深さ優先探索が行われます >>7

歴史

[2] >>1 によってそれまでの形容詞フォーカス可能 (focusable) 」の定義はなくなり、 相当するものは名詞フォーカス可能領域」に変わりました。

[3] XHTML™ 2.0 - Terms and Definitions ( 版) <http://www.w3.org/TR/2010/NOTE-xhtml2-20101216/terms.html#focusable>

focusable

Elements are considered "focusable" if they are visible (e.g., have the equivalent of the [CSS2] property of "display" with a value other than none) not disabled (see [XFORMS]), and either 1) have an @href attribute or 2) are considered a form control as defined in [XFORMS].

[4] Note how the SVG that is actually implemented is a mix of SVG 1.1 and SVG Tiny 1.2 · Issue #126 · whatwg/html ( 版) <https://github.com/whatwg/html/issues/126>

[5] Clarify and add some examples around focus (domenic著, ) <https://github.com/whatwg/html/commit/deb83668390151a2cf242c24dd9d68509860e77a>