Skip to content

Commit 9da1281

Browse files
committed
[css2] fix issue 68 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402449
1 parent 2e995cd commit 9da1281

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 3 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.125 2006-05-09 12:51:47 fantasai Exp $ -->
3+
<!-- $Id: visuren.src,v 2.126 2006-05-09 12:56:51 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -862,7 +862,8 @@ positioning"><dfn>relative positioning</dfn></span>. Offsetting a box
862862
given a position as if B1 were not offset and B2 is not re-positioned
863863
after B1's offset is applied. This implies that relative positioning
864864
may cause boxes to overlap.
865-
However, if relative positioning causes an 'overflow:auto' box to have
865+
However, if relative positioning causes an 'overflow:auto' or
866+
'overflow:scroll' box to have
866867
overflow, the UA must allow the user to access this content, which,
867868
through the creation of scrollbars, may affect layout.
868869
</p>

0 commit comments

Comments
 (0)