1212 < meta content ="CSS Image Values and Replaced Content Module Level 4 "
1313 name =dc.title >
1414 < meta content =text name =dc.type >
15- < meta content =2013-04-09 name =dc.date >
15+ < meta content =2013-04-11 name =dc.date >
1616 < meta content ="Elika J. Etemad " name =dc.creator >
1717 < meta content ="Tab Atkins Jr. " name =dc.creator >
1818 < meta content =W3C name =dc.publisher >
2929
3030 < h1 > CSS Image Values and Replaced Content Module Level 4</ h1 >
3131
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 >
3333
3434 < dl >
3535 < dt > This Version:
3636
3737 < dd > < a
3838 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>-->
4040
4141 < dt > Latest Version:
4242
@@ -1669,7 +1669,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
16691669 id =radial-gradient-type > <radial-gradient> </ dfn > = radial-gradient(
16701670<!--
16711671 --> [ [ < a
1672- href ="#shape "> < var > <shape> </ var > </ a > || < a
1672+ href ="#shape "> < var > <ending- shape> </ var > </ a > || < a
16731673 href ="#size "> < var > <size> </ var > </ a > ] [ at < a
16741674 href ="#position "> < var > <position> </ var > </ a > ]? , |
16751675<!--
@@ -1712,14 +1712,14 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
17121712 this argument is omitted, it defaults to ‘< code
17131713 class =css > center</ code > ’.
17141714
1715- < dt id =radial-shape > < dfn id =shape > <shape> </ dfn >
1715+ < dt id =radial-shape > < dfn id =shape > <ending- shape> </ dfn >
17161716
17171717 < dd > Can be either ‘< code class =css > circle</ code > ’ or ‘< code
17181718 class =css > ellipse</ code > ’; determines whether the gradient's < a
17191719 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
17231723 href ="#radial-size-circle "> < var > <length> </ var > </ a > , and to an ellipse
17241724 otherwise.
17251725
@@ -1782,7 +1782,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
17821782 class =css > farthest-side</ code > </ a > ’ were specified.
17831783 </ dl >
17841784
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
17861786 ‘< code class =css > circle</ code > ’ or is omitted, the < a
17871787 href ="#size "> < var > <size> </ var > </ a > may be given explicitly as:
17881788
@@ -1802,7 +1802,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
18021802 controls over which dimension is used.
18031803 </ dl >
18041804
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
18061806 ‘< code class =css > ellipse</ code > ’ or is omitted, < a
18071807 href ="#size "> < var > <size> </ var > </ a > may instead be given explicitly
18081808 as:
@@ -3729,8 +3729,8 @@ <h3 id=interpolating-gradients><span class=secno>7.3. </span> Interpolating
37293729 < li > Otherwise, the size must be changed to a pair of < a
37303730 href ="#radial-size-circle "> < var > <length> </ var > </ a > s that would
37313731 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
37343734 class =css > ellipse</ code > ’.
37353735 </ ul >
37363736 </ dl >
@@ -4320,6 +4320,9 @@ <h2 class=no-num id=index>Index</h2>
43204320 < li > ending point, < a href ="#ending-point "
43214321 title ="section 4.5. "> < strong > 4.5.</ strong > </ a >
43224322
4323+ < li > <ending-shape> , < a href ="#shape "
4324+ title ="section 4.2.1. "> < strong > 4.2.1.</ strong > </ a >
4325+
43234326 < li > ending shape, < a href ="#ending-shape "
43244327 title ="section 4.2. "> < strong > 4.2.</ strong > </ a >
43254328
@@ -4444,9 +4447,6 @@ <h2 class=no-num id=index>Index</h2>
44444447 href ="#repeating-radial-gradient-type "
44454448 title ="section 4.4. "> < strong > 4.4.</ strong > </ a >
44464449
4447- < li > <shape> , < a href ="#shape "
4448- title ="section 4.2.1. "> < strong > 4.2.1.</ strong > </ a >
4449-
44504450 < li > <side-or-corner> , < a href ="#side-or-corner "
44514451 title ="section 4.1.1. "> < strong > 4.1.1.</ strong > </ a >
44524452
0 commit comments