|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Transforms" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-06-17 name=dcterms.date> |
| 15 | + <meta content=2013-06-29 name=dcterms.date> |
16 | 16 | <meta content="Simon Fraser" name=dcterms.creator> |
17 | 17 | <meta content="Dean Jackson" name=dcterms.creator> |
18 | 18 | <meta content="Edward O'Connor" name=dcterms.creator> |
|
35 | 35 |
|
36 | 36 | <h1>CSS Transforms Level 1</h1> |
37 | 37 |
|
38 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2013</h2> |
| 38 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2013</h2> |
39 | 39 |
|
40 | 40 | <dl> |
41 | 41 | <dt>This version: |
42 | 42 |
|
43 | 43 | <dd> <a |
44 | 44 | 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-20130617/--> |
| 45 | + <!--http://www.w3.org/TR/2013/WD-css3-transforms-20130629/--> |
46 | 46 |
|
47 | 47 | <dt>Latest version: |
48 | 48 |
|
@@ -101,8 +101,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2013</h2> |
101 | 101 |
|
102 | 102 | <dt>Test suite: |
103 | 103 |
|
104 | | - <dd><a |
105 | | - href="http://test.csswg.org/suites/css3-transforms/nightly-unstable/">http://test.csswg.org/suites/css3-transforms/nightly-unstable/</a> |
| 104 | + <dd> <a |
| 105 | + href="http://test.csswg.org/suites/css3-transforms/nightly-unstable/">http://test.csswg.org/suites/css3-transforms/nightly-unstable/</a> |
106 | 106 | </dl> |
107 | 107 | <!--begin-copyright--> |
108 | 108 | <p class=copyright><a |
@@ -1612,6 +1612,21 @@ <h2 id=transform-style-property><span class=secno>9. </span> The ‘<a |
1612 | 1612 |
|
1613 | 1613 | <li>‘<code class=property>filter</code>’: any value other than |
1614 | 1614 | ‘<code class=css>none</code>’. |
| 1615 | + |
| 1616 | + <li>‘<code class=property>clip</code>’: any value other than ‘<code |
| 1617 | + class=css>auto</code>’. |
| 1618 | + |
| 1619 | + <li>‘<code class=property>clip-path</code>’: any value other than |
| 1620 | + ‘<code class=css>none</code>’. |
| 1621 | + |
| 1622 | + <li>‘<code class=property>mask-image</code>’: any value other than |
| 1623 | + ‘<code class=css>none</code>’. |
| 1624 | + |
| 1625 | + <li>‘<code class=property>mask-box-image-source</code>’: any value |
| 1626 | + other than ‘<code class=css>none</code>’. |
| 1627 | + |
| 1628 | + <li>‘<code class=property>mix-blend-mode</code>’: any value other than |
| 1629 | + ‘<code class=css>normal</code>’. |
1615 | 1630 | </ul> |
1616 | 1631 |
|
1617 | 1632 | <p> The computed value of ‘<a href="#transform-style"><code |
@@ -2181,16 +2196,16 @@ <h3 id=svg-three-dimensional-functions><span class=secno>13.5. </span>SVG |
2181 | 2196 | ignored. The values of every previously named property must be ignored. <a |
2182 | 2197 | href="#transformable-element"><var>Transformable elements</var></a> that |
2183 | 2198 | are contained by one of these elements can have three-dimensional |
2184 | | - transform functions. Before a <a |
| 2199 | + transform functions. The <a |
2185 | 2200 | href="http://www.w3.org/TR/2011/REC-SVG11-20110816/masking.html#ClipPathElement"><code |
2186 | 2201 | class=element-name><clipPath></code></a>, <a |
2187 | 2202 | href="http://www.w3.org/TR/2011/REC-SVG11-20110816/masking.html#MaskElement"><code |
2188 | | - class=element-name><mask></code></a> or <a |
| 2203 | + class=element-name><mask></code></a>, <a |
2189 | 2204 | href="http://www.w3.org/TR/2011/REC-SVG11-20110816/pservers.html#PatternElement"><code |
2190 | | - class=element-name><pattern></code></a> element can get applied to a |
2191 | | - target element, user agents must take the drawn results as static images |
2192 | | - in analogue of "flattening" the elements and taking the rendered content |
2193 | | - as a two-dimensional canvas. |
| 2205 | + class=element-name><pattern></code></a> elements require the user agent |
| 2206 | + to create a flattened representation of the descendant elements before |
| 2207 | + they can be applied, and therefore override the behavior of ‘<code |
| 2208 | + class=css>transform-style: preserve-3d</code>’. |
2194 | 2209 |
|
2195 | 2210 | <p> If the ‘<code class=property>vector-effect</code>’ property is set |
2196 | 2211 | to ‘<code class=css>non-scaling-stroke</code>’ and an object is within |
|
0 commit comments