Skip to content

Commit 2f51f85

Browse files
committed
[css2] corrected an error in the edit for issue 120
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403036
1 parent 7e543fe commit 2f51f85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visudet.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: visudet.src,v 2.148 2010-09-29 15:49:11 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.149 2010-10-04 19:40:23 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -37,7 +37,7 @@ containing block is the same as for the root element.
3737
</li>
3838
<li>For other elements, if the element's position is 'relative' or 'static',
3939
the containing block is formed by the content edge of the nearest
40-
<a href="visuren.html#block-boxes">block container.</a>
40+
<a href="visuren.html#block-boxes">block container</a> ancestor box.
4141
</li>
4242
<li>If the element has 'position: fixed', the containing block is
4343
established by the <a href="visuren.html#viewport">viewport</a>

0 commit comments

Comments
 (0)