Skip to content

Commit 0afb0dd

Browse files
committed
[css2] fix issue 171 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402459
1 parent 10d40cc commit 0afb0dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.129 2006-05-09 13:24:08 fantasai Exp $ -->
3+
<!-- $Id: visuren.src,v 2.130 2006-05-09 13:56:34 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -1827,7 +1827,7 @@ is its position on the z-axis relative to other boxes in the same
18271827
stacking context. Boxes with greater stack levels are always formatted
18281828
in front of boxes with lower stack levels. Boxes may have negative
18291829
stack levels. Boxes with the same stack level in a stacking context
1830-
are stacked bottom-to-top according to document tree order.
1830+
are stacked back-to-front according to document tree order.
18311831
</p>
18321832

18331833
<p>

0 commit comments

Comments
 (0)