Bug 258813 - Animation using padding-block doesn't override set padding style
Summary: Animation using padding-block doesn't override set padding style
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-03 09:54 PDT by mattiasha
Modified: 2023-07-11 11:38 PDT (History)
6 users (show)

See Also:


Attachments
Safari showing bug (963.04 KB, video/mp4)
2023-07-03 09:54 PDT, mattiasha
no flags Details
Same codepen in chrome (same in firefox) (836.23 KB, video/mp4)
2023-07-03 09:54 PDT, mattiasha
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mattiasha 2023-07-03 09:54:19 PDT
Created attachment 466913 [details]
Safari showing bug

See codepen: https://codepen.io/emattias/pen/GRwEOwp

In safari the one animating padding-block doesnt animate to 0 like it does in chrome and firefox. See attached video showing the bug in safari.
Comment 1 mattiasha 2023-07-03 09:54:58 PDT
Created attachment 466914 [details]
Same codepen in chrome (same in firefox)
Comment 2 Radar WebKit Bug Importer 2023-07-10 09:55:17 PDT
<rdar://problem/112023856>
Comment 3 Antoine Quint 2023-07-11 05:51:04 PDT
We simply don't support animating the padding-block property. In fact, looking over the code indicates we don't support animation of logical shorthand properties.
Comment 4 Antoine Quint 2023-07-11 06:42:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15738
Comment 5 Antoine Quint 2023-07-11 06:43:11 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/40966
Comment 6 EWS 2023-07-11 11:38:35 PDT
Committed 265956@main (f438e854500a): <https://commits.webkit.org/265956@main>

Reviewed commits have been landed. Closing PR #15738 and removing active labels.