Bug 254093

Summary: [MathML] Do not ignore out-of-flow boxes while processing invalid mathml content
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, fred.wang, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=123348
Attachments:
Description Flags
[fast-cq]Patch none

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.