Skip to content

Commit a3b20b8

Browse files
committed
Hyperlink two CSS2.1 definitions
1 parent bf0c80d commit a3b20b8

3 files changed

Lines changed: 23 additions & 11 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2012-03-12 ayg@aryeh.name
2+
Hyperlink two CSS2.1 definitions
3+
4+
2012-03-07 ayg@aryeh.name
5+
Resolve ambiguity in transform-origin syntax.
6+
As resolved in bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=15432
7+
18
2012-03-06 simon.fraser@apple.com
29
Fix typo.
310

@@ -110,4 +117,4 @@
110117

111118
2012-01-27 simon.fraser@apple.com
112119
Style and formatting changes, since the default style is more readable.
113-
Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file).
120+
Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file).

css3-transforms/Overview.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
<h1>CSS Transforms</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2012</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 March 2012</h2>
4040

4141
<dl>
4242
<dt>This version:
4343

4444
<dd> <a
45-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120307/">http://dev.w3.org/csswg/css3-transforms/</a>
46-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120307-->
45+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120312/">http://dev.w3.org/csswg/css3-transforms/</a>
46+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120312-->
4747

4848
<dt>Latest version:
4949

@@ -432,11 +432,12 @@ <h2 id=definitions><span class=secno>4. </span>Definitions</h2>
432432
id=transformable-element>transformable element</dfn>
433433

434434
<dd>
435-
<p> A transformable element in the HTML namespace which is either a
436-
block-level or atomic inline-level element, or an element in the SVG
437-
namespace (see <a href="#SVG11"
438-
rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the attributes
439-
&lsquo;<a href="#effects"><code class=css><code
435+
<p> A transformable element in the HTML namespace which is either a <a
436+
href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a>
437+
or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic
438+
inline-level element</a>, or an element in the SVG namespace (see <a
439+
href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the
440+
attributes &lsquo;<a href="#effects"><code class=css><code
440441
class=property>transform</code></code></a>&rsquo;, &lsquo;<code
441442
class=property>patternTransform</code>&rsquo; or &lsquo;<code
442443
class=property>gradientTransform</code>&rsquo;.</p>

css3-transforms/Transforms.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,12 @@ <h2 id="definitions">Definitions</h2>
195195
<dt id="TermTransformableElement"><dfn>transformable element</dfn></dt>
196196
<dd>
197197
<p>
198-
A transformable element in the HTML namespace which is either a block-level or atomic inline-level
199-
element, or an element in the SVG namespace (see [[SVG11]]) which has the attributes '<code class="property">transform</code>',
198+
A transformable element in the HTML namespace which is either a
199+
<a href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a>
200+
or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic
201+
inline-level element</a>, or an element in the SVG namespace
202+
(see [[SVG11]]) which has the attributes '<code
203+
class="property">transform</code>',
200204
'patternTransform' or 'gradientTransform'.
201205
</p>
202206
</dd>

0 commit comments

Comments
 (0)