Open SebastianZ opened 11 months ago
Did this ship anywhere yet?
Did this ship anywhere yet?
Hm, looks like Chromium and WebKit already support flex
. So I guess it is too late to rename the base type to 'fraction'. So I reverted that change. Though I kept the reference to the renamed data type.
Sebastian
The
<flex>
data type got generalized and moved to CSS Values 5 and renamed to<fraction>
in https://github.com/w3c/csswg-drafts/pull/9516.So this adjustment also needs to be done in CSS Typed OM. (Note that the type was renamed to 'fraction' to better distinguish it from Flexbox, because of the unit being called
fr
, and due to it getting more use cases outside of flexible grid track widths.)Sebastian