Skip to content

Commit 3e3d7b5

Browse files
committed
[css-transforms][css-transitions] I can't read lol
1 parent 5eea74b commit 3e3d7b5

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

css-transforms-2/Overview.bs

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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>

css-transitions-2/Overview.bs

-9
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,3 @@ spec:css-transitions-1; type:dfn; text:running transitions
6363
a different transition
6464
than the color of a shadow.
6565
</div>
66-
67-
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>,
68-
the WG resolved to add 'translate', 'scale', and 'rotate' properties.
69-
70-
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>,
71-
the WG resolved to add a formula for decomposing a transform into a unified "scale"
72-
(the spec already defines how to decompose it into scaleX/Y/Z),
73-
for use by things like SVG's non-scaling stroke spec.
74-
<a href="https://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Specifying_decomposition_of_scale">Formula is defined here.</a>

0 commit comments

Comments
 (0)