Bug 224809

Summary: Implement CSS <display-listitem>
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 224574    
Bug Blocks:    

Description Tim Nguyen (:ntim) 2021-04-20 03:54:14 PDT
https://drafts.csswg.org/css-display/#the-display-properties

`<display-listitem>` is defined as `<display-outside>? && [ flow | flow-root ]? && list-item`

Currently WebKit only supports `display: list-item`

but according to the spec, other forms should be supported:

display: block list-item (= display: list-item)
display: inline list-item
display: block flow list-item (= display: list-item)
display: inline flow list-item
display: block flow-root list-item
display: inline flow-root list-item
display: flow list-item
display: flow-root list-item
Comment 1 Radar WebKit Bug Importer 2021-04-20 03:55:42 PDT
<rdar://problem/76891894>