Hyperlink two CSS2.1 definitions

Mon, 12 Mar 2012 11:30:19 -0600

author
Aryeh Gregor <ayg@aryeh.name>
date
Mon, 12 Mar 2012 11:30:19 -0600
changeset 4736
3c173d4d4749
parent 4735
6d3d4067d3be
child 4737
9338e35c5058

Hyperlink two CSS2.1 definitions

css3-transforms/ChangeLog file | annotate | diff | comparison | revisions
css3-transforms/Overview.html file | annotate | diff | comparison | revisions
css3-transforms/Transforms.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transforms/ChangeLog	Mon Mar 12 09:55:58 2012 -0700
     1.2 +++ b/css3-transforms/ChangeLog	Mon Mar 12 11:30:19 2012 -0600
     1.3 @@ -1,3 +1,10 @@
     1.4 +2012-03-12 ayg@aryeh.name
     1.5 +    Hyperlink two CSS2.1 definitions
     1.6 +
     1.7 +2012-03-07 ayg@aryeh.name
     1.8 +    Resolve ambiguity in transform-origin syntax.
     1.9 +    As resolved in bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=15432
    1.10 +
    1.11  2012-03-06 simon.fraser@apple.com
    1.12      Fix typo.
    1.13      
    1.14 @@ -110,4 +117,4 @@
    1.15  
    1.16  2012-01-27 simon.fraser@apple.com
    1.17      Style and formatting changes, since the default style is more readable.
    1.18 -    Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file).
    1.19 \ No newline at end of file
    1.20 +    Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file).
     2.1 --- a/css3-transforms/Overview.html	Mon Mar 12 09:55:58 2012 -0700
     2.2 +++ b/css3-transforms/Overview.html	Mon Mar 12 11:30:19 2012 -0600
     2.3 @@ -36,14 +36,14 @@
     2.4  
     2.5     <h1>CSS Transforms</h1>
     2.6  
     2.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2012</h2>
     2.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 March 2012</h2>
     2.9  
    2.10     <dl>
    2.11      <dt>This version:
    2.12  
    2.13      <dd> <a
    2.14 -     href="http://www.w3.org/TR/2012/ED-css3-transforms-20120307/">http://dev.w3.org/csswg/css3-transforms/</a>
    2.15 -     <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120307-->
    2.16 +     href="http://www.w3.org/TR/2012/ED-css3-transforms-20120312/">http://dev.w3.org/csswg/css3-transforms/</a>
    2.17 +     <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120312-->
    2.18  
    2.19      <dt>Latest version:
    2.20  
    2.21 @@ -432,11 +432,12 @@
    2.22      id=transformable-element>transformable element</dfn>
    2.23  
    2.24     <dd>
    2.25 -    <p> A transformable element in the HTML namespace which is either a
    2.26 -     block-level or atomic inline-level element, or an element in the SVG
    2.27 -     namespace (see <a href="#SVG11"
    2.28 -     rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the attributes
    2.29 -     &lsquo;<a href="#effects"><code class=css><code
    2.30 +    <p> A transformable element in the HTML namespace which is either a <a
    2.31 +     href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a>
    2.32 +     or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic
    2.33 +     inline-level element</a>, or an element in the SVG namespace (see <a
    2.34 +     href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the
    2.35 +     attributes &lsquo;<a href="#effects"><code class=css><code
    2.36       class=property>transform</code></code></a>&rsquo;, &lsquo;<code
    2.37       class=property>patternTransform</code>&rsquo; or &lsquo;<code
    2.38       class=property>gradientTransform</code>&rsquo;.</p>
     3.1 --- a/css3-transforms/Transforms.src.html	Mon Mar 12 09:55:58 2012 -0700
     3.2 +++ b/css3-transforms/Transforms.src.html	Mon Mar 12 11:30:19 2012 -0600
     3.3 @@ -195,8 +195,12 @@
     3.4              <dt id="TermTransformableElement"><dfn>transformable element</dfn></dt>
     3.5              <dd>
     3.6                <p>
     3.7 -                A transformable element in the HTML namespace which is either a block-level or atomic inline-level
     3.8 -                element, or an element in the SVG namespace (see [[SVG11]]) which has the attributes '<code class="property">transform</code>',
     3.9 +				A transformable element in the HTML namespace which is either a
    3.10 +				<a href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a>
    3.11 +				or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic
    3.12 +				inline-level element</a>, or an element in the SVG namespace
    3.13 +				(see [[SVG11]]) which has the attributes '<code
    3.14 +				class="property">transform</code>',
    3.15                  'patternTransform' or 'gradientTransform'.
    3.16                </p>
    3.17              </dd>

mercurial