|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.99 2003-08-18 14:19:35 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.100 2003-08-20 16:46:45 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Visual formatting model</title> |
@@ -34,7 +34,7 @@ model</a>. The layout of these boxes is governed by:</p> |
34 | 34 | <li><a href="box.html#box-dimensions">box dimensions</a> and <a |
35 | 35 | href="#box-gen">type</a>. |
36 | 36 | </li><li><a href="#positioning-scheme">positioning scheme</a> |
37 | | -(normal flow, float, and <span class="delcurrent">absolute</span><span class="insproposed">absolutely positioned</span>). |
| 37 | +(normal flow, float, and absolute positioning). |
38 | 38 | </li><li>relationships between elements |
39 | 39 | in the <a href="conform.html#doctree">document tree.</a> |
40 | 40 | </li><li>external information (e.g., viewport size, <a |
@@ -396,22 +396,12 @@ href="tables.html">tables</a>). |
396 | 396 | </dd> |
397 | 397 | </dl> |
398 | 398 |
|
399 | | -<ins> |
400 | 399 | <p>The computed value is the same as the specified value, except for |
401 | 400 | positioned and floating elements (see <a |
402 | 401 | href="#dis-pos-flo">Relationships between 'display', 'position', and |
403 | 402 | 'float'</a>) and for the root element. For the root element, the |
404 | | -computed value is as follows: |
405 | | - |
406 | | -<table border="1"> |
407 | | -<tr><th>Specified value </th><th style="width:30%">Computed value</th></tr> |
408 | | -<tr><td>inline-table </td><td>table</td></tr> |
409 | | -<tr><td>inline, run-in, table-row-group, table-column, |
410 | | -table-column-group, table-header-group, table-footer-group, table-row, |
411 | | -table-cell, table-caption, inline-block </td><td>block</td></tr> |
412 | | -<tr><td>others </td><td>same as specified</td></tr> |
413 | | -</table> |
414 | | -</ins> |
| 403 | +computed value is as follows: 'inline-table' and 'table' become |
| 404 | +'table', 'none' stays 'none', everything else becomes 'block'. |
415 | 405 |
|
416 | 406 | <p>Note that although the <a href="about.html#initial-value">initial |
417 | 407 | value</a> of <span class="propinst-display">'display'</span> is |
|
0 commit comments