Skip to content

Commit 516f400

Browse files
committed
[css2] Computed value of 'display' on the root element is now table, block or
none and nothing else. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402130
1 parent 0f7466e commit 516f400

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

css2/visuren.src

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -34,7 +34,7 @@ model</a>. The layout of these boxes is governed by:</p>
3434
<li><a href="box.html#box-dimensions">box dimensions</a> and <a
3535
href="#box-gen">type</a>.
3636
</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).
3838
</li><li>relationships between elements
3939
in the <a href="conform.html#doctree">document tree.</a>
4040
</li><li>external information (e.g., viewport size, <a
@@ -396,22 +396,12 @@ href="tables.html">tables</a>).
396396
</dd>
397397
</dl>
398398

399-
<ins>
400399
<p>The computed value is the same as the specified value, except for
401400
positioned and floating elements (see <a
402401
href="#dis-pos-flo">Relationships between 'display', 'position', and
403402
'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'.
415405

416406
<p>Note that although the <a href="about.html#initial-value">initial
417407
value</a> of <span class="propinst-display">'display'</span> is

0 commit comments

Comments
 (0)