@@ -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 > © 2012 < a
101- href ="http://www.w3.org/ "> < acronym
102- title ="World Wide Web Consortium "> W3C</ acronym > </ a > < sup > ®</ 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 > © 2012 < a href ="http://www.w3.org/ "> < abbr
101+ title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ®</ 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 > <transform-functions></ var > applied in the order provided. The
1988- set of allowed transform functions is given below. In this list the type
1989- < var > <translation-value></ var > is defined as a
1986+ < var > <transform-functions></ var > . The set of allowed transform
1987+ functions is given below. For < var > <transform-functions> </ var > the
1988+ type < var > <translation-value></ var > is defined as a
19901989 < var > <length></ var > or < var > <percentage></ var > value, and the
19911990 < var > <angle></ 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 <translation-value> values are defined as [<percentage>
2145- | <length>]. 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 > <transform-functions></ 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<div style="transform:translate(-10px,-20px) scale(2) rotate(45deg) translate(5px,10px)"/>
0 commit comments