# HG changeset patch # User Aryeh Gregor # Date 1331573419 21600 # Node ID 3c173d4d474973c38b5113d041dba646b4e7528d # Parent 6d3d4067d3be86d09de11f9d804483801556220d Hyperlink two CSS2.1 definitions diff -r 6d3d4067d3be -r 3c173d4d4749 css3-transforms/ChangeLog --- a/css3-transforms/ChangeLog Mon Mar 12 09:55:58 2012 -0700 +++ b/css3-transforms/ChangeLog Mon Mar 12 11:30:19 2012 -0600 @@ -1,3 +1,10 @@ +2012-03-12 ayg@aryeh.name + Hyperlink two CSS2.1 definitions + +2012-03-07 ayg@aryeh.name + Resolve ambiguity in transform-origin syntax. + As resolved in bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=15432 + 2012-03-06 simon.fraser@apple.com Fix typo. @@ -110,4 +117,4 @@ 2012-01-27 simon.fraser@apple.com Style and formatting changes, since the default style is more readable. - Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file). \ No newline at end of file + Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file). diff -r 6d3d4067d3be -r 3c173d4d4749 css3-transforms/Overview.html --- a/css3-transforms/Overview.html Mon Mar 12 09:55:58 2012 -0700 +++ b/css3-transforms/Overview.html Mon Mar 12 11:30:19 2012 -0600 @@ -36,14 +36,14 @@

CSS Transforms

-

Editor's Draft 7 March 2012

+

Editor's Draft 12 March 2012

This version:
http://dev.w3.org/csswg/css3-transforms/ - + href="http://www.w3.org/TR/2012/ED-css3-transforms-20120312/">http://dev.w3.org/csswg/css3-transforms/ +
Latest version: @@ -432,11 +432,12 @@ id=transformable-element>transformable element
-

A transformable element in the HTML namespace which is either a - block-level or atomic inline-level element, or an element in the SVG - namespace (see [SVG11]) which has the attributes - ‘ A transformable element in the HTML namespace which is either a block-level + or atomic + inline-level element, or an element in the SVG namespace (see [SVG11]) which has the + attributes ‘transform’, ‘patternTransform’ or ‘gradientTransform’.

diff -r 6d3d4067d3be -r 3c173d4d4749 css3-transforms/Transforms.src.html --- a/css3-transforms/Transforms.src.html Mon Mar 12 09:55:58 2012 -0700 +++ b/css3-transforms/Transforms.src.html Mon Mar 12 11:30:19 2012 -0600 @@ -195,8 +195,12 @@
transformable element

- A transformable element in the HTML namespace which is either a block-level or atomic inline-level - element, or an element in the SVG namespace (see [[SVG11]]) which has the attributes 'transform', + A transformable element in the HTML namespace which is either a + block-level + or atomic + inline-level element, or an element in the SVG namespace + (see [[SVG11]]) which has the attributes 'transform', 'patternTransform' or 'gradientTransform'.