Skip to content

Commit 00ff8b6

Browse files
committed
Address dbaron's comment wrt 2.1-synchronization error in default object size; mark the list informative <http://lists.w3.org/Archives/Public/www-style/2012Mar/0336.html>
1 parent 689251d commit 00ff8b6

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css3-images/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ <h3 id=sizing-terms><span class=secno>5.1. </span> Object-Sizing
18531853
dimensions. It varies based on the context in which that the image is
18541854
being laid out.</p>
18551855

1856-
<p>The following list defines the <a
1856+
<p>The following informative list defines the <a
18571857
href="#default-object-size"><i>default object size</i></a> of properties
18581858
and contexts that appear in CSS 2.1, plus &lsquo;<code
18591859
class=property>border-image</code>&rsquo; from CSS 3 Backgrounds &amp;
@@ -1895,8 +1895,9 @@ <h3 id=sizing-terms><span class=secno>5.1. </span> Object-Sizing
18951895
<dt>replaced elements
18961896

18971897
<dd>The <a href="#default-object-size"><i>default object size</i></a> is
1898-
a rectangle 300px wide and 150px tall. <a href="#CSS21"
1899-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
1898+
a the largest rectangle that has a 2:1 width:height ratio, is no larger
1899+
than 300px width and 150px height, and has a width that fits in the
1900+
device. <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
19001901
</dl>
19011902
</dl>
19021903
<!-- ====================================================================== -->

css3-images/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,9 +1095,9 @@ <h3 id="sizing-terms">
10951095
<i>intrinsic dimensions</i> and <i>specified size</i> are missing dimensions.
10961096
It varies based on the context in which that the image is being laid out.</p>
10971097

1098-
<p>The following list defines the <i>default object size</i> of properties
1099-
and contexts that appear in CSS 2.1, plus 'border-image' from CSS 3
1100-
Backgrounds &amp; Borders.
1098+
<p>The following informative list defines the <i>default object size</i> of
1099+
properties and contexts that appear in CSS 2.1, plus 'border-image' from
1100+
CSS 3 Backgrounds &amp; Borders.
11011101
Newer modules that accept an ''&lt;image>'' component value in a new
11021102
context must define the <i>default object size</i> in that context.</p>
11031103

@@ -1115,7 +1115,7 @@ <h3 id="sizing-terms">
11151115
<dd>The <i>default object size</i> is a UA-defined size that should be based on the size of a typical cursor on the UA's operating system. [[!CSS21]]</dd>
11161116

11171117
<dt>replaced elements</dt>
1118-
<dd>The <i>default object size</i> is a rectangle 300px wide and 150px tall. [[!CSS21]]</dd>
1118+
<dd>The <i>default object size</i> is a the largest rectangle that has a 2:1 width:height ratio, is no larger than 300px width and 150px height, and has a width that fits in the device. [[!CSS21]]</dd>
11191119
</dl>
11201120
</dd>
11211121
</dl>

0 commit comments

Comments
 (0)