Bug 287823
| Summary: | Update CSSProperties.json with 'initial' and 'animation-type' fields | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
Update CSSProperties.json with 'initial' and 'animation-type' fields, renaming existing fields to be more clear and clash less with the new ones.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/40727
EWS
Committed 290607@main (d8bfd1cd3e44): <https://commits.webkit.org/290607@main>
Reviewed commits have been landed. Closing PR #40727 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/145137731>
Fujii Hironori
Lot of warnings after 290607@main. Is this intentional?
Buildbot: builder Apple-Sequoia-Debug-Build build 4675
https://build.webkit.org/#/builders/1225/builds/4675
WARNING: 'animation-timing-function' Found some keywords in 'values' array not supported by the parser grammar: ('ease-in', 'ease-out', 'step-start', 'ease', 'step-end', 'linear', 'ease-in-out')
WARNING: 'background-repeat' Found some keywords in 'values' array not supported by the parser grammar: ('space', 'repeat-y', 'round', 'repeat-x', 'no-repeat', 'repeat')
WARNING: 'background-size' Found some keywords in 'values' array not supported by the parser grammar: ('auto', 'cover', 'contain')
WARNING: 'block-size' Found some keywords in parser grammar not list in 'values' array: ('intrinsic')
WARNING: 'height' Found some keywords in parser grammar not list in 'values' array: ('intrinsic')
WARNING: 'inline-size' Found some keywords in parser grammar not list in 'values' array: ('intrinsic')
...
Fujii Hironori
290923@main fixed the warnings.