12
12
< meta content ="CSS Image Values and Replaced Content Module Level 4 "
13
13
name =dc.title >
14
14
< meta content =text name =dc.type >
15
- < meta content =2013-04-09 name =dc.date >
15
+ < meta content =2013-04-11 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 4</ h1 >
31
31
32
- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 9 April 2013</ h2 >
32
+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 11 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/css4-images/ "> http://dev.w3.org/csswg/css4-images/</ a >
39
- <!-- <dd><a href="http://dev.w3.org/csswg/css4-images/">http://www.w3.org/TR/2013/WD-css4-images-20130409 /</a>-->
39
+ <!-- <dd><a href="http://dev.w3.org/csswg/css4-images/">http://www.w3.org/TR/2013/WD-css4-images-20130411 /</a>-->
40
40
41
41
< dt > Latest Version:
42
42
@@ -1669,7 +1669,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1669
1669
id =radial-gradient-type > <radial-gradient> </ dfn > = radial-gradient(
1670
1670
<!--
1671
1671
--> [ [ < a
1672
- href ="#shape "> < var > <shape> </ var > </ a > || < a
1672
+ href ="#shape "> < var > <ending- shape> </ var > </ a > || < a
1673
1673
href ="#size "> < var > <size> </ var > </ a > ] [ at < a
1674
1674
href ="#position "> < var > <position> </ var > </ a > ]? , |
1675
1675
<!--
@@ -1712,14 +1712,14 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1712
1712
this argument is omitted, it defaults to ‘< code
1713
1713
class =css > center</ code > ’.
1714
1714
1715
- < dt id =radial-shape > < dfn id =shape > <shape> </ dfn >
1715
+ < dt id =radial-shape > < dfn id =shape > <ending- shape> </ dfn >
1716
1716
1717
1717
< dd > Can be either ‘< code class =css > circle</ code > ’ or ‘< code
1718
1718
class =css > ellipse</ code > ’; determines whether the gradient's < a
1719
1719
href ="#ending-shape "> < i > ending shape</ i > </ a > is a circle or an ellipse,
1720
- respectively. If < a href ="#shape "> < var > <shape> </ var > </ a > is omitted,
1721
- the < a href ="#ending-shape "> < i > ending shape</ i > </ a > defaults to a circle
1722
- if the < a href ="#size "> < var > <size> </ var > </ a > is a single < a
1720
+ respectively. If < a href ="#shape "> < var > <ending- shape> </ var > </ a > is
1721
+ omitted, the < a href ="#ending-shape "> < i > ending shape</ i > </ a > defaults to
1722
+ a circle if the < a href ="#size "> < var > <size> </ var > </ a > is a single < a
1723
1723
href ="#radial-size-circle "> < var > <length> </ var > </ a > , and to an ellipse
1724
1724
otherwise.
1725
1725
@@ -1782,7 +1782,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1782
1782
class =css > farthest-side</ code > </ a > ’ were specified.
1783
1783
</ dl >
1784
1784
1785
- < p > If < a href ="#shape "> < var > <shape> </ var > </ a > is specified as
1785
+ < p > If < a href ="#shape "> < var > <ending- shape> </ var > </ a > is specified as
1786
1786
‘< code class =css > circle</ code > ’ or is omitted, the < a
1787
1787
href ="#size "> < var > <size> </ var > </ a > may be given explicitly as:
1788
1788
@@ -1802,7 +1802,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
1802
1802
controls over which dimension is used.
1803
1803
</ dl >
1804
1804
1805
- < p > If < a href ="#shape "> < var > <shape> </ var > </ a > is specified as
1805
+ < p > If < a href ="#shape "> < var > <ending- shape> </ var > </ a > is specified as
1806
1806
‘< code class =css > ellipse</ code > ’ or is omitted, < a
1807
1807
href ="#size "> < var > <size> </ var > </ a > may instead be given explicitly
1808
1808
as:
@@ -3729,8 +3729,8 @@ <h3 id=interpolating-gradients><span class=secno>7.3. </span> Interpolating
3729
3729
< li > Otherwise, the size must be changed to a pair of < a
3730
3730
href ="#radial-size-circle "> < var > <length> </ var > </ a > s that would
3731
3731
produce an equivalent ending-shape. If the < a
3732
- href ="#shape "> < var > <shape> </ var > </ a > was specified as ‘ < code
3733
- class =css > circle</ code > ’, change it to ‘< code
3732
+ href ="#shape "> < var > <ending- shape> </ var > </ a > was specified as
3733
+ ‘ < code class =css > circle</ code > ’, change it to ‘< code
3734
3734
class =css > ellipse</ code > ’.
3735
3735
</ ul >
3736
3736
</ dl >
@@ -4320,6 +4320,9 @@ <h2 class=no-num id=index>Index</h2>
4320
4320
< li > ending point, < a href ="#ending-point "
4321
4321
title ="section 4.5. "> < strong > 4.5.</ strong > </ a >
4322
4322
4323
+ < li > <ending-shape> , < a href ="#shape "
4324
+ title ="section 4.2.1. "> < strong > 4.2.1.</ strong > </ a >
4325
+
4323
4326
< li > ending shape, < a href ="#ending-shape "
4324
4327
title ="section 4.2. "> < strong > 4.2.</ strong > </ a >
4325
4328
@@ -4444,9 +4447,6 @@ <h2 class=no-num id=index>Index</h2>
4444
4447
href ="#repeating-radial-gradient-type "
4445
4448
title ="section 4.4. "> < strong > 4.4.</ strong > </ a >
4446
4449
4447
- < li > <shape> , < a href ="#shape "
4448
- title ="section 4.2.1. "> < strong > 4.2.1.</ strong > </ a >
4449
-
4450
4450
< li > <side-or-corner> , < a href ="#side-or-corner "
4451
4451
title ="section 4.1.1. "> < strong > 4.1.1.</ strong > </ a >
4452
4452
0 commit comments