WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
224809
Implement CSS <display-listitem>
https://bugs.webkit.org/show_bug.cgi?id=224809
Summary
Implement CSS <display-listitem>
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-04-20 03:55:42 PDT
<
rdar://problem/76891894
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug