Bug 247063

Summary: Calling CSSStyleValue.parseAll() on a list-valued CSS property should split its value list
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 175733    

Description Chris Dumez 2022-10-26 08:12:26 PDT
Calling CSSStyleValue.parseAll() on a list-valued CSS property [1] should split its value list:
- https://drafts.css-houdini.org/css-typed-om/#parse-a-cssstylevalue (Step 4)
- https://drafts.css-houdini.org/css-typed-om/#subdivide-into-iterations

[1] https://drafts.css-houdini.org/css-typed-om/#list-valued-properties
Comment 1 Chris Dumez 2022-10-26 08:19:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5815
Comment 2 EWS 2022-10-27 09:05:48 PDT
Committed 256070@main (fcf22dcd95dc): <https://commits.webkit.org/256070@main>

Reviewed commits have been landed. Closing PR #5815 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-10-27 09:06:19 PDT
<rdar://problem/101636687>