Bug 70775
| Summary: | Need tests to ensure new flexboxes ignore certain CSS properties | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, ntim, sgill26 |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 62048 | ||
Ojan Vafai
Specifically, the spec says:
-all of the ‘column-*’ properties in the Multicol module compute to their initial values on a flexbox (‘break-before’, ‘break-inside’, and ‘break-after’ are still valid on a flexbox).
-‘float’ and ‘clear’ compute to their initial values on a flexbox item
-‘vertical-align’ has no effect on a flexbox item
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
@Sammy & @Tim - anything to do here - or WPT cover us?