Skip to content

Commit 914092e

Browse files
committed
Specified just what the default image sizing area is.
1 parent fc62b1f commit 914092e

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

css3-images/Overview.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

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

22-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
22+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 December
2323
2010</h2>
2424

2525
<dl>
2626
<dt>This version:</dt>
27-
<!-- <dd><a href="http://www.w3.org/TR/2010/CR-css3-images-20101130/">http://www.w3.org/TR/2010/CR-css3-images-20101130/</a></dd> -->
27+
<!-- <dd><a href="http://www.w3.org/TR/2010/CR-css3-images-20101201/">http://www.w3.org/TR/2010/CR-css3-images-20101201/</a></dd> -->
2828

2929
<dd><a
3030
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -972,7 +972,15 @@ <h2 id=sizing><span class=secno>6. </span>Sizing Images and Objects in
972972

973973
<dd>The default image sizing area is a rectangle with a definite height
974974
and width used to determine the size of the CSS View Box when both the
975-
intrinsic dimensions and specified size are missing dimensions.
975+
intrinsic dimensions and specified size are missing dimensions. It
976+
varies based on the property that the image is being used as a value
977+
in. For <code>background-image</code>, the default image sizing area is
978+
the size of the background positioning area of the element. For
979+
<code>list-style-image</code>, the default image sizing area is a 1em
980+
square. For <code>list-style-image</code>, the default image sizing
981+
area is the size of the border box of the element. In any other
982+
context, the default image sizing area is a rectangle 300px wide and
983+
150px tall.
976984
</dl>
977985

978986
<p>Images and objects in CSS are sized as follows:</p>

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ <h2 id="sizing">Sizing Images and Objects in CSS</h2>
447447
<dt><dfn>CSS View Box</dfn></dt>
448448
<dd>The CSS View Box is the result of transforming the intrinsic dimensions into a concrete size, based on the specified size and the default image sizing area. A CSS View Box always has a definite height and width.</dd>
449449
<dt><dfn>default image sizing area</dfn></dt>
450-
<dd>The default image sizing area is a rectangle with a definite height and width used to determine the size of the CSS View Box when both the intrinsic dimensions and specified size are missing dimensions.</dd>
450+
<dd>The default image sizing area is a rectangle with a definite height and width used to determine the size of the CSS View Box when both the intrinsic dimensions and specified size are missing dimensions. It varies based on the property that the image is being used as a value in. For <code>background-image</code>, the default image sizing area is the size of the background positioning area of the element. For <code>list-style-image</code>, the default image sizing area is a 1em square. For <code>list-style-image</code>, the default image sizing area is the size of the border box of the element. In any other context, the default image sizing area is a rectangle 300px wide and 150px tall.</dd>
451451
</dl>
452452

453453
<p>Images and objects in CSS are sized as follows:</p>

0 commit comments

Comments
 (0)