Skip to content

Commit fc62b1f

Browse files
committed
Minor wording fixes. Shouldn't affect anything.
1 parent 27400e0 commit fc62b1f

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-images/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -450,12 +450,11 @@ <h2 id=gradients><span class=secno>5. </span>Gradients</h2>
450450
box's top-left corner" or "the box's right side". In all of these
451451
circumstances, the "box" refers to the &lsquo;<a
452452
href="#css-view-box"><code class=css>CSS View Box</code></a>&rsquo; (see
453-
the "View Boxes" section of this spec for clarification). A gradient's
454-
&lsquo;<code class=css>Image View Box</code>&rsquo; has no intrinsic
455-
dimensions. This means that, for example, if you use a gradient in a
456-
background-image, the "box" will simply be the size of the background
457-
area. If you use a gradient in a list-style-image, the "box" will be a
458-
1em square.</p>
453+
the "Sizing Images and Objects in CSS" section of this spec for
454+
clarification). A gradient has no intrinsic dimensions. This means that,
455+
for example, if you use a gradient in a background-image, the "box" will
456+
simply be the size of the background area. If you use a gradient in a
457+
list-style-image, the "box" will be a 1em square.</p>
459458

460459
<div>
461460
<h3 id=linear-gradients><span class=secno>5.1. </span>Linear Gradients</h3>
@@ -1376,9 +1375,10 @@ <h3 id=object-fit><span class=secno>6.3. </span>The &lsquo;<a
13761375

13771376
<p>The &lsquo;<code class=property>overflow</code>&rsquo; property
13781377
determines how to render parts of the replaced element's content that
1379-
extend beyond the edges of its box. See the &lsquo;<code
1380-
class=property>image-position</code>&rsquo; property for positioning the
1381-
object with respect to the element's box.</p>
1378+
extend beyond the edges of its box. See the &lsquo;<a
1379+
href="#object-position0"><code
1380+
class=property>object-position</code></a>&rsquo; property for
1381+
positioning the object with respect to the element's box.</p>
13821382

13831383
<p>UAs may support &lsquo;<code class=property>image-fit</code>&rsquo; as
13841384
an alias for &lsquo;<a href="#object-fit0"><code

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h2 id="gradients">Gradients</h2>
241241
<li><code>list-style-image: radial-gradient(circle, #006, #00a 90%, #0000af 100%, white 100%)</code></li>
242242
</ul>
243243
</div>
244-
<p class=note>In many places this section references a box, such as "the box's top-left corner" or "the box's right side". In all of these circumstances, the "box" refers to the 'CSS View Box' (see the "View Boxes" section of this spec for clarification). A gradient's 'Image View Box' has no intrinsic dimensions. This means that, for example, if you use a gradient in a background-image, the "box" will simply be the size of the background area. If you use a gradient in a list-style-image, the "box" will be a 1em square.</p>
244+
<p class=note>In many places this section references a box, such as "the box's top-left corner" or "the box's right side". In all of these circumstances, the "box" refers to the 'CSS View Box' (see the "Sizing Images and Objects in CSS" section of this spec for clarification). A gradient has no intrinsic dimensions. This means that, for example, if you use a gradient in a background-image, the "box" will simply be the size of the background area. If you use a gradient in a list-style-image, the "box" will be a 1em square.</p>
245245

246246
<div>
247247
<h3 id=linear-gradients>Linear Gradients</h3>
@@ -710,7 +710,7 @@ <h3 id="object-fit">The 'object-fit' Property</h3>
710710

711711
<p>The 'overflow' property determines how to render parts of the replaced
712712
element's content that extend beyond the edges of its box. See the
713-
'image-position' property for positioning the object with respect to the
713+
'object-position' property for positioning the object with respect to the
714714
element's box.</p>
715715

716716
<p>UAs may support 'image-fit' as an alias for 'object-fit' when parsing

0 commit comments

Comments
 (0)