Bug 224809
Summary: | Implement CSS <display-listitem> | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | Layout and Rendering | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/76891894>