mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
This is exposes the `tabIndex` property for `HTMLOrSVGElement` according to the HTML specification. This is the first step toward implementation of tab navigation in Servo. Testing: This causes many WPT subtests to start passing, but causes a few to start failing. This is likely because we do not have a full implementation of the `delegatesFocus` parameter of `attachShadow` yet. Fixes: This is part of #25001 and #32169. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
13 lines
427 B
INI
Vendored
13 lines
427 B
INI
Vendored
[DocumentOrShadowRoot-activeElement.html]
|
|
[activeElement on document & shadow root when focused element is in the shadow tree]
|
|
expected: FAIL
|
|
|
|
[activeElement on a neighboring host when focused element is in another shadow tree]
|
|
expected: FAIL
|
|
|
|
[activeElement when focused element is in a nested shadow tree]
|
|
expected: FAIL
|
|
|
|
[activeElement when focused element is in a parent shadow tree]
|
|
expected: FAIL
|