Skip to content

Commit 16882dc

Browse files
committed
[css-images-4] Add Lea Verou as editor (related to #1123)
1 parent 0825e5d commit 16882dc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

css-images-4/Overview.bs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ED: https://drafts.csswg.org/css-images-4/
1010
TR: https://www.w3.org/TR/css4-images/
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
13+
Editor: Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
1314
Abstract: This is a delta spec over Images 3; when next published, it will be a real spec with everything filled in, but for now removing duplication is more important than having a complete spec.
1415
Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/27
1516
Previous Version: https://www.w3.org/TR/2012/WD-css4-images-20120911/
@@ -573,7 +574,7 @@ Gradients</h2>
573574
<h3 id='conic-gradients'>
574575
Conic Gradients: the ''conic-gradient()'' notation</h3>
575576

576-
577+
577578

578579
A conic gradient starts by specifying the center of a circle,
579580
similar to radial gradients,
@@ -729,7 +730,7 @@ Conic Gradient Examples</h4>
729730
</div>
730731

731732
<div class=example>
732-
A conic gradient used to draw a simple pie chart.
733+
A conic gradient used to draw a simple pie chart.
733734
The ''0deg'' color stop positions will be fixed up to be equal to the position of the color stop before them.
734735
This will produce infinitesimal (invisible) transitions between the color stops with different colors,
735736
effectively producing solid color segments.
@@ -768,7 +769,7 @@ Repeating Gradients: the ''repeating-linear-gradient()'', ''repeating-radial-gra
768769
Basic repeating conic gradient:
769770

770771
<pre>background: repeating-conic-gradient(gold, #f06 20deg);</pre>
771-
772+
772773
<img src="images/repeating-conic1.png" alt="">
773774
</div>
774775

@@ -780,13 +781,13 @@ Repeating Gradients: the ''repeating-linear-gradient()'', ''repeating-radial-gra
780781
hsla(0,0%,100%,.2) 0deg 15deg,
781782
hsla(0,0%,100%,0) 0deg 30deg
782783
) #0ac;</pre>
783-
784+
784785
<img src="images/repeating-conic2.png" alt="">
785786
</div>
786787

787788
<div class=example>
788789
Here repeating color stops with abrupt transitions are used to create a checkerboard:
789-
790+
790791
<pre>
791792
background: repeating-conic-gradient(black 0deg 25%, white 0deg 50%);
792793
background-size: 60px 60px;
@@ -845,7 +846,7 @@ Gradient Color-Stops</h3>
845846
T: ,
846847
N: <color-stop>
847848
</pre>
848-
849+
849850
<p class='issue'>
850851
Are lengths useful in <<angular-color-stop>>, for a given gradient circle?
851852

@@ -1083,5 +1084,3 @@ Gradient Color-Stops</h3>
10831084
or rgba(255,0,0,100%) and rgba(255,0,0,0%))
10841085
have identical results whether the color interpolation is done in premultiplied or non-premultiplied color-space.
10851086
Differences only arise when both the color and transparency differ between the two endpoints.
1086-
1087-

0 commit comments

Comments
 (0)