Bug 224809 - Implement CSS <display-listitem>
Summary: Implement CSS <display-listitem>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 224574
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-20 03:54 PDT by Tim Nguyen (:ntim)
Modified: 2021-05-16 01:26 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 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>