Bug 313970
| Summary: | Rename HTMLOrForeignElement to HTMLOrSVGOrMathMLElement | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
| Component: | MathML | Assignee: | Frédéric Wang Nélar <fred.wang> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fred.wang, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 26 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 311644, 314614 | ||
| Bug Blocks: | |||
Luke Warlow
Per https://github.com/whatwg/html/pull/12416
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Luke Warlow
WebKit appears to be passing all relevant tests except https://wpt.fyi/results/mathml/relations/html5-tree/tabindex-001.tentative.html so this should track fixing that too.
Frédéric Wang Nélar
Pull request: https://github.com/WebKit/WebKit/pull/64170
Frédéric Wang Nélar
(In reply to Luke Warlow from comment #1)
> WebKit appears to be passing all relevant tests except
> https://wpt.fyi/results/mathml/relations/html5-tree/tabindex-001.tentative.
> html so this should track fixing that too.
Yes, Eri had opened bug 311644. I'll take a look.
(we also have some likely infra issues with href-click-004.tentative.html)
EWS
Committed 312609@main (6f9391970562): <https://commits.webkit.org/312609@main>
Reviewed commits have been landed. Closing PR #64170 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/176258900>
Frédéric Wang Nélar
(In reply to Frédéric Wang Nélar from comment #3)
> Yes, Eri had opened bug 311644. I'll take a look.
I submitted https://github.com/WebKit/WebKit/pull/64245 for that one.
> (we also have some likely infra issues with href-click-004.tentative.html)
Just checked that too. That's actually not an infra issue but a bug in our rendering implementation of annotation/annotation-xml. I opened bug 314085 for that. Anyway, that seems unrelated to HTMLOrSVGOrMathMLElement APIs.