12
12
< meta content ="CSS Image Values and Replaced Content Module Level 3 "
13
13
name =dc.title >
14
14
< meta content =text name =dc.type >
15
- < meta content =2013-04-08 name =dc.date >
15
+ < meta content =2013-04-10 name =dc.date >
16
16
< meta content ="Elika J. Etemad " name =dc.creator >
17
17
< meta content ="Tab Atkins Jr. " name =dc.creator >
18
18
< meta content =W3C name =dc.publisher >
29
29
30
30
< h1 > CSS Image Values and Replaced Content Module Level 3</ h1 >
31
31
32
- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 8 April 2013</ h2 >
32
+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 10 April 2013</ h2 >
33
33
34
34
< dl >
35
35
< dt > This Version:
36
36
37
37
< dd > < a
38
38
href ="http://dev.w3.org/csswg/css3-images/ "> http://dev.w3.org/csswg/css3-images/</ a >
39
- <!-- <dd><a href="http://dev.w3.org/csswg/css3-images/">http://www.w3.org/TR/2013/WD-css3-images-20130408 /</a>-->
39
+ <!-- <dd><a href="http://dev.w3.org/csswg/css3-images/">http://www.w3.org/TR/2013/WD-css3-images-20130410 /</a>-->
40
40
41
41
< dt > Latest Version:
42
42
@@ -1107,7 +1107,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1107
1107
< pre >
1108
1108
< dfn
1109
1109
id =radial-gradient-type > <radial-gradient> </ dfn > = radial-gradient(
1110
- [ [ <shape> || <size> ] [ at <position> ]? , |
1110
+ [ [ <ending- shape> || <size> ] [ at <position> ]? , |
1111
1111
at <position> ,
1112
1112
]?
1113
1113
<color-stop> [ , <color-stop> ]+
@@ -1135,15 +1135,15 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1135
1135
this argument is omitted, it defaults to ‘< code
1136
1136
class =css > center</ code > ’.
1137
1137
1138
- < dt id =radial-shape > < dfn id =shape > <shape> </ dfn >
1138
+ < dt id =radial-shape > < dfn id =shape > <ending- shape> </ dfn >
1139
1139
1140
1140
< dd > Can be either ‘< code class =css > circle</ code > ’ or ‘< code
1141
1141
class =css > ellipse</ code > ’; determines whether the gradient's < a
1142
1142
href ="#ending-shape "> < i > ending shape</ i > </ a > is a circle or an ellipse,
1143
- respectively. If < a href ="#shape "> < i > <shape> </ i > </ a > is omitted, the
1144
- < a href ="#ending-shape "> < i > ending shape</ i > </ a > defaults to a circle if
1145
- the < a href ="#size "> < i > <size> </ i > </ a > is a single <length > , and to
1146
- an ellipse otherwise.
1143
+ respectively. If < a href ="#shape "> < i > <ending- shape> </ i > </ a > is
1144
+ omitted, the < a href ="#ending-shape "> < i > ending shape</ i > </ a > defaults to
1145
+ a circle if the < a href ="#size "> < i > <size> </ i > </ a > is a single
1146
+ <length > , and to an ellipse otherwise.
1147
1147
1148
1148
< dt id =radial-size > < dfn id =size > <size> </ dfn >
1149
1149
@@ -1204,8 +1204,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1204
1204
class =css > farthest-side</ code > </ a > ’ were specified.
1205
1205
</ dl >
1206
1206
1207
- < p > If < a href ="#shape "> < i > <shape> </ i > </ a > is specified as ‘ < code
1208
- class =css > circle</ code > ’ or is omitted, the < a
1207
+ < p > If < a href ="#shape "> < i > <ending- shape> </ i > </ a > is specified as
1208
+ ‘ < code class =css > circle</ code > ’ or is omitted, the < a
1209
1209
href ="#size "> < i > <size> </ i > </ a > may be given explicitly as:
1210
1210
1211
1211
< dl >
@@ -1224,8 +1224,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1224
1224
over which dimension is used.
1225
1225
</ dl >
1226
1226
1227
- < p > If < a href ="#shape "> < i > <shape> </ i > </ a > is specified as ‘ < code
1228
- class =css > ellipse</ code > ’ or is omitted, < a
1227
+ < p > If < a href ="#shape "> < i > <ending- shape> </ i > </ a > is specified as
1228
+ ‘ < code class =css > ellipse</ code > ’ or is omitted, < a
1229
1229
href ="#size "> < i > <size> </ i > </ a > may instead be given explicitly as:
1230
1230
1231
1231
< dl >
@@ -2871,6 +2871,9 @@ <h2 class=no-num id=index>Index</h2>
2871
2871
< li > ‘< code class =css > dppx</ code > ’, < a href ="#lsquodppxrsquo "
2872
2872
title ="section 2. "> < strong > 2.</ strong > </ a >
2873
2873
2874
+ < li > <ending-shape> , < a href ="#shape "
2875
+ title ="section 4.2.1. "> < strong > 4.2.1.</ strong > </ a >
2876
+
2874
2877
< li > ending shape, < a href ="#ending-shape "
2875
2878
title ="section 4.2. "> < strong > 4.2.</ strong > </ a >
2876
2879
@@ -2968,9 +2971,6 @@ <h2 class=no-num id=index>Index</h2>
2968
2971
< li > <resolution> , < a href ="#resolution-type "
2969
2972
title ="section 2. "> < strong > 2.</ strong > </ a >
2970
2973
2971
- < li > <shape> , < a href ="#shape "
2972
- title ="section 4.2.1. "> < strong > 4.2.1.</ strong > </ a >
2973
-
2974
2974
< li > <side-or-corner> , < a href ="#side-or-corner "
2975
2975
title ="section 4.1.1. "> < strong > 4.1.1.</ strong > </ a >
2976
2976
0 commit comments