Bug 260494
Summary: | grid-template not serialized correctly if grid-template-areas was not set from shorthand | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
Component: | CSS | Assignee: | Sammy Gill <sgill26> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/41592 | ||
Bug Depends on: | |||
Bug Blocks: | 204611 |
Sammy Gill
ShorthandSerializer::serializeGridTemplate bails out early if it has to serialize the third version of the shorthand ([ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?) and the values were not set from the shorthand. We should be checking these values directly and see if they can be represented in this syntax
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114224504>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/16909
Sammy Gill
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/41592
EWS
Committed 267155@main (74849b01b119): <https://commits.webkit.org/267155@main>
Reviewed commits have been landed. Closing PR #16909 and removing active labels.