Bug 245929

Summary: Fix incorrectly positioned block element inside list-style-position:inside item
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
URL: https://jsfiddle.net/745chzpy/show

Description Ahmad Saleem 2022-10-01 06:49:20 PDT
Hi Team,

It might be duplicate of other bugs but I want to try this bug by merging below and see how it goes.

Commit - https://chromium.googlesource.com/chromium/src/+/36d85fd5ae96048efcef076a209655ddf2bd02fe

Webkit GitHub Source - https://github.com/WebKit/WebKit/blob/835b3f86b66bb2f7c66045c353a458a60d43800f/Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp#L111

_____

In case if I am not able to fix this, I will document my rationale etc. here.

Thanks!
Comment 1 Radar WebKit Bug Importer 2022-10-08 06:50:18 PDT
<rdar://problem/100933527>
Comment 2 Ahmad Saleem 2022-10-24 07:45:12 PDT
I tried but I am not able to resolve build errors and not able to find "isInside" equivalent in Webkit (I might be wrong and trying it right):

https://github.com/WebKit/WebKit/pull/4900

Closing my PR for someone else to try.
Comment 3 zalan 2023-03-19 11:08:31 PDT
(In reply to Ahmad Saleem from comment #2)
> I tried but I am not able to resolve build errors and not able to find
> "isInside" equivalent in Webkit (I might be wrong and trying it right):
I think it maps to RenderListMarker::isInside