Skip to content

Commit 3f63d5f

Browse files
committed
[css2] The text of issue 69 belonged in 14.2.1, not 9.6.1
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403089
1 parent 55943bb commit 3f63d5f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css2/colors.src

Lines changed: 5 additions & 1 deletion
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: colors.src,v 2.54 2009-05-15 17:31:38 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.55 2010-12-16 19:16:40 bbos Exp $ -->
44
<head>
55
<title>Colors and backgrounds</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -239,6 +239,10 @@ the scrolling mechanism.</p>
239239
the content, padding or border area of the element. Thus, unless
240240
the image is tiled ('background-repeat: repeat'), it may be invisible.
241241
</p>
242+
<p>In paged media, where there is no viewport, a 'fixed' background is
243+
fixed with respect to the page box and is therefore replicated on
244+
every page.
245+
242246
<div class="example"><p>This example creates an infinite vertical band
243247
that remains "glued" to the viewport when the element is scrolled.
244248
</p>

css2/visuren.src

Lines changed: 1 addition & 4 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.171 2010-12-03 15:20:09 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.172 2010-12-16 19:16:39 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -1569,9 +1569,6 @@ Boxes with fixed position that are larger than the page area are
15691569
clipped. Parts of the fixed position box that are not visible in the
15701570
initial containing block will not print.
15711571
</p>
1572-
<p>In paged media, where there is no viewport, a 'fixed' background is
1573-
fixed with respect to the page box and is therefore replicated on
1574-
every page.
15751572
<div class="html-example">
15761573
<p>Authors may use fixed positioning to create frame-like presentations.
15771574
Consider the following frame layout:</p>

0 commit comments

Comments
 (0)