Skip to content

Commit 8c11a47

Browse files
committed
[css2] Tantek put accidentally deleted text back in.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402135
1 parent c61fc88 commit 8c11a47

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css2/visuren.src

Lines changed: 9 additions & 1 deletion
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.101 2003-08-24 20:03:43 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.102 2003-08-24 22:17:24 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -410,6 +410,14 @@ href="tables.html">tables</a>).
410410
</dd>
411411
</dl>
412412

413+
<p>The computed value is the same as the specified value, except for
414+
positioned and floating elements (see <a
415+
href="#dis-pos-flo">Relationships between 'display', 'position', and
416+
'float'</a>) and for the root element. For the root element, the
417+
computed value is as follows: 'inline-table' and 'table' become
418+
'table', 'none' stays 'none', everything else becomes 'block'.
419+
</p>
420+
413421
<p>Note that although the <a href="about.html#initial-value">initial
414422
value</a> of <span class="propinst-display">'display'</span> is
415423
'inline', rules in the user agent's <a

0 commit comments

Comments
 (0)