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:    

Manuel Rego Casasnovas
Reported 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.
Attachments
Devon Govett
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2022-08-01 19:36:57 PDT
Note You need to log in before you can comment on or make changes to this bug.