Bug 269971
Summary: | Preserve whitespace when serializing custom properties | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
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/44746 | ||
Bug Depends on: | |||
Bug Blocks: | 246605 |
Antti Koivisto
"Specified values of custom properties must be serialized exactly as specified by the author. Simplifications that might occur in other properties, such as dropping comments, normalizing whitespace, reserializing numeric tokens from their value, etc., must not occur."
https://drafts.csswg.org/css-variables-2/#serializing-custom-props
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123491915>
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/24999
EWS
Committed 275236@main (262c7e61cab2): <https://commits.webkit.org/275236@main>
Reviewed commits have been landed. Closing PR #24999 and removing active labels.
Antti Koivisto
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/44746