Bug 254093 - [MathML] Do not ignore out-of-flow boxes while processing invalid mathml content
Summary: [MathML] Do not ignore out-of-flow boxes while processing invalid mathml content
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-17 16:17 PDT by zalan
Modified: 2023-03-19 21:13 PDT (History)
6 users (show)

See Also:


Attachments
[fast-cq]Patch (3.17 KB, patch)
2023-03-17 16:25 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2023-03-17 16:17:32 PDT
<rdar://106856442>
Comment 1 zalan 2023-03-17 16:25:23 PDT
Created attachment 465486 [details]
[fast-cq]Patch
Comment 2 EWS 2023-03-19 10:49:08 PDT
Committed 261841@main (d773dfd6ab0f): <https://commits.webkit.org/261841@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 465486 [details].
Comment 3 Radar WebKit Bug Importer 2023-03-19 10:50:16 PDT
<rdar://problem/106917260>
Comment 4 Frédéric Wang (:fredw) 2023-03-19 21:05:01 PDT
Just for the record, an alternative fix would be https://bugs.webkit.org/show_bug.cgi?id=123348#c8 (since RenderMathMLRow already handles OOF).
Comment 5 zalan 2023-03-19 21:13:34 PDT
(In reply to Frédéric Wang (:fredw) from comment #4)
> Just for the record, an alternative fix would be
> https://bugs.webkit.org/show_bug.cgi?id=123348#c8 (since RenderMathMLRow
> already handles OOF).
oh cool! Looking forward to seeing a more involved ::layoutInvalidMarkup implementation.