Skip to content

Commit a31f796

Browse files
committed
[css-transitions-2] Add more issues for things that were deferred.
1 parent bcf778b commit a31f796

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

css-transitions-2/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ED: http://dev.w3.org/csswg/css-transitions-2/
99
Editor: L. David Baron, Mozilla, dbaron@dbaron.org
1010
Issue Tracking: Bugzilla bugs for all levels https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Transitions&resolution=---
1111
Abstract: CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
12+
Ignored Terms: translate, rotate, scale
1213
</pre>
1314
<pre class="link-defaults">
1415
spec:css-transitions-1; type:dfn; text:cancel
@@ -62,3 +63,12 @@ spec:css-transitions-1; type:dfn; text:running transitions
6263
a different transition
6364
than the color of a shadow.
6465
</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>

css-transitions-2/Overview.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<h1 class="p-name no-ref" id="title">CSS Transitions Level 2</h1>
7575

7676
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
77-
<time class="dt-updated" datetime="2015-05-14">14 May 2015</time></span></h2>
77+
<time class="dt-updated" datetime="2015-05-15">15 May 2015</time></span></h2>
7878

7979
<div data-fill-with="spec-metadata">
8080
<dl>
@@ -277,6 +277,17 @@ <h2 class="heading settled" data-level="3" id="issues"><span class="secno">3. </
277277
than the color of a shadow.
278278
</div>
279279

280+
281+
<p class="issue" id="issue-c60c5f1f"><a class="self-link" href="#issue-c60c5f1f"></a>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>,
282+
the WG resolved to add <a class="property" data-link-type="propdesc">translate</a>, <a class="property" data-link-type="propdesc">scale</a>, and <a class="property" data-link-type="propdesc">rotate</a> properties.</p>
283+
284+
285+
<p class="issue" id="issue-2d842ca8"><a class="self-link" href="#issue-2d842ca8"></a>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>,
286+
the WG resolved to add a formula for decomposing a transform into a unified "scale"
287+
(the spec already defines how to decompose it into scaleX/Y/Z),
288+
for use by things like SVG’s non-scaling stroke spec.
289+
<a href="https://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Specifying_decomposition_of_scale">Formula is defined here.</a></p>
290+
280291
</main>
281292

282293
<h2 class="no-ref no-num heading settled" id="conformance"><span class="content">
@@ -483,5 +494,12 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
483494
a different transition
484495
than the color of a shadow.
485496
<a href="#issue-21a432a0"></a></div>
497+
<div class="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>,
498+
the WG resolved to add <a class="property" data-link-type="propdesc">translate</a>, <a class="property" data-link-type="propdesc">scale</a>, and <a class="property" data-link-type="propdesc">rotate</a> properties.<a href="#issue-c60c5f1f"></a></div>
499+
<div class="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>,
500+
the WG resolved to add a formula for decomposing a transform into a unified "scale"
501+
(the spec already defines how to decompose it into scaleX/Y/Z),
502+
for use by things like SVG’s non-scaling stroke spec.
503+
<a href="https://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Specifying_decomposition_of_scale">Formula is defined here.</a><a href="#issue-2d842ca8"></a></div>
486504
</div></body>
487505
</html>

0 commit comments

Comments
 (0)