Bug 247063 - Calling CSSStyleValue.parseAll() on a list-valued CSS property should split its value list
Summary: Calling CSSStyleValue.parseAll() on a list-valued CSS property should split i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (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: 2022-10-26 08:12 PDT by Chris Dumez
Modified: 2022-10-27 09:06 PDT (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 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>