8000 Fixed reference in gradients to "CSS View Box" to instead refer to "c… · w3c/csswg-drafts@48a039a · GitHub
Skip to content

Commit 48a039a

Browse files
committed
Fixed reference in gradients to "CSS View Box" to instead refer to "concrete object size"
1 parent aff08d4 commit 48a039a

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

css3-images/Overview.html

Lines changed: 9 additions & 6 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 23 May 2011</h2>
23+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 May 2011</h2>
2424

2525
<dl>
2626
<dt>Latest Version:
@@ -708,11 +708,14 @@ <h2 id=gradients><span class=secno>5. </span> Gradients</h2>
708708

709709
<p class=note>In many places this section references a box, such as "the
710710
box's top-left corner" or "the box's right side". In all of these
711-
circumstances, the "box" refers to the &lsquo;<code class=css>CSS View
712-
Box</code>&rsquo; (see the "Sizing Images and Objects in CSS" section of
713-
this spec for clarification). A gradient has no intrinsic dimensions. This
714-
means that, for example, if you use a gradient in a &lsquo;<code
715-
class=property>background-image</code>&rsquo;, the "box" will simply be
711+
circumstances, the "box" refers to a rectangle with the dimensions of the
712+
<a href="#concrete-object-size"><i>concrete object size</i></a>. A
713+
gradient has no intrinsic dimensions. This means that, for example, if you
714+
use a gradient in the &lsquo;<code
715+
class=property>background-image</code>&rsquo; property (with &lsquo;<code
716+
class=property>background-size</code>&rsquo; at the default value and
717+
&lsquo;<code class=property>background-repeat</code>&rsquo; not equal to
718+
&lsquo;<code class=property>round</code>&rsquo;), the "box" will simply be
716719
the size of the background sizing area. If you use a gradient in a
717720
list-style-image, the "box" will be a 1em square.</p>
718721
<!-- ====================================================================== -->

css3-images/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ <h2 id="gradients">
465465

466466
<p class=note>In many places this section references a box, such as "the box's
467467
top-left corner" or "the box's right side". In all of these circumstances,
468-
the "box" refers to the 'CSS View Box' (see the "Sizing Images and Objects in
469-
CSS" section of this spec for clarification). A gradient has no intrinsic
470-
dimensions. This means that, for example, if you use a gradient in a
471-
'background-image', the "box" will simply be the size of the background sizing
468+
the "box" refers to a rectangle with the dimensions of the <i>concrete object size</i>.
469+
A gradient has no intrinsic dimensions. This means that, for example, if you use a gradient in the
470+
'background-image' property (with 'background-size' at the default value and 'background-repeat'
471+
not equal to 'round'), the "box" will simply be the size of the background sizing
472472
area. If you use a gradient in a list-style-image, the "box" will be a 1em
473473
square.</p>
474474

0 commit comments

Comments
 (0)