Skip to content

Commit 2549536

Browse files
committed
Fold in commented-out text for ISSUE-211 <http://lists.w3.org/Archives/Public/www-style/2011Aug/0175.html>
1 parent 502207d commit 2549536

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

css3-background/Overview.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,15 +1539,11 @@ <h3 id=the-background-size><span class=secno>2.9. </span>The &lsquo;<a
15391539
failing that, treating it as 100%.
15401540

15411541
<p>If both values are &lsquo;<code class=css>auto</code>&rsquo; then the
1542-
intrinsic width and/or height of the image should be used, if
1543-
any<!--, the missing dimension
1544-
(if any) behaving as ''auto'' as described above-->.
1545-
If the image has neither an intrinsic width nor an intrinsic height, its
1546-
size is determined as for &lsquo;<code class=css>contain</code>&rsquo;.
1547-
<span class=issue><a
1548-
href="http://www.w3.org/Style/CSS/Tracker/issues/211">ISSUE-211</a>
1549-
proposed text: If the image has an intrinsic width or intrinsic height,
1550-
but not both, the other dimension is treated as 100%.</span>
1542+
intrinsic width and/or height of the image should be used, if any, the
1543+
missing dimension (if any) behaving as &lsquo;<code
1544+
class=css>auto</code>&rsquo; as described above. If the image has
1545+
neither an intrinsic width nor an intrinsic height, its size is
1546+
determined as for &lsquo;<code class=css>contain</code>&rsquo;.
15511547

15521548
<p>Negative values are not allowed.
15531549
</dl>

css3-background/Overview.src.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,17 +1012,11 @@ <h3 id="the-background-size">The 'background-size' property</h3>
10121012
treating it as 100%.
10131013

10141014
<p>If both values are ''auto'' then the intrinsic width and/or
1015-
height of the image should be used, if any<!--, the missing dimension
1016-
(if any) behaving as ''auto'' as described above-->. If the image has
1015+
height of the image should be used, if any, the missing dimension
1016+
(if any) behaving as ''auto'' as described above. If the image has
10171017
neither an intrinsic width nor an intrinsic height, its size is
10181018
determined as for ''contain''.
10191019

1020-
<span class=issue><a
1021-
href="http://www.w3.org/Style/CSS/Tracker/issues/211"
1022-
>ISSUE-211</a> proposed text: If the image has an intrinsic width
1023-
or intrinsic height, but not both, the other dimension is treated
1024-
as 100%.</span>
1025-
10261020
<p>Negative values are not allowed.
10271021
</dd>
10281022
</dl>

0 commit comments

Comments
 (0)