Bug 204611 - [css-grid] Serialization of grid shorthands has several issues
Summary: [css-grid] Serialization of grid shorthands has several issues
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 245729 204508 237868 245024 245025 245026 260494
Blocks:
  Show dependency treegraph
 
Reported: 2019-11-26 04:09 PST by Manuel Rego Casasnovas
Modified: 2023-08-21 16:30 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>