NEW 204611
[css-grid] Serialization of grid shorthands has several issues
https://bugs.webkit.org/show_bug.cgi?id=204611
Summary [css-grid] Serialization of grid shorthands has several issues
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.