Skip to content

Commit 7814771

Browse files
committed
[css-images] <shape> => <ending-shape> to avoid conflicts.
1 parent 3bc0641 commit 7814771

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

css-images/Overview.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -29,14 +29,14 @@
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>&lt;radial-gradient></dfn> = radial-gradient(
16701670
<!--
16711671
--> [ [ <a
1672-
href="#shape"><var>&lt;shape></var></a> || <a
1672+
href="#shape"><var>&lt;ending-shape></var></a> || <a
16731673
href="#size"><var>&lt;size></var></a> ] [ at <a
16741674
href="#position"><var>&lt;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>&lt;shape></dfn>
1715+
<dt id=radial-shape><dfn id=shape>&lt;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>&lt;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>&lt;size></var></a> is a single <a
1720+
respectively. If <a href="#shape"><var>&lt;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>&lt;size></var></a> is a single <a
17231723
href="#radial-size-circle"><var>&lt;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>&lt;shape></var></a> is specified as
1785+
<p> If <a href="#shape"><var>&lt;ending-shape></var></a> is specified as
17861786
<code class=css>circle</code>’ or is omitted, the <a
17871787
href="#size"><var>&lt;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>&lt;shape></var></a> is specified as
1805+
<p> If <a href="#shape"><var>&lt;ending-shape></var></a> is specified as
18061806
<code class=css>ellipse</code>’ or is omitted, <a
18071807
href="#size"><var>&lt;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>&lt;length></var></a>s that would
37313731
produce an equivalent ending-shape. If the <a
3732-
href="#shape"><var>&lt;shape></var></a> was specified as<code
3733-
class=css>circle</code>’, change it to ‘<code
3732+
href="#shape"><var>&lt;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>&lt;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>&lt;shape>, <a href="#shape"
4448-
title="section 4.2.1."><strong>4.2.1.</strong></a>
4449-
44504450
<li>&lt;side-or-corner>, <a href="#side-or-corner"
44514451
title="section 4.1.1."><strong>4.1.1.</strong></a>
44524452

css-images/Overview.src.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
13181318

13191319
<pre><!--
13201320
--><dfn id='radial-gradient-type'>&lt;radial-gradient></dfn> = radial-gradient(&#xa;<!--
1321-
--> [ [ <var>&lt;shape></var> || <var>&lt;size></var> ] [ at <var>&lt;position></var> ]? , |&#xa;<!--
1321+
--> [ [ <var>&lt;ending-shape></var> || <var>&lt;size></var> ] [ at <var>&lt;position></var> ]? , |&#xa;<!--
13221322
--> at <var>&lt;position></var>, &#xa;<!--
13231323
--> ]?&#xa;<!--
13241324
--> <var>&lt;color-stop-list></var>&#xa;<!--
@@ -1354,11 +1354,11 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
13541354
If this argument is omitted,
13551355
it defaults to ''center''.
13561356

1357-
<dt id='radial-shape'><dfn id='shape'>&lt;shape></dfn>
1357+
<dt id='radial-shape'><dfn id='shape'>&lt;ending-shape></dfn>
13581358
<dd>
13591359
Can be either ''circle'' or ''ellipse'';
13601360
determines whether the gradient's <i>ending shape</i> is a circle or an ellipse, respectively.
1361-
If <var>&lt;shape></var> is omitted,
1361+
If <var>&lt;ending-shape></var> is omitted,
13621362
the <i>ending shape</i> defaults to a circle
13631363
if the <var>&lt;size></var> is a single <var>&lt;length></var>,
13641364
and to an ellipse otherwise.
@@ -1409,7 +1409,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
14091409
</dl>
14101410

14111411
<p>
1412-
If <var>&lt;shape></var> is specified as ''circle'' or is omitted,
1412+
If <var>&lt;ending-shape></var> is specified as ''circle'' or is omitted,
14131413
the <var>&lt;size></var> may be given explicitly as:
14141414

14151415
<dl>
@@ -1430,7 +1430,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
14301430
</dl>
14311431

14321432
<p>
1433-
If <var>&lt;shape></var> is specified as ''ellipse'' or is omitted,
1433+
If <var>&lt;ending-shape></var> is specified as ''ellipse'' or is omitted,
14341434
<var>&lt;size></var> may instead be given explicitly as:
14351435

14361436
<dl>
@@ -3137,7 +3137,7 @@ <h3 id='interpolating-gradients'>
31373137
<li>
31383138
Otherwise, the size must be changed to a pair of <var>&lt;length></var>s
31393139
that would produce an equivalent ending-shape.
3140-
If the <var>&lt;shape></var> was specified as ''circle'',
3140+
If the <var>&lt;ending-shape></var> was specified as ''circle'',
31413141
change it to ''ellipse''.
31423142
</ul>
31433143
</dl>

0 commit comments

Comments
 (0)