Skip to content

Commit f877824

Browse files
committed
[css2] Issue 283.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403186
1 parent 310a1b5 commit f877824

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css2/visudet.src

Lines changed: 4 additions & 5 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: visudet.src,v 2.164 2011-03-25 00:07:12 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.165 2011-03-25 21:06:17 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -299,10 +299,8 @@ value of <span class="propinst-width">'width'</span> is:
299299

300300
<p>If 'height' and <span class="propinst-width">'width'</span> both
301301
have computed values of 'auto' and the element has an intrinsic ratio
302-
but no intrinsic height or width and the containing block's width
303-
does not itself depend on the replaced element's width, then the used
304-
value of 'width' is calculated from the constraint equation used for
305-
block-level, non-replaced elements in normal flow.
302+
but no intrinsic height or width, then the used value of 'width' is
303+
undefined in CSS&nbsp;2.1.
306304

307305
<p>Otherwise, if <span class="propinst-width">'width'</span> has a
308306
computed value of 'auto', and the element has an intrinsic width, then
@@ -636,6 +634,7 @@ class="propinst-max-width">'max-width'</span> are illegal.
636634
</p>
637635

638636
<p>In CSS&nbsp;2.1, the effect of 'min-width' and 'max-width' on
637+
tables, inline tables,
639638
table cells, table columns, and column groups is undefined.
640639

641640
<p>The following algorithm describes how the two properties influence

0 commit comments

Comments
 (0)