[Webkit-unassigned] [Bug 224574] New: [css-display-3] Implement CSS Display Two Value Notation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 14 13:02:47 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224574
Bug ID: 224574
Summary: [css-display-3] Implement CSS Display Two Value
Notation
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: jensimmons at apple.com
CSS Display Module Level 3 introduces the two-value syntax for the display property.
This provides Authors with an alternative way to write the display property — one that makes a lot of sense & improves Author experience.
Examples of the new notation:
```
display: block grid;
display: block flex;
display: inline flex;
display: block flow;
display: block flow-root;
```
Without implementation in all browsers, Authors cannot start using this new notation.
Simply aliasing the already currently supported display properties so that this new notation works is a fantastic MVP. We can ship just that.
The spec is in CR (has been since Aug 2018): https://www.w3.org/TR/css-display-3/
--
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/20210414/1a2dd7d7/attachment-0001.htm>
More information about the webkit-unassigned
mailing list