[csswg-drafts] Move -webkit- prefixed aliases into flexbox? (#5634)

gsnedders has just created a new issue for https://github.com/w3c/csswg-drafts:

== Move -webkit- prefixed aliases into flexbox? ==
https://compat.spec.whatwg.org currently defines a whole load aliases for flexbox which are implemented across all major browsers today. It would be nice to move these into the main flexbox spec, rather than have them defined elsewhere.

Specifically, the following should be [legacy name aliases](https://drafts.csswg.org/css-cascade/#legacy-name-alias):

* -webkit-align-content
* -webkit-align-items
* -webkit-align-self
* -webkit-flex
* -webkit-flex-basis
* -webkit-flex-direction
* -webkit-flex-flow
* -webkit-flex-grow
* -webkit-flex-shrink
* -webkit-flex-wrap
* -webkit-justify-content
* -webkit-order

(Note that this issue is _not_ about the older -webkit-box-* properties, where behaviour does differ from the modern spec in all browsers.)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5634 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 19 October 2020 17:46:29 UTC