Skip to content

Commit 6d81902

Browse files
committed
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).
1 parent 8280819 commit 6d81902

2 files changed

Lines changed: 19 additions & 240 deletions

File tree

css3-transforms/Overview.html

Lines changed: 12 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,11 @@
66
content="text/html; charset=utf-8" http-equiv=Content-Type>
77

88
<title>CSS Transforms</title>
9-
<link href=default.css rel=stylesheet type="text/css">
9+
<link href="../default.css" rel=stylesheet type="text/css">
1010
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1111
type="text/css">
12-
<link href=alternate-spec-style.css id=st rel=stylesheet
13-
title="additional spec styles" type="text/css">
1412

1513
<style type="text/css">
16-
17-
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
18-
/* The fonts are not applied if only loaded from the alternate stylesheet */
19-
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
20-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
21-
22-
.singleImgExample {
23-
display: block;
24-
margin: auto;
25-
}
26-
27-
.example-table {
28-
table-layout: fixed;
29-
width: 100%;
30-
}
31-
32-
.example-table tr td img {
33-
width: 90%;
34-
}
35-
36-
a.toggle {
37-
position: fixed;
38-
top: 0.5em;
39-
right: 0.5em;
40-
font-size: smaller;
41-
color: gray;
42-
opacity: 0.2;
43-
}
44-
45-
a.toggle:hover {
46-
opacity: 1;
47-
color: #46A4E9;
48-
}
49-
5014
.prop-name {
5115
font-weight: bold;
5216
}
@@ -87,10 +51,7 @@
8751
font-size: 120%;
8852
color: red;
8953
}
90-
91-
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
92-
dt { font-weight: bold }
93-
54+
9455
.todo {
9556
font-weight: bold;
9657
border-left: 0.5em solid #f44;
@@ -110,7 +71,7 @@
11071
<p><a href="http://www.w3.org/"><img alt=W3C height=48
11172
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
11273

113-
<h1>CSS transforms</h1>
74+
<h1>CSS Transforms</h1>
11475

11576
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 January
11677
2012</h2>
@@ -119,19 +80,18 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 January
11980
<dt>This version:
12081

12182
<dd> <a
122-
href="http://www.w3.org/TR/2012/ED-css3-2d-transforms-20120127/">http://dev.w3.org/csswg/css3-2d-transforms/</a>
123-
<!--http://www.w3.org/TR/2012/WD-css3-2d-transforms-20120127-->
83+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120127/">http://dev.w3.org/csswg/css3-transforms/</a>
84+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120127-->
12485

12586
<dt>Latest version:
12687

12788
<dd><a
128-
href="http://www.w3.org/TR/css3-2d-transforms">http://www.w3.org/TR/css3-2d-transforms/</a>
89+
href="http://www.w3.org/TR/css3-transforms">http://www.w3.org/TR/css3-transforms/</a>
12990

13091

13192
<dt>Previous version:
13293

133-
<dd><a href="http://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/">
134-
http://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/</a>
94+
<dd>None
13595

13696
<dt id=editors-list>Editors:
13797

@@ -200,12 +160,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
200160
<p>The (<a
201161
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
202162
mailing list <a
203-
href="mailto:www-style@w3.org?Subject=%5Bcss3-2d-transforms%5D%20PUT%20SUBJECT%20HERE">
163+
href="mailto:www-style@w3.org?Subject=%5Bcss3-transforms%5D%20PUT%20SUBJECT%20HERE">
204164
www-style@w3.org</a> (see <a
205165
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
206166
discussion of this specification. When sending e-mail, please put the text
207-
&#8220;css3-2d-transforms&#8221; in the subject, preferably like this:
208-
&#8220;[<!---->css3-2d-transforms<!---->] <em>&hellip;summary of
167+
&#8220;css3-transforms&#8221; in the subject, preferably like this:
168+
&#8220;[<!---->css3-transforms<!---->] <em>&hellip;summary of
209169
comment&hellip;</em>&#8221;
210170

211171
<p>This document was produced by the <a href="/Style/CSS/members">CSS
@@ -316,22 +276,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
316276
CSSMatrix </a>
317277
</ul>
318278

319-
<li><a href="#changes"><span class=secno>17. </span>Changes</a>
320-
<ul class=toc>
321-
<li><a href="#changes_on_January_27_2012"><span class=secno>17.1.
322-
</span> Changes by Simon Fraser on January 27 2012 </a>
323-
324-
<li><a href="#changes_on_January_26_2012"><span class=secno>17.2.
325-
</span> Changes by Simon Fraser on January 26 2012 </a>
326-
327-
<li><a href="#changes_on_January_25_2012"><span class=secno>17.3.
328-
</span> Changes by Simon Fraser on January 25 2012 </a>
329-
330-
<li><a href="#changes_from_January_24_2012"><span class=secno>17.4.
331-
</span> Changes from January 24<sup>th</sup> 2012 version </a>
332-
</ul>
333-
334-
<li><a href="#references"><span class=secno>18. </span>References</a>
279+
<li><a href="#references"><span class=secno>17. </span>References</a>
335280
<ul class=toc>
336281
<li class=no-num><a href="#normative-references">Normative
337282
references</a>
@@ -1966,74 +1911,7 @@ <h3 id=cssmatrix-interface><span class=secno>16.1. </span> CSSMatrix</h3>
19661911
<!-- Interface CSSMatrix -->
19671912
</dl>
19681913

1969-
<h2 id=changes><span class=secno>17. </span>Changes</h2>
1970-
1971-
<h3 id="changes_on_January_27_2012"><span class=secno>17.1. </span> Changes
1972-
by Simon Fraser on January 27 2012</h3>
1973-
1974-
<ul>
1975-
<li>Added two simple 3D examples.
1976-
</ul>
1977-
1978-
<h3 id="changes_on_January_26_2012"><span class=secno>17.2. </span> Changes
1979-
by Simon Fraser on January 26 2012</h3>
1980-
1981-
<ul>
1982-
<li>Added definitions for the 3D transform-related properties
1983-
1984-
<li>Started writing some prose about the 3D rendering model
1985-
1986-
<li>Moved some content into normative sections, since we need some
1987-
normative text describing how 3D is rendered
1988-
</ul>
1989-
1990-
<h3 id="changes_on_January_25_2012"><span class=secno>17.3. </span> Changes
1991-
by Simon Fraser on January 25 2012</h3>
1992-
1993-
<ul>
1994-
<li>Potentially resolved <a
1995-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15471">bug 15471</a>
1996-
and <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15535">bug
1997-
15535</a> by removing the text about getComputedStyle after CSS matrix,
1998-
and adding a paragraph about the computed value of the &lsquo;<a
1999-
href="#effects"><code class=property>transform</code></a>&rsquo;
2000-
property.
2001-
2002-
<li>Fixed <a
2003-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15598">bug
2004-
15598</a>, adding a note about unitless 0 in angles.
2005-
</ul>
2006-
2007-
<h3 id="changes_from_January_24_2012"><span class=secno>17.4. </span>
2008-
Changes from <a
2009-
href="http://www.w3.org/TR/2012/ED-css3-2d-transforms-20110124/">January
2010-
24<sup>th</sup> 2012</a> version</h3>
2011-
2012-
<ul>
2013-
<li> Corrected typing errors in introduction.
2014-
2015-
<li> Mention three dimensional space in introduction.
2016-
2017-
<li> Added TODO for adding perspective transform in introduction.
2018-
2019-
<li> Added new section &lsquo;<code
2020-
class=property>Definitions</code>&rsquo; for terms used in this document.
2021-
2022-
2023-
<li> Copied style setting for term descriptions from the &lsquo;<code
2024-
class=css>Filter Effects 1.0</code>&rsquo; specification.
2025-
2026-
<li> Introduced new term &lsquo;<code class=css>transformable
2027-
element</code>&rsquo; and added description to the &lsquo;<code
2028-
class=property>Description</code>&rsquo; section.
2029-
2030-
<li> Added new section &lsquo;<code class=property>Changes</code>&rsquo;
2031-
for changes to this document.
2032-
2033-
<li> Added Vincent Hardy and Dirk Schulze as editors.
2034-
</ul>
2035-
2036-
<h2 id=references><span class=secno>18. </span>References</h2>
1914+
<h2 id=references><span class=secno>17. </span>References</h2>
20371915

20381916
<h3 class=no-num id=normative-references>Normative references</h3>
20391917
<!--begin-normative-->

css3-transforms/Transforms.src.html

Lines changed: 7 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,10 @@
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>CSS Transforms</title>
6-
<link rel="stylesheet" type="text/css" href="default.css" />
7-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" />
6+
<link rel="stylesheet" type="text/css" href="../default.css" />
7+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
88

9-
10-
<link id="st" href="alternate-spec-style.css" rel="stylesheet"
11-
type="text/css" title="additional spec styles">
12-
139
<style type="text/css">
14-
15-
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
16-
/* The fonts are not applied if only loaded from the alternate stylesheet */
17-
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
18-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
19-
20-
.singleImgExample {
21-
display: block;
22-
margin: auto;
23-
}
24-
25-
.example-table {
26-
table-layout: fixed;
27-
width: 100%;
28-
}
29-
30-
.example-table tr td img {
31-
width: 90%;
32-
}
33-
34-
a.toggle {
35-
position: fixed;
36-
top: 0.5em;
37-
right: 0.5em;
38-
font-size: smaller;
39-
color: gray;
40-
opacity: 0.2;
41-
}
42-
43-
a.toggle:hover {
44-
opacity: 1;
45-
color: #46A4E9;
46-
}
47-
4810
.prop-name {
4911
font-weight: bold;
5012
}
@@ -85,10 +47,7 @@
8547
font-size: 120%;
8648
color: red;
8749
}
88-
89-
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
90-
dt { font-weight: bold }
91-
50+
9251
.todo {
9352
font-weight: bold;
9453
border-left: 0.5em solid #f44;
@@ -108,20 +67,19 @@
10867
<div id="div-head" class="head">
10968
<!--logo-->
11069

111-
<h1>CSS transforms</h1>
70+
<h1>CSS Transforms</h1>
11271

11372
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
11473
<dl>
11574
<dt>This version:
11675
<dd>
117-
<a href="[VERSION]">http://dev.w3.org/csswg/css3-2d-transforms/</a>
76+
<a href="[VERSION]">http://dev.w3.org/csswg/css3-transforms/</a>
11877
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
11978
<dt>Latest version:
12079
<dd><a
121-
href="http://www.w3.org/TR/css3-2d-transforms">[LATEST]</a>
80+
href="http://www.w3.org/TR/css3-transforms">[LATEST]</a>
12281
<dt>Previous version:
123-
<dd><a href="http://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/">
124-
http://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/</a>
82+
<dd>None
12583
<dt id="editors-list">Editors:
12684
<dd>Simon Fraser (<a href="http://www.apple.com/">Apple Inc</a>) &lt;simon.fraser &#64;apple.com&gt;
12785
<dd>Dean Jackson (<a href="http://www.apple.com/">Apple Inc</a>) &lt;dino &#64;apple.com&gt;
@@ -1908,63 +1866,6 @@ <h3 id="cssmatrix-interface">
19081866
</dd> <!-- Interface CSSMatrix -->
19091867
</dl>
19101868

1911-
<h2 id="changes">Changes</h2>
1912-
1913-
<h3 id="changes_on_January_27_2012">
1914-
Changes by Simon Fraser on January 27 2012
1915-
<ul>
1916-
<li>Added two simple 3D examples.</li>
1917-
</ul>
1918-
</h3>
1919-
1920-
<h3 id="changes_on_January_26_2012">
1921-
Changes by Simon Fraser on January 26 2012
1922-
<ul>
1923-
<li>Added definitions for the 3D transform-related properties</li>
1924-
<li>Started writing some prose about the 3D rendering model</li>
1925-
<li>Moved some content into normative sections, since we need some normative text describing how 3D is rendered</li>
1926-
</ul>
1927-
</h3>
1928-
1929-
<h3 id="changes_on_January_25_2012">
1930-
Changes by Simon Fraser on January 25 2012
1931-
</h3>
1932-
<ul>
1933-
<li>Potentially resolved <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15471">bug 15471</a> and
1934-
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15535">bug 15535</a> by removing the text about getComputedStyle after CSS matrix, and adding a paragraph about the computed value of the 'transform' property.</li>
1935-
<li>Fixed <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15598">bug 15598</a>, adding a note about unitless 0 in angles.</li>
1936-
</ul>
1937-
1938-
<h3 id="changes_from_January_24_2012">
1939-
Changes from <a href="http://www.w3.org/TR/2012/ED-css3-2d-transforms-20110124/">January 24<sup>th</sup> 2012</a> version
1940-
</h3>
1941-
<ul>
1942-
<li>
1943-
Corrected typing errors in introduction.
1944-
<li>
1945-
Mention three dimensional space in introduction.
1946-
</li>
1947-
<li>
1948-
Added TODO for adding perspective transform in introduction.
1949-
</li>
1950-
<li>
1951-
Added new section 'Definitions' for terms used in this document.
1952-
</li>
1953-
<li>
1954-
Copied style setting for term descriptions from the 'Filter Effects 1.0' specification.
1955-
</li>
1956-
<li>
1957-
Introduced new term 'transformable element' and added description to the 'Description' section.
1958-
</li>
1959-
<li>
1960-
Added new section 'Changes' for changes to this document.
1961-
</li>
1962-
<li>
1963-
Added Vincent Hardy and Dirk Schulze as editors.
1964-
</li>
1965-
</ul>
1966-
1967-
19681869
<h2>References</h2>
19691870

19701871
<h3 class="no-num">Normative references</h3>

0 commit comments

Comments
 (0)