|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model details</title> |
6 | 6 | <style type="text/css"> |
@@ -299,10 +299,8 @@ value of <span class="propinst-width">'width'</span> is: |
299 | 299 |
|
300 | 300 | <p>If 'height' and <span class="propinst-width">'width'</span> both |
301 | 301 | 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 2.1. |
306 | 304 |
|
307 | 305 | <p>Otherwise, if <span class="propinst-width">'width'</span> has a |
308 | 306 | 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. |
636 | 634 | </p> |
637 | 635 |
|
638 | 636 | <p>In CSS 2.1, the effect of 'min-width' and 'max-width' on |
| 637 | +tables, inline tables, |
639 | 638 | table cells, table columns, and column groups is undefined. |
640 | 639 |
|
641 | 640 | <p>The following algorithm describes how the two properties influence |
|
0 commit comments