Skip to content

Commit 468d09a

Browse files
committed
Re-added list-style-type's default object size, plus notes.
1 parent 8c8edb7 commit 468d09a

2 files changed

Lines changed: 28 additions & 10 deletions

File tree

css3-images/Overview.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

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

24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February
24+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 February
2525
2011</h2>
2626

2727
<dl>
2828
<dt>Latest Version:</dt>
29-
<!-- <dd><a href="http://www.w3.org/TR/2011/CR-css3-images-20110211/">http://www.w3.org/TR/2011/CR-css3-images-20110211/</a></dd> -->
29+
<!-- <dd><a href="http://www.w3.org/TR/2011/CR-css3-images-20110212/">http://www.w3.org/TR/2011/CR-css3-images-20110212/</a></dd> -->
3030

3131
<dd><a
3232
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -1198,11 +1198,17 @@ <h3 id=sizing-terms><span class=secno>6.1. </span> Object-Sizing
11981198
is the size of the element's <a
11991199
href="http://www.w3.org/TR/css3-background/#background-positioning-area">background
12001200
positioning area</a>. <a href="#CSS3BG"
1201-
rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a></dd>
1202-
<!-- list style images prioritize a default ratio of 1:1 over the 1em size
1203-
<dt>&lsquo;<code class=property>list-style-image</code>&rsquo;</dt>
1204-
<dd>The <i>default object size</i> is a 1em square. [[CSS21]]</dd>
1205-
-->
1201+
rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>
1202+
1203+
<dt>&lsquo;<code class=property>list-style-image</code>&rsquo;
1204+
1205+
<dd>The <a href="#default-object-size"><i>default object size</i></a>
1206+
is a 1em square. <a href="#CSS21"
1207+
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>
1208+
<p class=issue>This doesn't reflect the CSS2.1 algorithm (they differ
1209+
in how they handle images with only one intrinsic dimension and no
1210+
ratio, due to step 3 of the CSS2.1 algo), but it does reflect
1211+
reality.</p>
12061212

12071213
<dt>&lsquo;<code class=property>border-image</code>&rsquo;
12081214

@@ -1225,6 +1231,11 @@ <h3 id=sizing-terms><span class=secno>6.1. </span> Object-Sizing
12251231
is a rectangle 300px wide and 150px tall. <a href="#CSS21"
12261232
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>
12271233
</dl>
1234+
1235+
<p class=issue>The only reason these are examples is because the proper
1236+
place for the normative definitions of default object sizes is in the
1237+
definitions for the relevant properties. These are the correct values,
1238+
though.</p>
12281239
</div>
12291240
</dl>
12301241
<!-- ====================================================================== -->

css3-images/Overview.src.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,10 +905,13 @@ <h3 id="sizing-terms">
905905
<a href="http://www.w3.org/TR/css3-background/#background-positioning-area">background
906906
positioning area</a>. [[CSS3BG]]</dd>
907907

908-
<!-- list style images prioritize a default ratio of 1:1 over the 1em size
909908
<dt>'list-style-image'</dt>
910-
<dd>The <i>default object size</i> is a 1em square. [[CSS21]]</dd>
911-
-->
909+
<dd>The <i>default object size</i> is a 1em square. [[CSS21]]
910+
<p class=issue>This doesn't reflect the CSS2.1 algorithm (they
911+
differ in how they handle images with only one intrinsic dimension
912+
and no ratio, due to step 3 of the CSS2.1 algo), but it does
913+
reflect reality.</p>
914+
</dd>
912915

913916
<dt>'border-image'</dt>
914917
<dd>The <i>default object size</i> is the size of the element's
@@ -924,6 +927,10 @@ <h3 id="sizing-terms">
924927
<dd>The <i>default object size</i> is a rectangle 300px wide and 150px
925928
tall. [[CSS21]]</dd>
926929
</dl>
930+
<p class=issue>The only reason these are examples is because the proper
931+
place for the normative definitions of default object sizes is in the
932+
definitions for the relevant properties. These are the correct values,
933+
though.</p>
927934
</div>
928935
</dd>
929936
</dl>

0 commit comments

Comments
 (0)