Bug 178117
Summary: | Support Individual Transform Properties | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Willigers <ericwilligers> |
Component: | CSS | Assignee: | 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: |
Eric Willigers
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
Current link is https://drafts.csswg.org/css-transforms-2/#individual-transforms.
Radar WebKit Bug Importer
<rdar://problem/64353623>
Antoine Quint
Adding an experimental flag for this in bug 216271.
Antoine Quint
This is now complete and the experimental flag is on by default.