Bug 250044 - [CSS-Typed-OM] Stop treating grid-row-start / grid-column-start / grid-row-end / grid-column-end as list properties
Summary: [CSS-Typed-OM] Stop treating grid-row-start / grid-column-start / grid-row-en...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 175733
  Show dependency treegraph
 
Reported: 2023-01-03 14:38 PST by Chris Dumez
Modified: 2023-01-10 19:15 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-01-03 14:38:11 PST
Stop treating grid-row-start / grid-column-start / grid-row-end / grid-column-end as list properties in the CSS Typed OM API. Our logic currently treats those as list properties because the CSS Parser (consumeGridLine) generates a CSSValueList to represent them.
Comment 1 Chris Dumez 2023-01-03 14:40:17 PST
Pull request: https://github.com/WebKit/WebKit/pull/8165
Comment 2 Radar WebKit Bug Importer 2023-01-10 14:39:21 PST
<rdar://problem/104094339>
Comment 3 EWS 2023-01-10 19:15:30 PST
Committed 258764@main (a0f88ce9701e): <https://commits.webkit.org/258764@main>

Reviewed commits have been landed. Closing PR #8165 and removing active labels.