Skip to content

Commit 11b9a52

Browse files
committed
Remove 'mask' from the transformable elements
1 parent 6842aae commit 11b9a52

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-10-18 dschulze@adobe.com
2+
Remove 'mask' from the transformable elements.
3+
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18484
4+
15
2012-10-18 dschulze@adobe.com
26
Remove comments from spec and open bug reports instead.
37

css3-transforms/Overview.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Transforms" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2012-10-18 name=dcterms.issued>
15+
<meta content=2012-10-19 name=dcterms.issued>
1616
<meta content="http://dev.w3.org/csswg/css3-transforms/"
1717
name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2012/ED-css3-transforms-20121018/"
19+
<meta content="http://www.w3.org/TR/2012/ED-css3-transforms-20121019/"
2020
name=dcterms.identifier>
2121
<link href="../default.css" rel=stylesheet type="text/css">
2222
<script defer=defer
@@ -50,15 +50,15 @@
5050

5151
<h1>CSS Transforms</h1>
5252

53-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 October
53+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 October
5454
2012</h2>
5555

5656
<dl>
5757
<dt>This version:
5858

5959
<dd> <a
60-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20121018/">http://dev.w3.org/csswg/css3-transforms/</a>
61-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20121018/-->
60+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20121019/">http://dev.w3.org/csswg/css3-transforms/</a>
61+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20121019/-->
6262

6363
<dt>Latest version:
6464

@@ -2010,7 +2010,6 @@ <h3 id=svg-three-dimensional-functions><span class=secno>13.5. </span>SVG
20102010
and ‘<a href="#backface-visibility"><code
20112011
class=property>backface-visibility</code></a>’ can not be used for the
20122012
elements: ‘<code class=property>clipPath</code>’, ‘<code
2013-
class=property>mask</code>’, ‘<code
20142013
class=property>linearGradient</code>’, ‘<code
20152014
class=property>radialGradient</code>’ and ‘<code
20162015
class=property>pattern</code>’. If a transform list includes a
@@ -2035,8 +2034,7 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20352034

20362035
<p> For the ‘<code class=property>pattern</code>’, ‘<code
20372036
class=property>linearGradient</code>’, ‘<code
2038-
class=property>radialGradient</code>’, ‘<code
2039-
class=property>mask</code>’ and ‘<code
2037+
class=property>radialGradient</code>’ and ‘<code
20402038
class=property>clipPath</code>’ elements the ‘<a href="#effects"><code
20412039
class=property>transform</code></a>’, ‘<code
20422040
class=property>patternTransform</code>’, ‘<code

css3-transforms/Transforms.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ <h3 id="svg-three-dimensional-functions">SVG and 3D transform functions</h3>
18821882
<p>
18831883
Three-dimensional transform functions and the properties 'perspective',
18841884
'perspective-origin', 'transform-style' and 'backface-visibility' can not be used
1885-
for the elements: 'clipPath', 'mask', 'linearGradient', 'radialGradient' and
1885+
for the elements: 'clipPath', 'linearGradient', 'radialGradient' and
18861886
'pattern'. If a transform list includes a three-dimensional transform function, the
18871887
complete transform list must be ignored. The values of every previously named
18881888
property must be ignored. <span class="term">Transformable elements</span> that are
@@ -1904,7 +1904,7 @@ <h3 id="svg-user-coordinate-space">
19041904
</h3>
19051905

19061906
<p>
1907-
For the 'pattern', 'linearGradient', 'radialGradient', 'mask' and 'clipPath'
1907+
For the 'pattern', 'linearGradient', 'radialGradient' and 'clipPath'
19081908
elements the 'transform', 'patternTransform', 'gradientTransform' presentation
19091909
attributes represents values in the current user coordinate system in place at the
19101910
time when these elements are referenced (i.e., the user coordinate system for the

0 commit comments

Comments
 (0)