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:    

Tim Nguyen (:ntim)
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2021-04-20 03:55:42 PDT
Note You need to log in before you can comment on or make changes to this bug.