Bug 204611
| Summary: | [css-grid] Serialization of grid shorthands has several issues | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Manuel Rego Casasnovas <rego> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | govett, jfernandez, obrufau, rego, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.chromium.org/p/chromium/issues/detail?id=511177 https://bugs.webkit.org/show_bug.cgi?id=204506 https://bugs.webkit.org/show_bug.cgi?id=212345 |
||
| Bug Depends on: | 245729, 204508, 237868, 245024, 245025, 245026, 260494 | ||
| Bug Blocks: | |||
Manuel Rego Casasnovas
The serialization of grid shorthands doesn't follow the spec and it makes us fail several WPT tests under css-grid/parsing/.
This issue is also present on Chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=511177), but it's working fine on Firefox.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Devon Govett
Another example: `grid: auto-flow / 200px` currently serializes as `grid: 200px / row` which is invalid and does not parse when round tripping.
Radar WebKit Bug Importer
<rdar://problem/97952344>