Skip to content

Commit 31a8d08

Browse files
committed
Renamed 'Transform Values and Lists' to 'The Transform Function Lists'
1 parent 9692d38 commit 31a8d08

3 files changed

Lines changed: 26 additions & 25 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2012-03-19 dschulze@adobe.com
2+
Renamed 'Transform Values and Lists' to 'The Transform Function Lists' and separated content more
3+
from 'The Transform Functions'.
4+
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16407
5+
16
2012-03-19 ayg@aryeh.name
27
More details for definition of perspective
38
Original patch by Tav.

css3-transforms/Overview.html

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 March 2012</h2>
9797
<!--begin-copyright-->
9898
<p class=copyright><a
9999
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
100-
rel=license>Copyright</a> &copy; 2012 <a
101-
href="http://www.w3.org/"><acronym
102-
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
103-
href="http://www.csail.mit.edu/"><acronym
104-
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
105-
href="http://www.ercim.eu/"><acronym
106-
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
100+
rel=license>Copyright</a> &copy; 2012 <a href="http://www.w3.org/"><abbr
101+
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
102+
href="http://www.csail.mit.edu/"><abbr
103+
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
104+
href="http://www.ercim.eu/"><abbr
105+
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
107106
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
108107
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
109108
<a
@@ -290,8 +289,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
290289
</span>3D Transform Functions</a>
291290
</ul>
292291

293-
<li><a href="#transform-values"><span class=secno>14. </span> Transform
294-
Values and Lists </a>
292+
<li><a href="#transform-function-lists"><span class=secno>14. </span> The
293+
Transform Function Lists </a>
295294

296295
<li><a href="#animation"><span class=secno>15. </span> Transitions and
297296
Animations between Transform Values </a>
@@ -1984,9 +1983,9 @@ <h2 id=transform-functions><span class=secno>13. </span> The Transform
19841983

19851984
<p> The value of the <a href="#effects"><code
19861985
class=property>transform</code></a> property is a list of
1987-
<var>&lt;transform-functions&gt;</var> applied in the order provided. The
1988-
set of allowed transform functions is given below. In this list the type
1989-
<var>&lt;translation-value&gt;</var> is defined as a
1986+
<var>&lt;transform-functions&gt;</var>. The set of allowed transform
1987+
functions is given below. For <var>&lt;transform-functions&gt;</var> the
1988+
type <var>&lt;translation-value&gt;</var> is defined as a
19901989
<var>&lt;length&gt;</var> or <var>&lt;percentage&gt;</var> value, and the
19911990
<var>&lt;angle&gt;</var> type is defined by <a
19921991
href="http://www.w3.org/TR/css3-values/">CSS Values and Units Module.</a>
@@ -2138,15 +2137,12 @@ <h3 id=three-d-transform-functions><span class=secno>13.2. </span>3D
21382137
</dl>
21392138
<!-- ======================================================================================================= -->
21402139

2141-
<h2 id=transform-values><span class=secno>14. </span> Transform Values and
2142-
Lists</h2>
2140+
<h2 id=transform-function-lists><span class=secno>14. </span> The Transform
2141+
Function Lists</h2>
21432142

2144-
<p> The &lt;translation-value&gt; values are defined as [&lt;percentage&gt;
2145-
| &lt;length&gt;]. All other value types are described <a
2146-
href="http://www.w3.org/TR/REC-CSS2/syndata.html#values">as CSS types</a>.
2147-
If a list of transforms is provided, then the net effect is as if each
2148-
transform had been specified separately in the order provided. For
2149-
example,
2143+
<p> If a list of <var>&lt;transform-functions&gt;</var> is provided, then
2144+
the net effect is as if each transform function had been specified
2145+
separately in the order provided. For example,
21502146

21512147
<pre>
21522148
&lt;div style="transform:translate(-10px,-20px) scale(2) rotate(45deg) translate(5px,10px)"/&gt;

css3-transforms/Transforms.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,8 +1668,8 @@ <h2 id="transform-functions">
16681668
</h2>
16691669
<p>
16701670
The value of the <code class="property">transform</code> property is a
1671-
list of <var>&lt;transform-functions&gt;</var> applied in the order provided. The
1672-
set of allowed transform functions is given below. In this list the
1671+
list of <var>&lt;transform-functions&gt;</var>. The
1672+
set of allowed transform functions is given below. For <var>&lt;transform-functions&gt;</var> the
16731673
type <var>&lt;translation-value&gt;</var> is defined as a <var>&lt;length&gt;</var> or
16741674
<var>&lt;percentage&gt;</var> value, and the <var>&lt;angle&gt;</var> type is defined by <a
16751675
href="http://www.w3.org/TR/css3-values/">CSS Values and Units Module.</a>
@@ -1825,11 +1825,11 @@ <h3 id="three-d-transform-functions">3D Transform Functions</h3>
18251825

18261826
<!-- ======================================================================================================= -->
18271827

1828-
<h2 id="transform-values">
1829-
Transform Values and Lists
1828+
<h2 id="transform-function-lists">
1829+
The Transform Function Lists
18301830
</h2>
18311831
<p>
1832-
The &lt;translation-value&gt; values are defined as [&lt;percentage&gt; | &lt;length&gt;]. All other value types are described <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#values">as CSS types</a>. If a list of transforms is provided, then the net effect is as if each transform had been specified separately in the order provided. For example,
1832+
If a list of <var>&lt;transform-functions&gt;</var> is provided, then the net effect is as if each transform function had been specified separately in the order provided. For example,
18331833
</p>
18341834
<pre>
18351835
&lt;div style="transform:translate(-10px,-20px) scale(2) rotate(45deg) translate(5px,10px)"/&gt;

0 commit comments

Comments
 (0)