mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +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>