Bug 178117

Summary: Support Individual Transform Properties
Product: WebKit Reporter: Eric Willigers <ericwilligers>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: dino, graouts, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 216271, 216973, 216997, 217291, 217320, 217429, 217473, 217707, 217769, 217842, 217849    
Bug Blocks:    

Description Eric Willigers 2017-10-10 01:14:54 PDT
Spec for the translate, scale, and rotate properties:
https://drafts.csswg.org/css-transforms-2/#individual-transforms
https://drafts.csswg.org/css-transforms-2/#ctm

They are implemented behind a flag in Blink (enable experimental web platform features).

Web platform tests in
https://github.com/w3c/web-platform-tests/tree/master/css/css-transforms-2
Comment 1 Antoine Quint 2020-06-15 00:58:53 PDT
Current link is https://drafts.csswg.org/css-transforms-2/#individual-transforms.
Comment 2 Radar WebKit Bug Importer 2020-06-15 00:59:05 PDT
<rdar://problem/64353623>
Comment 3 Antoine Quint 2020-09-08 03:55:58 PDT
Adding an experimental flag for this in bug 216271.
Comment 4 Antoine Quint 2020-10-16 15:52:32 PDT
This is now complete and the experimental flag is on by default.