Bug 313142
| Summary: | `transition-property` should preserve <custom-ident> specified spelling/case for serialization | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
`transition-property: WIDTH` currently incorrectly serializes as `transition-property: width`, due to canonicalization of `WIDTH` to `width` at parse time. The spec says it should be parsed as a <custom-ident> and therefore needs to preserve the specified spelling/case.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/63436
EWS
Committed 311909@main (17adb886f41c): <https://commits.webkit.org/311909@main>
Reviewed commits have been landed. Closing PR #63436 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/175467206>