Skip to content

Commit 5412ef6

Browse files
committed
[css-transforms] Setting opacity does not cause flattening
1 parent 1462db3 commit 5412ef6

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

css-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-07-04 Dirk Schulze <dschulze@adobe.com>
2+
Setting opacity does not cause flattening.
3+
14
2013-06-29 Dirk Schulze <dschulze@adobe.com>
25
Clarify flatten behavior on SVG resources.
36
Add more properties that cause flattening.

css-transforms/Overview.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Transforms" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-06-29 name=dcterms.date>
15+
<meta content=2013-07-04 name=dcterms.date>
1616
<meta content="Simon Fraser" name=dcterms.creator>
1717
<meta content="Dean Jackson" name=dcterms.creator>
1818
<meta content="Edward O'Connor" name=dcterms.creator>
@@ -35,14 +35,14 @@
3535

3636
<h1>CSS Transforms Level 1</h1>
3737

38-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2013</h2>
38+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 July 2013</h2>
3939

4040
<dl>
4141
<dt>This version:
4242

4343
<dd> <a
4444
href="http://dev.w3.org/csswg/css3-transforms/">http://dev.w3.org/csswg/css3-transforms/</a>
45-
<!--http://www.w3.org/TR/2013/WD-css3-transforms-20130629/-->
45+
<!--http://www.w3.org/TR/2013/WD-css3-transforms-20130704/-->
4646

4747
<dt>Latest version:
4848

@@ -1607,9 +1607,6 @@ <h2 id=transform-style-property><span class=secno>9. </span> The ‘<a
16071607
<li><code class=property>overflow</code>’: any value other than
16081608
<code class=css>visible</code>’.
16091609

1610-
<li><code class=property>opacity</code>’: any value other than
1611-
<code class=css>1</code>’.
1612-
16131610
<li><code class=property>filter</code>’: any value other than
16141611
<code class=css>none</code>’.
16151612

css-transforms/Transforms.src.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,6 @@ <h2 id="transform-style-property">
13631363
''transform-style: preserve-3d'':</p>
13641364
<ul>
13651365
<li>'overflow': any value other than ''visible''.</li>
1366-
<li>'opacity': any value other than ''1''.</li>
13671366
<li>'filter': any value other than ''none''.</li>
13681367
<li>'clip': any value other than ''auto''.</li>
13691368
<li>'clip-path': any value other than ''none''.</li>

0 commit comments

Comments
 (0)