|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.98 2003-07-21 14:39:28 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.99 2003-08-18 14:19:35 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> |
@@ -396,6 +396,23 @@ href="tables.html">tables</a>). |
396 | 396 | </dd> |
397 | 397 | </dl> |
398 | 398 |
|
| 399 | +<ins> |
| 400 | +<p>The computed value is the same as the specified value, except for |
| 401 | +positioned and floating elements (see <a |
| 402 | +href="#dis-pos-flo">Relationships between 'display', 'position', and |
| 403 | +'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> |
| 415 | + |
399 | 416 | <p>Note that although the <a href="about.html#initial-value">initial |
400 | 417 | value</a> of <span class="propinst-display">'display'</span> is |
401 | 418 | 'inline', rules in the user agent's <a |
|
0 commit comments