Bug 204611

Summary: [css-grid] Serialization of grid shorthands has several issues
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: CSSAssignee: 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:    

Description Manuel Rego Casasnovas 2019-11-26 04:09:35 PST
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.
Comment 1 Devon Govett 2021-12-18 10:14:36 PST
Another example: `grid: auto-flow / 200px` currently serializes as `grid: 200px / row` which is invalid and does not parse when round tripping.
Comment 2 Radar WebKit Bug Importer 2022-08-01 19:36:57 PDT
<rdar://problem/97952344>