|
| 1 | +<pre class='metadata'> |
| 2 | +Title: CSS Transform Module Level 2 |
| 3 | +Shortname: css-transforms |
| 4 | +Level: 1 |
| 5 | +Status: ED |
| 6 | +Group: CSSWG |
| 7 | +ED: http://dev.w3.org/csswg/css-transforms-2/ |
| 8 | +Editor: Tab Atkins Jr., Google Inc http://google.com, http://xanthir.com/contact/ |
| 9 | +Editor: Simon Fraser, Apple Inc http://www.apple.com/, simon.fraser@apple.com |
| 10 | +Editor: Dean Jackson, Apple Inc http://www.apple.com/, dino@apple.com |
| 11 | +Editor: Edward O'Connor, Apple Inc http://www.apple.com/, eoconnor@apple.com |
| 12 | +Editor: Dirk Schulze, Adobe Systems Inc http://www.adobe.com/, dschulze@adobe.com |
| 13 | +Abstract: CSS transforms allows elements styled with CSS to be transformed in two-dimensional or three-dimensional space. |
| 14 | +Abstract: |
| 15 | +Abstract: This is a delta spec over CSS Transforms Level 1, while that spec is finishing standardization. |
| 16 | +</pre> |
| 17 | + |
| 18 | +Introduction {#intro} |
| 19 | +===================== |
| 20 | + |
| 21 | +Introduction here. |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +Issue: Per <a href="https://lists.w3.org/Archives/Public/www-style/2015Mar/0371.html">https://lists.w3.org/Archives/Public/www-style/2015Mar/0371.html</a>, |
| 26 | +the WG resolved to add 'translate', 'scale', and 'rotate' properties. |
| 27 | + |
| 28 | +Issue: Per <a href="https://lists.w3.org/Archives/Public/www-style/2015Mar/0371.html">https://lists.w3.org/Archives/Public/www-style/2015Mar/0371.html</a>, |
| 29 | +the WG resolved to add a formula for decomposing a transform into a unified "scale" |
| 30 | +(the spec already defines how to decompose it into scaleX/Y/Z), |
| 31 | +for use by things like SVG's non-scaling stroke spec. |
| 32 | +<a href="https://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Specifying_decomposition_of_scale">Formula is defined here.</a> |
0 commit comments