Skip to content

Commit 259101b

Browse files
committed
[css2] Fixed fragment ID.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403084
1 parent b667088 commit 259101b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/box.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.79 2010-08-25 23:13:02 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.80 2010-12-03 15:07:50 bbos Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
</HEAD>
@@ -287,7 +287,7 @@ Vertical margins</span> may collapse between certain boxes:</p>
287287

288288
<ul>
289289
<li>Two or more adjoining vertical margins of <a
290-
href="visuren.html#block-box">block-level</a> boxes in the <a
290+
href="visuren.html#block-boxes">block-level</a> boxes in the <a
291291
href="visuren.html#normal-flow">normal flow</a> collapse. The
292292
resulting margin width is the maximum of the adjoining margin widths.
293293
In the case of negative margins, the maximum of the absolute values

css2/page.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: page.src,v 2.66 2010-10-25 17:24:44 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.67 2010-12-03 15:12:35 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Paged media</TITLE>
66
</HEAD>
@@ -341,7 +341,7 @@ class="propinst-margin-top">'margin-top'</span> used value may either
341341
be set to '0' or retained.
342342

343343
<li>Between <a href="visuren.html#line-box">line boxes</a>
344-
inside a <a href="visuren.html#block-box">block</a> box.
344+
inside a <a href="visuren.html#block-boxes">block</a> box.
345345

346346
<li>Between the content edge of a block box and the outer edges of its
347347
child content (margin edges of block-level children or line box edges

0 commit comments

Comments
 (0)