Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56070711b886fc6c0996efed62140409e9d97dbb
https://github.com/WebKit/WebKit/commit/56070711b886fc6c0996efed62140409e9d97dbb
Author: fred <[email protected]>
Date: 2026-05-06 (Wed, 06 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-001.tentative-expected.txt
M Source/WebCore/mathml/MathMLElement.cpp
M Source/WebCore/mathml/MathMLElement.h
Log Message:
-----------
Bug 311644 `tabIndex` values are not set correctly for MathML elements
https://bugs.webkit.org/show_bug.cgi?id=311644
Reviewed by Anne van Kesteren.
See https://github.com/whatwg/html/pull/12416
*
LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-001.tentative-expected.txt:
Update expectation now that the tests pass.
* Source/WebCore/mathml/MathMLElement.cpp:
(WebCore::MathMLElement::defaultTabIndex const): Make defaultTabIndex default
to 0 for a elements and -1 otherwise.
* Source/WebCore/mathml/MathMLElement.h: Override defaultTabIndex.
Canonical link: https://commits.webkit.org/312681@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications