Bug 245929 - Fix incorrectly positioned block element inside list-style-position:inside item
Summary: Fix incorrectly positioned block element inside list-style-position:inside item
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://jsfiddle.net/745chzpy/show
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-01 06:49 PDT by Ahmad Saleem
Modified: 2023-03-19 11:08 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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