Skip to content

Commit 64f6ff5

Browse files
committed
[css2] kAdded note that containing block of root element might be chosen by
UA to be the viewport. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401979
1 parent e1f7308 commit 64f6ff5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/visudet.src

Lines changed: 4 additions & 4 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: visudet.src,v 2.56 2002-11-18 20:36:16 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.57 2002-11-28 20:58:02 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model details</TITLE>
@@ -19,9 +19,9 @@ block</span></dfn> of the element. The containing block of an element
1919
is defined as follows:</p>
2020

2121
<ol>
22-
<li>The containing block
23-
in which the <a href="conform.html#root">root
24-
element</a> lives is chosen by the user agent.
22+
<li>The containing block in which the <a href="conform.html#root">root
23+
element</a> lives is chosen by the user agent. (It could be related to
24+
the <a href="visuren.html#viewport">viewport</a>.)
2525

2626
<li>For other elements, if the element's position is 'relative' or 'static',
2727
the containing block is formed by the content edge of the nearest

0 commit comments

Comments
 (0)