[Webkit-unassigned] [Bug 224809] New: Implement CSS <display-listitem>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 20 03:54:14 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224809
Bug ID: 224809
Summary: Implement CSS <display-listitem>
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ntim at apple.com
Depends on: 224574
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
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=224574
[Bug 224574] [css-display-3] Implement CSS Display Two Value Notation
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210420/b5add9c1/attachment.htm>
More information about the webkit-unassigned
mailing list