Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-typed-om] Renamed 'flex' base type to 'fraction' #1119

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SebastianZ
Copy link

The <flex> data type got generalized and moved to CSS Values 5 and renamed to <fraction> in w3c/csswg-drafts#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

 The <flex> data type got moved to CSS Values 5 and renamed to <fraction>.
 So this adjustment also needed to be done in CSS Typed OM.
@FremyCompany
Copy link
Contributor

Did this ship anywhere yet?

@SebastianZ
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants