Bug 178117 - Support Individual Transform Properties
Summary: Support Individual Transform Properties
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar, WebExposed
Depends on: 216271 216973 216997 217291 217320 217429 217473 217707 217769 217842 217849
Blocks:
  Show dependency treegraph
 
Reported: 2017-10-10 01:14 PDT by Eric Willigers
Modified: 2020-11-11 23:20 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.