RESOLVED FIXED287823
Update CSSProperties.json with 'initial' and 'animation-type' fields
https://bugs.webkit.org/show_bug.cgi?id=287823
Summary Update CSSProperties.json with 'initial' and 'animation-type' fields
Sam Weinig
Reported 2025-02-17 14:12:37 PST
Update CSSProperties.json with 'initial' and 'animation-type' fields, renaming existing fields to be more clear and clash less with the new ones.
Attachments
Sam Weinig
Comment 1 2025-02-17 14:29:44 PST
EWS
Comment 2 2025-02-19 07:23:35 PST
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
Comment 3 2025-02-19 07:24:14 PST
Fujii Hironori
Comment 4 2025-02-19 12:51:28 PST
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
Comment 5 2025-02-24 23:20:03 PST
290923@main fixed the warnings.
Note You need to log in before you can comment on or make changes to this bug.