Skip to content

Commit 3bc0641

Browse files
committed
[css-images-3] regen
1 parent 92fd39e commit 3bc0641

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

css-images-3/Overview.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta content="CSS Image Values and Replaced Content Module Level 3"
1313
name=dc.title>
1414
<meta content=text name=dc.type>
15-
<meta content=2013-04-08 name=dc.date>
15+
<meta content=2013-04-10 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>
@@ -29,14 +29,14 @@
2929

3030
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
3131

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>
3333

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

3737
<dd><a
3838
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>-->
4040

4141
<dt>Latest Version:
4242

@@ -1107,7 +1107,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
11071107
<pre>
11081108
<dfn
11091109
id=radial-gradient-type>&lt;radial-gradient></dfn> = radial-gradient(
1110-
[ [ &lt;shape> || &lt;size> ] [ at &lt;position> ]? , |
1110+
[ [ &lt;ending-shape> || &lt;size> ] [ at &lt;position> ]? , |
11111111
at &lt;position>,
11121112
]?
11131113
&lt;color-stop> [ , &lt;color-stop> ]+
@@ -1135,15 +1135,15 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
11351135
this argument is omitted, it defaults to ‘<code
11361136
class=css>center</code>’.
11371137

1138-
<dt id=radial-shape><dfn id=shape>&lt;shape></dfn>
1138+
<dt id=radial-shape><dfn id=shape>&lt;ending-shape></dfn>
11391139

11401140
<dd>Can be either ‘<code class=css>circle</code>’ or ‘<code
11411141
class=css>ellipse</code>’; determines whether the gradient's <a
11421142
href="#ending-shape"><i>ending shape</i></a> is a circle or an ellipse,
1143-
respectively. If <a href="#shape"><i>&lt;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>&lt;size></i></a> is a single &lt;length>, and to
1146-
an ellipse otherwise.
1143+
respectively. If <a href="#shape"><i>&lt;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>&lt;size></i></a> is a single
1146+
&lt;length>, and to an ellipse otherwise.
11471147

11481148
<dt id=radial-size><dfn id=size>&lt;size></dfn>
11491149

@@ -1204,8 +1204,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
12041204
class=css>farthest-side</code></a>’ were specified.
12051205
</dl>
12061206

1207-
<p>If <a href="#shape"><i>&lt;shape></i></a> is specified as<code
1208-
class=css>circle</code>’ or is omitted, the <a
1207+
<p>If <a href="#shape"><i>&lt;ending-shape></i></a> is specified as
1208+
<code class=css>circle</code>’ or is omitted, the <a
12091209
href="#size"><i>&lt;size></i></a> may be given explicitly as:
12101210

12111211
<dl>
@@ -1224,8 +1224,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
12241224
over which dimension is used.
12251225
</dl>
12261226

1227-
<p>If <a href="#shape"><i>&lt;shape></i></a> is specified as<code
1228-
class=css>ellipse</code>’ or is omitted, <a
1227+
<p>If <a href="#shape"><i>&lt;ending-shape></i></a> is specified as
1228+
<code class=css>ellipse</code>’ or is omitted, <a
12291229
href="#size"><i>&lt;size></i></a> may instead be given explicitly as:
12301230

12311231
<dl>
@@ -2871,6 +2871,9 @@ <h2 class=no-num id=index>Index</h2>
28712871
<li><code class=css>dppx</code>’, <a href="#lsquodppxrsquo"
28722872
title="section 2."><strong>2.</strong></a>
28732873

2874+
<li>&lt;ending-shape>, <a href="#shape"
2875+
title="section 4.2.1."><strong>4.2.1.</strong></a>
2876+
28742877
<li>ending shape, <a href="#ending-shape"
28752878
title="section 4.2."><strong>4.2.</strong></a>
28762879

@@ -2968,9 +2971,6 @@ <h2 class=no-num id=index>Index</h2>
29682971
<li>&lt;resolution>, <a href="#resolution-type"
29692972
title="section 2."><strong>2.</strong></a>
29702973

2971-
<li>&lt;shape>, <a href="#shape"
2972-
title="section 4.2.1."><strong>4.2.1.</strong></a>
2973-
29742974
<li>&lt;side-or-corner>, <a href="#side-or-corner"
29752975
title="section 4.1.1."><strong>4.1.1.</strong></a>
29762976

0 commit comments

Comments
 (0)