Skip to content

Commit 040e653

Browse files
committed
[css2] Tentative edit for 283. See
http://lists.w3.org/Archives/Public/www-style/2011Mar/0623.html --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403194
1 parent 42171aa commit 040e653

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

css2/changes.src

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.155 2011-03-26 00:15:58 fantasai Exp $ -->
3+
<!-- $Id: changes.src,v 2.156 2011-03-26 13:49:02 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -7625,11 +7625,12 @@ height is left undefined:
76257625
<blockquote>
76267626
<p>If 'height' and 'width' both have computed values of 'auto' and the
76277627
element has an intrinsic ratio but no intrinsic height or width,
7628-
<del>and the containing block's width does not itself depend on the
7628+
<del>and</del> <ins>then the used value of 'width' is
7629+
undefined in CSS&nbsp;2.1. However, it is suggested that, if</ins>
7630+
the containing block's width does not itself depend on the
76297631
replaced element's width, then the used value of 'width' is calculated
76307632
from the constraint equation used for block-level, non-replaced
7631-
elements in normal flow</del> <ins>then the used value of 'width' is
7632-
undefined in CSS&nbsp;2.1</ins>.
7633+
elements in normal flow.
76337634
</blockquote>
76347635

76357636
<!--========================== issue 285 ==========================-->

css2/visudet.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.166 2011-03-26 00:02:01 fantasai Exp $ -->
3+
<!-- $Id: visudet.src,v 2.167 2011-03-26 13:47:52 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -301,6 +301,10 @@ value of <span class="propinst-width">'width'</span> is:
301301
have computed values of 'auto' and the element has an intrinsic ratio
302302
but no intrinsic height or width, then the used value of 'width' is
303303
undefined in CSS&nbsp;2.1.
304+
However, it is suggested that, if the containing block's width
305+
does not itself depend on the replaced element's width, then the used
306+
value of 'width' is calculated from the constraint equation used for
307+
block-level, non-replaced elements in normal flow.
304308

305309
<p>Otherwise, if <span class="propinst-width">'width'</span> has a
306310
computed value of 'auto', and the element has an intrinsic width, then

0 commit comments

Comments
 (0)