Skip to content

Commit 1298e8a

Browse files
committed
radial-gradient() change 'from' to 'at'. Plan forward is 'from <position>' / 'from offset <position>' to represent the color focus (defaulting to the elliptic center)
1 parent 4b3e2ea commit 1298e8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-images/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 November
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 November
2121
2011</h2>
2222

2323
<dl>
2424
<dt>This Version:</dt>
25-
<!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111104/">http://www.w3.org/TR/2011/WD-css3-images-20111104/</a>-->
25+
<!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111105/">http://www.w3.org/TR/2011/WD-css3-images-20111105/</a>-->
2626

2727
<dd><a
2828
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -862,7 +862,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>5.2.1. </span>
862862
<dfn
863863
id=ltradial-gradient>&lt;radial-gradient></dfn> = radial-gradient(
864864
[ [ &lt;shape&gt; , ] |
865-
[ &lt;shape&gt;? [ from &lt;position&gt; || to &lt;extent&gt; ] , ]
865+
[ &lt;shape&gt;? [ at &lt;position&gt; || to &lt;extent&gt; ] , ]
866866
]?
867867
&lt;color-stop&gt; [ , &lt;color-stop&gt; ]+
868868
)</pre>

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
550550
<pre class=prod>
551551
<dfn>&lt;radial-gradient></dfn> = radial-gradient(
552552
[ [ &lt;shape&gt; , ] |
553-
[ &lt;shape&gt;? [ from &lt;position&gt; || to &lt;extent&gt; ] , ]
553+
[ &lt;shape&gt;? [ at &lt;position&gt; || to &lt;extent&gt; ] , ]
554554
]?
555555
&lt;color-stop&gt; [ , &lt;color-stop&gt; ]+
556556
)</pre>

0 commit comments

Comments
 (0)