Skip to content

Commit 4449ce7

Browse files
committed
2011-03-21 simon.fraser@apple.com
- Removed "Module Level 3" from the title.
1 parent 083e1a6 commit 4449ce7

11 files changed

Lines changed: 40 additions & 27 deletions

File tree

css3-2d-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2011-03-21 simon.fraser@apple.com
2+
- Removed "Module Level 3" from the title.
3+
14
2010-05-3 simon.fraser@apple.com
25

36
- Added myself to authors

css3-2d-transforms/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang=en>
55
<head>
6-
<title>CSS 2D Transforms Module Level 3</title>
6+
<title>CSS 2D Transforms</title>
77
<link href=default.css rel=stylesheet type="text/css">
88

99
<style type="text/css">
@@ -19,16 +19,16 @@
1919
<p><a href="http://www.w3.org/"><img alt=W3C height=48
2020
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2121

22-
<h1>CSS 2D Transforms Module Level 3</h1>
22+
<h1>CSS 2D Transforms</h1>
2323

24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 May 2010</h2>
24+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

2929
<dd> <a
30-
href="http://www.w3.org/TR/2010/ED-css3-2d-transforms-20100503">http://dev.w3.org/csswg/css3-2d-transforms/</a>
31-
<!--http://www.w3.org/TR/2010/WD-css3-2d-transforms-20100503-->
30+
href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110321">http://dev.w3.org/csswg/css3-2d-transforms/</a>
31+
<!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110321-->
3232

3333
<dt>Latest version:
3434

@@ -58,7 +58,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 May 2010</h2>
5858
<!--begin-copyright-->
5959
<p class=copyright><a
6060
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
61-
rel=license>Copyright</a> &copy; 2010 <a
61+
rel=license>Copyright</a> &copy; 2011 <a
6262
href="http://www.w3.org/"><acronym title="World Wide Web
6363
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
6464
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute

css3-2d-transforms/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang="en">
55
<head>
6-
<title>CSS 2D Transforms Module Level 3</title>
6+
<title>CSS 2D Transforms</title>
77
<link rel="stylesheet" type="text/css" href="default.css">
88
<style type="text/css">
99
.rhs { white-space: pre-wrap; }
@@ -19,7 +19,7 @@
1919
<div class="head">
2020
<!--logo-->
2121

22-
<h1>CSS 2D Transforms Module Level 3</h1>
22+
<h1>CSS 2D Transforms</h1>
2323

2424
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2525
<dl>

css3-3d-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2011-03-21 simon.fraser@apple.com
2+
- Removed "Module Level 3" from the title.
3+
14
2010-12-14 simon.fraser@apple.com
25
- Clarify that a percentage z-value for transform-origin, and for translate3d() and translateZ()
36
cause the property to be invalid.

css3-3d-transforms/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang=en>
55
<head>
6-
<title>CSS 3D Transforms Module Level 3</title>
6+
<title>CSS 3D Transforms</title>
77
<link href=default.css rel=stylesheet type="text/css">
88

99
<style type="text/css">
@@ -19,17 +19,16 @@
1919
<p><a href="http://www.w3.org/"><img alt=W3C height=48
2020
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2121

22-
<h1>CSS 3D Transforms Module Level 3</h1>
22+
<h1>CSS 3D Transforms</h1>
2323

24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December
25-
2010</h2>
24+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
2625

2726
<dl>
2827
<dt>This version:
2928

3029
<dd> <a
31-
href="http://www.w3.org/TR/2010/ED-css3-3d-transforms-20101214">http://dev.w3.org/csswg/css3-3d-transforms/</a>
32-
<!--http://www.w3.org/TR/2010/WD-css3-3d-transforms-20101214-->
30+
href="http://www.w3.org/TR/2011/ED-css3-3d-transforms-20110321">http://dev.w3.org/csswg/css3-3d-transforms/</a>
31+
<!--http://www.w3.org/TR/2011/WD-css3-3d-transforms-20110321-->
3332

3433
<dt>Latest version:
3534

@@ -56,7 +55,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December
5655
<!--begin-copyright-->
5756
<p class=copyright><a
5857
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
59-
rel=license>Copyright</a> &copy; 2010 <a
58+
rel=license>Copyright</a> &copy; 2011 <a
6059
href="http://www.w3.org/"><acronym title="World Wide Web
6160
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
6261
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute

css3-3d-transforms/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang="en">
55
<head>
6-
<title>CSS 3D Transforms Module Level 3</title>
6+
<title>CSS 3D Transforms</title>
77
<link rel="stylesheet" type="text/css" href="default.css">
88
<style type="text/css">
99
.rhs { white-space: pre-wrap; }
@@ -19,7 +19,7 @@
1919
<div class="head">
2020
<!--logo-->
2121

22-
<h1>CSS 3D Transforms Module Level 3</h1>
22+
<h1>CSS 3D Transforms</h1>
2323

2424
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2525
<dl>

css3-animations/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-03-21 simon.fraser@apple.com
2+
3+
- Removed "Module Level 3" from the title.
4+
15
2011-01-20 simon.fraser@apple.com
26

37
- copy prose from transitions related to disambiguation of animation-duration

css3-animations/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang="en">
55
<head>
6-
<title>CSS Animations Module Level 3</title>
6+
<title>CSS Animations</title>
77
<link rel="stylesheet" type="text/css" href="default.css">
88
<style type="text/css">
99
.rhs { white-space: pre-wrap; }
@@ -27,7 +27,7 @@
2727
<div class="head">
2828
<!--logo-->
2929

30-
<h1>CSS Animations Module Level 3</h1>
30+
<h1>CSS Animations</h1>
3131

3232
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3333
<dl>

css3-transitions/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-03-21 simon.fraser@apple.com
2+
3+
- Removed "Module Level 3" from the title.
4+
15
2010-08-22 dino@apple.com
26

37
- added steps() timing function

css3-transitions/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang=en>
55
<head>
6-
<title>CSS Transitions Module Level 3</title>
6+
<title>CSS Transitions</title>
77
<link href=default.css rel=stylesheet type="text/css">
88

99
<style type="text/css">
@@ -27,16 +27,16 @@
2727
<p><a href="http://www.w3.org/"><img alt=W3C height=48
2828
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2929

30-
<h1>CSS Transitions Module Level 3</h1>
30+
<h1>CSS Transitions</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

37-
<dd> <a href="http://www.w3.org/TR/2010/ED-css3-transitions-20100823">
37+
<dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110321">
3838
http://dev.w3.org/csswg/css3-transitions/</a>
39-
<!--http://www.w3.org/TR/2010/WD-css3-transitions-20100823-->
39+
<!--http://www.w3.org/TR/2011/WD-css3-transitions-20110321-->
4040

4141
<dt>Latest version:
4242

@@ -65,7 +65,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
6565
<!--begin-copyright-->
6666
<p class=copyright><a
6767
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
68-
rel=license>Copyright</a> &copy; 2010 <a
68+
rel=license>Copyright</a> &copy; 2011 <a
6969
href="http://www.w3.org/"><acronym title="World Wide Web
7070
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
7171
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute

0 commit comments

Comments
 (0)