[wpt-sync] Sync PR 45991 - Implement interesttarget support for SVG `<a>` element
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45991 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45991
Details from upstream follow.
Luke Warlow <lwarlow@igalia.com> wrote:
Implement interesttarget support for SVG
<a>elementAdds interesttarget and interestaction attributes to SVG namespace.
Overrides necessary functions inside of svg_a_element.See: https://github.com/openui/open-ui/issues/1032
Bug: 326681249
Change-Id: I2b50d5db474e767b3135dc4fa6ce69f69d26420fReviewed-on: https://chromium-review.googlesource.com/5432193
WPT-Export-Revision: 9566dd55954d39536c1f0068c760612fdee9e220
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL: 2
Chrome
OK : 1
FAIL: 2
Safari
OK : 1
FAIL: 2
Links
Details
New Tests That Don't Pass
- /html/semantics/invokers/interesttarget-svg-a-event-dispatch.tentative.html [wpt.fyi]
- InterestEvent dispatches on svg a focus:
FAIL(Chrome:FAIL, Safari:FAIL) - InterestEvent dispatches on svg a hover:
FAIL(Chrome:FAIL, Safari:FAIL)
- InterestEvent dispatches on svg a focus:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8e8170fc0899
https://hg.mozilla.org/mozilla-central/rev/32c3249795bd
Description
•