Bug 136881
Summary: | flex-basis has a missing main-size keyword | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, mitz, ntim, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dean Jackson
According to http://dev.w3.org/csswg/css-flexbox/#flex-basis-property we should support the keyword "main-size" (and not auto).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/18361231>
Ahmad Saleem
I don't see "man-size" in the W3C doc:
https://drafts.csswg.org/css-flexbox/#flex-basis-property
and WPT shows Safari Technology Preview 154 doing quite good:
https://wpt.fyi/results/css?label=master&label=experimental&aligned&view=subtest&q=flex%20basis
Is Spec changed and don't have "main-size" or WPT does not cover this? Thanks!