Skip to content

Commit 1ea42b4

Browse files
committed
[css2] Added that containing block for fixed pos. is initial containing block.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402155
1 parent b68f85d commit 1ea42b4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css2/visudet.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: visudet.src,v 2.80 2003-08-27 16:15:48 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.81 2003-08-27 17:58:16 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -393,6 +393,10 @@ box is to the left of the containing block's edge.
393393
hypothetical box, user agents are free to make a guess at its probable
394394
position.
395395
</p>
396+
<p>For the purposes of calculating the static position, the containing
397+
block of fixed positioned elements is the initial containing block
398+
instead of the viewport.
399+
396400
<p>The constraint that determines the used values for these
397401
elements is:</p>
398402

@@ -814,6 +818,10 @@ block.
814818
hypothetical box, user agents are free to make a guess at its probable
815819
position.
816820
</p>
821+
<p>For the purposes of calculating the static position, the containing
822+
block of fixed positioned elements is the initial containing block
823+
instead of the viewport.
824+
817825
<p>For absolutely positioned elements, the used values of the vertical
818826
dimensions must satisfy this constraint:</p>
819827

0 commit comments

Comments
 (0)