- From: Edward O'Connor via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Apr 2011 21:22:31 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-2d-transforms In directory hutz:/tmp/cvs-serv18256 Modified Files: ChangeLog Overview.html Overview.src.html Log Message: Transforms only apply to block-level elements and atomic inline-level elements. Index: ChangeLog =================================================================== RCS file: /sources/public/csswg/css3-2d-transforms/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ChangeLog 21 Mar 2011 21:20:55 -0000 1.5 +++ ChangeLog 1 Apr 2011 21:22:28 -0000 1.6 @@ -1,3 +1,7 @@ +2011-04-01 eoconnor@apple.com + - Clarified that tranforms do not apply to inlines which may be split + into multiple boxes. + 2011-03-21 simon.fraser@apple.com - Removed "Module Level 3" from the title. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-2d-transforms/Overview.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Overview.html 21 Mar 2011 21:20:55 -0000 1.13 +++ Overview.html 1 Apr 2011 21:22:29 -0000 1.14 @@ -21,14 +21,14 @@ <h1>CSS 2D Transforms</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 01 April 2011</h2> <dl> <dt>This version: <dd> <a - href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110321">http://dev.w3.org/csswg/css3-2d-transforms/</a> - <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110321--> + href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110401">http://dev.w3.org/csswg/css3-2d-transforms/</a> + <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110401--> <dt>Latest version: @@ -198,6 +198,10 @@ coordinate system with two axes: the X axis increases horizontally to the right; the Y axis increases vertically downwards. + <p> Transforms apply to block-level and atomic inline-level elements, but + do not apply to elements which may be split into multiple inline-level + boxes. + <p> Specifying a value other than ‘<code class=property>none</code>’ for the <span class=prop-name>‘<a href="#effects"><code class=property>transform</code></a>’</span> @@ -292,7 +296,7 @@ <tr> <td> <em>Applies to:</em> - <td> block-level and inline-level elements + <td> block-level and atomic inline-level elements <tr> <td> <em>Inherited:</em> @@ -377,7 +381,7 @@ <tr> <td> <em>Applies to:</em> - <td> block-level and inline-level elements + <td> block-level and atomic inline-level elements <tr> <td> <em>Inherited:</em> @@ -387,7 +391,7 @@ <tr> <td> <em>Percentages:</em> - <td> refer to the size of the element's border sbox + <td> refer to the size of the element's border box <tr> <td> <em>Media:</em> @@ -1280,7 +1284,7 @@ <td>none - <td>block-level and inline-level elements + <td>block-level and atomic inline-level elements <td>no @@ -1299,11 +1303,11 @@ <td>50% 50% - <td>block-level and inline-level elements + <td>block-level and atomic inline-level elements <td>no - <td>refer to the size of the element's border sbox + <td>refer to the size of the element's border box <td>visual </table> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-2d-transforms/Overview.src.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Overview.src.html 21 Mar 2011 21:20:55 -0000 1.13 +++ Overview.src.html 1 Apr 2011 21:22:29 -0000 1.14 @@ -87,6 +87,11 @@ the right; the Y axis increases vertically downwards. </p> <p> + Transforms apply to block-level and atomic inline-level + elements, but do not apply to elements which may be split into + multiple inline-level boxes. + </p> + <p> Specifying a value other than 'none' for the <span class="prop-name">'transform'</span> property establishes a new <em>local coordinate system</em> at the element that it is applied to. @@ -191,7 +196,7 @@ <em>Applies to:</em> </td> <td> - block-level and inline-level elements + block-level and atomic inline-level elements </td> </tr> <tr> @@ -299,7 +304,7 @@ <em>Applies to:</em> </td> <td> - block-level and inline-level elements + block-level and atomic inline-level elements </td> </tr> <tr> @@ -315,7 +320,7 @@ <em>Percentages:</em> </td> <td> - refer to the size of the element's border sbox + refer to the size of the element's border box </td> </tr> <tr>
Received on Friday, 1 April 2011 21:22:32 UTC