Skip to content

Commit 7bbabe6

Browse files
committed
Re-added note from Brad about possibility of using other techniques to accomplish some pieces of gradient functionality.
1 parent e7aeb8f commit 7bbabe6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

css3-images/Overview.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
2222

23-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 July 2011</h2>
23+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 July 2011</h2>
2424

2525
<dl>
2626
<dt>Latest Version:
@@ -731,7 +731,13 @@ <h2 id=gradients><span class=secno>5. </span> Gradients</h2>
731731
&lsquo;<code class=property>background-repeat</code>&rsquo; not equal to
732732
&lsquo;<code class=property>round</code>&rsquo;), the "box" will simply be
733733
the size of the background sizing area. If you use a gradient in a
734-
list-style-image, the "box" will be a 1em square.</p>
734+
list-style-image, the "box" will be a 1em square.
735+
736+
<p class=issue>It has been suggested that several of the controls offered
737+
by gradients are unnecessary. Repeating gradients could potentially be
738+
done by hooking into ‘background-repeat’, sizing and positioning
739+
radial gradients could be done by hooking into ‘background-size’ and
740+
‘background-position’, etc.</p>
735741
<!-- ====================================================================== -->
736742

737743
<h3 id=linear-gradients><span class=secno>5.1. </span> Linear Gradients</h3>

css3-images/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ <h2 id="gradients">
472472
area. If you use a gradient in a list-style-image, the "box" will be a 1em
473473
square.</p>
474474

475+
<p class=issue>It has been suggested that several of the controls offered by gradients are unnecessary. Repeating gradients could potentially be done by hooking into ‘background-repeat’, sizing and positioning radial gradients could be done by hooking into ‘background-size’ and ‘background-position’, etc.</p>
476+
475477
<!-- ====================================================================== -->
476478

477479
<h3 id='linear-gradients'>

0 commit comments

Comments
 (0)