Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.">
<style type="text/css">
@page {
@page {
margin-top: 50%;
margin-right: 50%;
}

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="A margin declaration within the @page context applies to the page box.">
<style type="text/css">
@page {
@page {
margin: 3cm;
}
html, body {background: #ccc;}

View file

@ -11,7 +11,7 @@
<meta name="assert" content="Percentage values on right and left margins are relative to the page box width.">
<meta name="assert" content="Percentage values on top and bottom margins are relative to the page box height.">
<style type="text/css">
@page {
@page {
margin-bottom: 50%;
margin-left: 50%;
}

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="The page background covers the entire page box, including the page margins.">
<style type="text/css">
@page {
@page {
background-color:#ccffcc;
margin:25%;
border: 2pt solid;

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="A border declaration within the @page context applies to the page box.">
<style type="text/css">
@page {
@page {
border: 1in solid green;
}
</style>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged should">
<meta name="assert" content="Content should be allowed slightly beyond the page box to allow pages to 'bleed'. ">
<style type="text/css">
@page {
margin: -1em;
}
@ -19,12 +19,12 @@
div {
padding: 3em;
}
</style>
</head>
<body>
<div>
This test produces one page on paged media. When viewed in a print preview or printed on a printer supporting "full bleed"
This test produces one page on paged media. When viewed in a print preview or printed on a printer supporting "full bleed"
(also known as "edge-to-edge" or "borderless" printing), the entire surface of the medium is a pale cyan. There is no white showing around the edges.
</div>
</body>

View file

@ -20,7 +20,7 @@
div {
height: 100%;
margin-bottom: -6em;
}
}
</style>
</head>
<body>

View file

@ -10,7 +10,7 @@
<style type="text/css">
@page {margin: 7%;}
@page :left {
@top-center
@top-center
{
content: "[This page intentionally left blank]";
}

View file

@ -10,13 +10,13 @@
<style type="text/css">
@page {margin: 7%;}
@page :right {
@top-center
@top-center
{
content: "[This page intentionally left blank]";
}
}
@page :first {
@top-center
@top-center
{
content: "";
}

View file

@ -13,7 +13,7 @@
}
</style>
</head>
<body>
<body>
<div class="kidsIgnoreMe">
<div>This test produces one or two pages of output on paged media. This sentence must be on the same page as the next sentence.</div>
<p>This sentence must appear on the same page as the text above.</p>

View file

@ -35,12 +35,12 @@
</style>
</head>
<body>
<p>When printed, this test requires 4 pages. Page one contains only this
<p>When printed, this test requires 4 pages. Page one contains only this
paragraph.</p>
<p class="noBreakAuto">This text is at the top of page two.</p>
<p class="noBreakLeft">This text is also on page two.</p>
<p class="noBreakAlways">And this text is on page two as well.</p>
<p class="breakRight">This paragraph is on page three. A page break follows.</p>
<p class="breakLeft">This text is at the top of page four.</p>
<p class="noBreak">This last paragraph is also on page four.</p>

View file

@ -33,7 +33,7 @@
</head>
<body>
<div id="one">This test produces two pages on paged media.</div>
<div id="two">This text appears on the first page.
<div id="two">This text appears on the first page.
<!-- Thus proving that a page break is not forced between boxes -->
The dummy text below this will flow onto a second page.</div>
<!-- Thus proving that a page break is not forbidden before boxes -->

View file

@ -8,13 +8,13 @@
<meta name="flags" content="paged">
<meta name="assert" content="The 'page-break-before' property applies to floated block-level elements in normal flow.">
<style type="text/css">
#floated {
float: right;
page-break-before: always;
width: 50%;
}
</style>
</head>
<body>

View file

@ -26,7 +26,7 @@
page-break-inside: avoid;
width: 0;
}
</style>
</head>
<body>

View file

@ -32,16 +32,16 @@
width: 0;
font-weight: bold;
color: blue;
}
}
</style>
</head>
<body>
<div class="spacers">
<p>This test produces four pages of output. The blue numbers must correspond to the page number they appear on.</p>
<p>This test produces four pages of output. The blue numbers must correspond to the page number they appear on.</p>
</div>
<div class="spacers backUp"></div>
<div class="breaker" id="break1">1 1 1 1 2 2 2 2</div>
<div class="spacers backup" id="takeTwo"></div>
<div class="spacers backUp"></div>
<div class="breaker" id="break2">3 3 3 3 4 4 4 4</div>

View file

@ -46,7 +46,7 @@
<div class="one">There must be a page break after this paragraph. There must be no red on the page.</div>
<div class="two">This text must be at the top of the second page (right below the top margin, not 2 inches below the top margin). There must be no red on this page.</div>
</body>
</html>

View file

@ -32,7 +32,7 @@
<p>When displayed in paged media, this test produces two pages of output.</p>
<div>
<p class="test">There must be a page break after this paragraph. There may or may not be a yellow background below;
<p class="test">There must be a page break after this paragraph. There may or may not be a yellow background below;
however, there must <em>not</em> be a one half inch tall yellow bar below.</p>
<div class="topper">There must be no yellow on this second page.</div>
</div>

View file

@ -8,11 +8,11 @@
<meta name="flags" content="paged">
<meta name="assert" content="When an element would span a page break solely to satisfy a descendant's bottom margin, that margin is instead truncated and the element does not span pages.">
<style type="text/css">
p {
margin-bottom: 12in;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="Page breaks are not allowed between the last child of a block and its parent.">
<style type="text/css">
div {
background: #eee;
border: thick solid orange;
@ -19,7 +19,7 @@
white-space: nowrap;
color: blue;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="assert" content="For a single-page document, the containing box for positioned content with no positioned ancestor is the page area.">
<style type="text/css">
@page
@page
{
margin: .5in;
}
@ -17,18 +17,18 @@ body
{
padding: 8px;
}
div
div
{
position: absolute;
width: 40%;
}
.topleft
.topleft
{
top: 0;
left: 0;
background: blue;
}
.bottomright
.bottomright
{
bottom: 0;
right: 0;
@ -45,8 +45,8 @@ div
p
{
margin-left: 55%;
}
}
</style>
</head>
<body>

View file

@ -9,14 +9,14 @@
<meta name="flags" content="paged">
<meta name="assert" content="A percentage height on the root element is relative to the page area height.">
<style type="text/css">
html {
height: 50%;
border: blue medium solid;
margin: 0;
padding: 0;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="Elements with 'position: fixed' are positioned relative to the page area and are rendered on every page of the printed document.">
<style type="text/css">
.logo
{
position: fixed;
@ -34,6 +34,6 @@
<p class="break-before">Page two.</p>
<p class="break-before">Page three.</p>
</div>
</body>
</html>

View file

@ -21,9 +21,9 @@
</head>
<body>
<p>This test produces two pages of output.</p>
<p>The text on this page has a left, top, and right purple border which should be entirely on the right
<p>The text on this page has a left, top, and right purple border which should be entirely on the right
half of the page.&nbsp; (There should be no bottom border.)</p>
<div>The text on this page has a left, bottom, and right purple border which should be entirely on the right
<div>The text on this page has a left, bottom, and right purple border which should be entirely on the right
half of the page.&nbsp; (There should be no top border.)</div>
</body>
</html>

View file

@ -12,7 +12,7 @@
}
html { border: thick solid orange;
}
table, td, th {
table, td, th {
border: thin solid black;
}
#borders-too {
@ -46,41 +46,41 @@
<p class="instruct">The contents of this document include headings,
"lorem ipsum" paragraphs with a background and a border, a list with
bullets, two images, and a table. This test passes if all these items
appear within an orange border which spans the pages.
appear within an orange border which spans the pages.
</p>
<h2>Lorem Ipsum Text</h2>
<div id="borders-too">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus
hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel,
dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet
viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus
hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel,
dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet
viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam
mollis. Ut justo. Suspendisse potenti.</p>
<p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae
luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing,
commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit
tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices
sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl.
<p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae
luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing,
commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit
tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices
sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl.
Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a
ullamcorper laoreet, lectus arcu pulvinar risus, vitae facilisis libero
dolor a purus. Sed vel lacus. Mauris nibh felis, adipiscing varius,
adipiscing in, lacinia vel, tellus. Suspendisse ac urna. Etiam pellentesque
mauris ut lectus. Nunc tellus ante, mattis eget, gravida vitae, ultricies
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a
ullamcorper laoreet, lectus arcu pulvinar risus, vitae facilisis libero
dolor a purus. Sed vel lacus. Mauris nibh felis, adipiscing varius,
adipiscing in, lacinia vel, tellus. Suspendisse ac urna. Etiam pellentesque
mauris ut lectus. Nunc tellus ante, mattis eget, gravida vitae, ultricies
ac, leo. Integer leo pede, ornare a, lacinia eu, vulputate vel, nisl.</p>
<p>Suspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit
amet mi ullamcorper vehicula. Integer adipiscing risus a sem. Nullam quis
massa sit amet nibh viverra malesuada. Nunc sem lacus, accumsan quis,
faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer
sagittis. Vivamus a mauris eget arcu gravida tristique. Nunc iaculis mi in
<p>Suspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit
amet mi ullamcorper vehicula. Integer adipiscing risus a sem. Nullam quis
massa sit amet nibh viverra malesuada. Nunc sem lacus, accumsan quis,
faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer
sagittis. Vivamus a mauris eget arcu gravida tristique. Nunc iaculis mi in
ante. Vivamus imperdiet nibh feugiat est.</p>
<p>Ut convallis, sem sit amet interdum consectetuer, odio augue aliquam leo,
nec dapibus tortor nibh sed augue. Integer eu magna sit amet metus fermentum
posuere. Morbi sit amet nulla sed dolor elementum imperdiet. Quisque
fermentum. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Pellentesque adipiscing eros ut libero. Ut
condimentum mi vel tellus. Suspendisse laoreet. Fusce ut est sed dolor
gravida convallis. Morbi vitae ante. Vivamus ultrices luctus nunc.
Suspendisse et dolor. Etiam dignissim. Proin malesuada adipiscing lacus.
<p>Ut convallis, sem sit amet interdum consectetuer, odio augue aliquam leo,
nec dapibus tortor nibh sed augue. Integer eu magna sit amet metus fermentum
posuere. Morbi sit amet nulla sed dolor elementum imperdiet. Quisque
fermentum. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Pellentesque adipiscing eros ut libero. Ut
condimentum mi vel tellus. Suspendisse laoreet. Fusce ut est sed dolor
gravida convallis. Morbi vitae ante. Vivamus ultrices luctus nunc.
Suspendisse et dolor. Etiam dignissim. Proin malesuada adipiscing lacus.
Donec metus. Curabitur gravida.</p>
</div>
<div>
@ -107,7 +107,7 @@
</div>
<h2>Floated images</h2>
<div>
<span>There is an maroon-boxed cat to the left
<span>There is an maroon-boxed cat to the left
<img class="left-aligned" alt="FAIL: missing image" src="support/cat.png">and
a teal-boxed cat to the right
<img class="right-aligned" alt="FAIL: missing image" src="support/cat.png"> of this paragraph.

View file

@ -8,23 +8,23 @@
<meta name="flags" content="paged">
<meta name="assert" content="A percentage width on the root element is relative to the page area width.">
<style type="text/css">
html {
width: 50%
}
}
p {
color: silver;
}
</style>
</head>
<body>
<div>This paragraph and the dummy text below are entirely on the left half of the page.
</div>
<p>dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
<p>dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text.
</p>
</body>

View file

@ -12,7 +12,7 @@
html {
background-color: #ddffdd;
}
</style>
</head>
<body>

View file

@ -15,14 +15,14 @@
body {
background-color: #ddffdd;
}
</style>
</head>
<body>
<div>
<p>There is a white margin around the edge of this page. The top and
bottom margins are of equal height, and the right and left margins are of
equal width. The rest of the page,
<p>There is a white margin around the edge of this page. The top and
bottom margins are of equal height, and the right and left margins are of
equal width. The rest of the page,
including this text, has a pale green background.
</p>
</div>

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="For HTML documents in paged media, when the HTML and BODY elements have heights of 100%, a percentage height on a child of BODY is relative to the page area height. ">
<style type="text/css">
html, body {
height: 100%;
margin: 0;
@ -41,7 +41,7 @@ p {
This test produces one page on paged media.
</p>
<p>
There is a horizontal blue line, half way down the page. There is no red on
There is a horizontal blue line, half way down the page. There is no red on
the page.</p>
<div class="test"></div>
</div>

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="A margin declaration within the @page context applies to the page box.">
<style type="text/css">
@page {
@page {
margin: 0.5in;
}
html, body {background: #ccc;}

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.">
<style type="text/css">
@page {
@page {
margin-top: 50%;
margin-right: 50%;
}

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="A margin declaration within the @page context applies to the page box.">
<style type="text/css">
@page {
@page {
margin-bottom: 50%;
margin-left: 50%;
}

View file

@ -10,7 +10,7 @@
<meta name="assert" content="A margin declaration within the @page context applies to the page box.">
<meta name="assert" content="A margin expressed in ems uses the page context's font.">
<style type="text/css">
@page {
@page {
font-size: 18pt;
margin: 2em;
}

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="The 'width' and 'height' properties do not apply to a page box.">
<style type="text/css">
@page {
@page {
width: 1in;
height: 1in;
border: 2pt solid black;

View file

@ -37,7 +37,7 @@
Ths text on page three is entirely on the right half of the page.
</p>
<p>
This text on page four begins near the left edge of the page.
This text on page four begins near the left edge of the page.
</p>
</body>
</html>

View file

@ -34,10 +34,10 @@
This text on page two is also entirely on the right half of the page.
</p>
<p>
This text on page three begins near the left edge of the page.
This text on page three begins near the left edge of the page.
</p>
<p>
This text on page four is entirely on the right half of the page.
This text on page four is entirely on the right half of the page.
</p>
</body>
</html>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="The right and left pages of a document may use differing margin styles that yield equivalent page area heights.">
<style type="text/css">
@page :right {
margin-left: 33%;
margin-right: 7%;
@ -30,7 +30,7 @@
padding: 1%;
page-break-after: always;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="The right and left pages of a document may use differing margin styles that yield different page area heights.">
<style type="text/css">
@page :right {
margin-bottom: 66%;
}
@ -30,7 +30,7 @@
bottom: 0;
width: 100%;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="In CSS 2.1, page selectors may designate the first page, all left pages, or all right pages.">
<style type="text/css">
@page :first {
margin-top: 50%;
}
@ -21,12 +21,12 @@
div {
page-break-after: always;
}
</style>
</head>
<body>
<div>
This test produces 5 pages on paged media. On this first page, all content is
This test produces 5 pages on paged media. On this first page, all content is
within the bottom right quadrant of the page.
</div>
<div>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="Properties specified in a :left or :right @page rule override those specified in an @page rule that has no pseudo-class specified.">
<style type="text/css">
@page {
margin: 15%;
}
@ -23,7 +23,7 @@
border: medium solid blue;
padding: 10px;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="Properties specified in a :first @page context override those specified in :right @page contexts.">
<style type="text/css">
@page :first {
margin: 15% 50% 7% 7%;
}
@ -19,7 +19,7 @@
div {
page-break-after: always;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged">
<meta name="assert" content="Properties specified in a :first @page rule override those specified in an @page rule with no pseudo-class specified.">
<style type="text/css">
@page {
margin: 7%;
margin-right: 2in;
@ -22,7 +22,7 @@
border-right: medium orange solid;
padding: .5em;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="assert" content="The computed value of the 'size' property is its specified value.">
<meta name="assert" content="If the page box is smaller than the page size the user agent SHOULD either center the page box on the sheet or position the page box in the upper left corner of the page sheet.">
<style type="text/css">
@page {
@page {
margin: 0.5in;
border: 2pt solid black;
size: 3in 3in;

View file

@ -9,48 +9,48 @@ html/allowed-page-breaks-001b.htm 1db03d3621d5c5c56764cbb8b05663263c4f89d7 ?
xhtml1/allowed-page-breaks-001b.xht 1db03d3621d5c5c56764cbb8b05663263c4f89d7 ?
html/allowed-page-breaks-001c.htm 741c3587239beb6afb1a3193e880a1725d104d72 ?
xhtml1/allowed-page-breaks-001c.xht 741c3587239beb6afb1a3193e880a1725d104d72 ?
html/at-page-rule-002-a.htm 289e15dd0ad1b2e798302b4a25f28260f167d2e7 ?
xhtml1/at-page-rule-002-a.xht 289e15dd0ad1b2e798302b4a25f28260f167d2e7 ?
html/at-page-rule-002-b.htm 8563c04d9a46f9b8baf5e16fa5ecbcd44ec56fdb ?
xhtml1/at-page-rule-002-b.xht 8563c04d9a46f9b8baf5e16fa5ecbcd44ec56fdb ?
html/at-page-rule-002-c.htm 55b83934557facf65114c80b08dd01a2c275d713 ?
xhtml1/at-page-rule-002-c.xht 55b83934557facf65114c80b08dd01a2c275d713 ?
html/at-page-rule-002-a.htm 10b70feef35eb68e47857e6797e121a5619e7137 ?
xhtml1/at-page-rule-002-a.xht 10b70feef35eb68e47857e6797e121a5619e7137 ?
html/at-page-rule-002-b.htm 3e4a6c32be55f968c74d2736ab3108884a62d3eb ?
xhtml1/at-page-rule-002-b.xht 3e4a6c32be55f968c74d2736ab3108884a62d3eb ?
html/at-page-rule-002-c.htm f4f202b3a957046a13c808f6c1bdbf73ad77dc93 ?
xhtml1/at-page-rule-002-c.xht f4f202b3a957046a13c808f6c1bdbf73ad77dc93 ?
html/orphans-001.htm 953c3caed0530e4dd244c8aa05a41bd4a701f1ea ?
xhtml1/orphans-001.xht 953c3caed0530e4dd244c8aa05a41bd4a701f1ea ?
html/orphans-004a.htm 83d8f27c63eddf8177a826bb987ce4138315c536 ?
xhtml1/orphans-004a.xht 83d8f27c63eddf8177a826bb987ce4138315c536 ?
html/orphans-004b.htm 4408d84ccb38ee1fd45286483d7aea854c131371 ?
xhtml1/orphans-004b.xht 4408d84ccb38ee1fd45286483d7aea854c131371 ?
html/page-background-000.htm 5dd67d3c55f6129fd276cac9a12d887564cdcb34 ?
xhtml1/page-background-000.xht 5dd67d3c55f6129fd276cac9a12d887564cdcb34 ?
html/page-borders-000.htm c48e961d6b70a270980dfb8561b577749beabe76 ?
xhtml1/page-borders-000.xht c48e961d6b70a270980dfb8561b577749beabe76 ?
html/page-box-000.htm 51885de547b337a82c0b2e78f7d209497d85f973 ?
xhtml1/page-box-000.xht 51885de547b337a82c0b2e78f7d209497d85f973 ?
html/page-background-000.htm e8eb799d8ca88c175ae36b0c64439d37b9ca3cb2 ?
xhtml1/page-background-000.xht e8eb799d8ca88c175ae36b0c64439d37b9ca3cb2 ?
html/page-borders-000.htm b42cd923f3d938ee3c75cb789adb895fee50725f ?
xhtml1/page-borders-000.xht b42cd923f3d938ee3c75cb789adb895fee50725f ?
html/page-box-000.htm ea7588a60d94dcd836bac35b25262e08f16591e4 ?
xhtml1/page-box-000.xht ea7588a60d94dcd836bac35b25262e08f16591e4 ?
html/page-break-after-002.htm 63b9550470e265c2a44cc7c185743939e895fb79 ?
xhtml1/page-break-after-002.xht 63b9550470e265c2a44cc7c185743939e895fb79 ?
html/page-break-after-005.htm 1a04eaf8772a5ee4da632459d3c90ec2fd0014db ?
xhtml1/page-break-after-005.xht 1a04eaf8772a5ee4da632459d3c90ec2fd0014db ?
html/page-break-after-005.htm af1bf08a0a34cc06a8a075731d0592799b83c409 ?
xhtml1/page-break-after-005.xht af1bf08a0a34cc06a8a075731d0592799b83c409 ?
html/page-break-after-006.htm e74554ec72167edc6583e3b60ca83437b7a6c12c ?
xhtml1/page-break-after-006.xht e74554ec72167edc6583e3b60ca83437b7a6c12c ?
html/page-break-after-007.htm 7ccf695dea1e71f9fa18b3f7903435117be04fbc ?
xhtml1/page-break-after-007.xht 7ccf695dea1e71f9fa18b3f7903435117be04fbc ?
html/page-break-after-008.htm 20eae7f8e023cbe1d0fefe05e0f639eed0d3133b ?
xhtml1/page-break-after-008.xht 20eae7f8e023cbe1d0fefe05e0f639eed0d3133b ?
html/page-break-after-008.htm 116910302a39c98a5e1d0dfb7705cfe9d5ce0ba8 ?
xhtml1/page-break-after-008.xht 116910302a39c98a5e1d0dfb7705cfe9d5ce0ba8 ?
html/page-break-after-009.htm 741c09bf019e30dc895b57ac1c9b782a605d0f6d ?
xhtml1/page-break-after-009.xht 741c09bf019e30dc895b57ac1c9b782a605d0f6d ?
html/page-break-after-010.htm fbc19db479c8fbc9109d67de7f5c4be2d5de4d2a ?
xhtml1/page-break-after-010.xht fbc19db479c8fbc9109d67de7f5c4be2d5de4d2a ?
html/page-break-after-010.htm 354f33a34eacff182a10fe513863d9aa1dd2eef7 ?
xhtml1/page-break-after-010.xht 354f33a34eacff182a10fe513863d9aa1dd2eef7 ?
html/page-break-before-000.htm c6e20825bb4f95a94aa60a4a5252a59af9f09230 ?
xhtml1/page-break-before-000.xht c6e20825bb4f95a94aa60a4a5252a59af9f09230 ?
html/page-break-before-003.htm 38c25fb57ad4d983885501bbb4bf40d615404e1c ?
xhtml1/page-break-before-003.xht 38c25fb57ad4d983885501bbb4bf40d615404e1c ?
html/page-break-before-004.htm 58cc9bead9d74e61e7fe765baa7b749a8941414b ?
xhtml1/page-break-before-004.xht 58cc9bead9d74e61e7fe765baa7b749a8941414b ?
html/page-break-before-004.htm ca8b8ab9b2f0253ba51d3543b70745072b1d1289 ?
xhtml1/page-break-before-004.xht ca8b8ab9b2f0253ba51d3543b70745072b1d1289 ?
html/page-break-before-005.htm 1a2cf3dd8a0faad885f3794788b69b278c411134 ?
xhtml1/page-break-before-005.xht 1a2cf3dd8a0faad885f3794788b69b278c411134 ?
html/page-break-before-006.htm e6410d269f531904b4097ebb348466852779af67 ?
xhtml1/page-break-before-006.xht e6410d269f531904b4097ebb348466852779af67 ?
html/page-break-before-006.htm 594cd2b710afed2e5b2c9d2e2169bfd1fcaa5667 ?
xhtml1/page-break-before-006.xht 594cd2b710afed2e5b2c9d2e2169bfd1fcaa5667 ?
html/page-break-before-007-b.htm 00ce03b2774821002cc62f69c89712250673ac4d ?
xhtml1/page-break-before-007-b.xht 00ce03b2774821002cc62f69c89712250673ac4d ?
html/page-break-before-007.htm 3feef62b2cfdcf645f288dd08acbec285a0178fb ?
@ -61,78 +61,78 @@ html/page-break-before-009.htm 0e5c562ccbeae4e0b60bd0072f6bedbcf2b47b3b ?
xhtml1/page-break-before-009.xht 0e5c562ccbeae4e0b60bd0072f6bedbcf2b47b3b ?
html/page-break-before-010.htm 9d611ae9cc85acfc8abdad6f14e27a8237c70801 ?
xhtml1/page-break-before-010.xht 9d611ae9cc85acfc8abdad6f14e27a8237c70801 ?
html/page-break-before-011.htm 16271457ff607e28b5db96c6cd66738a1e64f883 ?
xhtml1/page-break-before-011.xht 16271457ff607e28b5db96c6cd66738a1e64f883 ?
html/page-break-before-020.htm 0b68391c6503731277009ed532ccd93fb6230e5a ?
xhtml1/page-break-before-020.xht 0b68391c6503731277009ed532ccd93fb6230e5a ?
html/page-break-inside-001.htm 4883142adb3ef2ae5b1370d66eb71f3abbb9e5b6 ?
xhtml1/page-break-inside-001.xht 4883142adb3ef2ae5b1370d66eb71f3abbb9e5b6 ?
html/page-break-inside-004.htm a5aed59b82b590bd6545332daa3766c6bf5f8fbf ?
xhtml1/page-break-inside-004.xht a5aed59b82b590bd6545332daa3766c6bf5f8fbf ?
html/page-break-margins-003.htm 6eda07acbe095cc1d25cf5ccdea6aec72037d539 ?
xhtml1/page-break-margins-003.xht 6eda07acbe095cc1d25cf5ccdea6aec72037d539 ?
html/page-break-margins-004.htm 36c884e04092a565b5bd3c7cf19bfa1f7d4cb6f7 ?
xhtml1/page-break-margins-004.xht 36c884e04092a565b5bd3c7cf19bfa1f7d4cb6f7 ?
html/page-breaks-100.htm a4779a19e9a02180af1eed42b647b95454cc4cad ?
xhtml1/page-breaks-100.xht a4779a19e9a02180af1eed42b647b95454cc4cad ?
html/page-breaks-101.htm a2e18b486692cca0808910db3a87014066bb1715 ?
xhtml1/page-breaks-101.xht a2e18b486692cca0808910db3a87014066bb1715 ?
html/page-break-before-011.htm a929efa65588246734ccd79cc48bd09ca8b98e43 ?
xhtml1/page-break-before-011.xht a929efa65588246734ccd79cc48bd09ca8b98e43 ?
html/page-break-before-020.htm 08473cf34b1e81c8fd9d03ce9edaabd2661d5c0f ?
xhtml1/page-break-before-020.xht 08473cf34b1e81c8fd9d03ce9edaabd2661d5c0f ?
html/page-break-inside-001.htm bd9f79b4cfe9fdfbd0e9b7a887f3f952e52656ba ?
xhtml1/page-break-inside-001.xht bd9f79b4cfe9fdfbd0e9b7a887f3f952e52656ba ?
html/page-break-inside-004.htm be8c68a1670716dfd52ff03ba23d9d600cb4b303 ?
xhtml1/page-break-inside-004.xht be8c68a1670716dfd52ff03ba23d9d600cb4b303 ?
html/page-break-margins-003.htm de2961ce661e01ac027079a5b1320cd89e759a5c ?
xhtml1/page-break-margins-003.xht de2961ce661e01ac027079a5b1320cd89e759a5c ?
html/page-break-margins-004.htm c7367d7799a3d896b0f90314bae23c4889cf4825 ?
xhtml1/page-break-margins-004.xht c7367d7799a3d896b0f90314bae23c4889cf4825 ?
html/page-breaks-100.htm 2cbd0e23b508ef240a83d788049683494a5c72f5 ?
xhtml1/page-breaks-100.xht 2cbd0e23b508ef240a83d788049683494a5c72f5 ?
html/page-breaks-101.htm a0f746634084d801288455e9474d6b9a464edb3d ?
xhtml1/page-breaks-101.xht a0f746634084d801288455e9474d6b9a464edb3d ?
html/page-container-000.htm d5298d0a06bf98afd48bba6e4df1e56bd2c3a999 ?
xhtml1/page-container-000.xht d5298d0a06bf98afd48bba6e4df1e56bd2c3a999 ?
html/page-container-001.htm 7a8359f5db63c017ccc3763efd719113c8da0d84 ?
xhtml1/page-container-001.xht 7a8359f5db63c017ccc3763efd719113c8da0d84 ?
html/page-container-002.htm ec7a5a78b1a532debc1f959423b5eed0b0705643 ?
xhtml1/page-container-002.xht ec7a5a78b1a532debc1f959423b5eed0b0705643 ?
html/page-container-003.htm 8d4d4d64d497546c6ee31a3d663078ff795c533c ?
xhtml1/page-container-003.xht 8d4d4d64d497546c6ee31a3d663078ff795c533c ?
html/page-container-004.htm 916ae2c5bc6ae391a5dccc376b28dfa68c449c7f ?
xhtml1/page-container-004.xht 916ae2c5bc6ae391a5dccc376b28dfa68c449c7f ?
html/page-container-005.htm 758c2a3123c85e08619ca5f625dcf1c676c1a5be ?
xhtml1/page-container-005.xht 758c2a3123c85e08619ca5f625dcf1c676c1a5be ?
html/page-container-006.htm d1c3a6ea2a6f5b629d368fcad2a8869ccac7433b ?
xhtml1/page-container-006.xht d1c3a6ea2a6f5b629d368fcad2a8869ccac7433b ?
html/page-container-008.htm e8bbccc4565c036aba6b927c5b31c69e88645a93 ?
xhtml1/page-container-008.xht e8bbccc4565c036aba6b927c5b31c69e88645a93 ?
html/page-container-009.htm 9da37a4c25421d668ca339c98319554d2afaa42a ?
xhtml1/page-container-009.xht 9da37a4c25421d668ca339c98319554d2afaa42a ?
html/page-container-010.htm 84badaa974fadd5a74622e993ec856487f569def ?
xhtml1/page-container-010.xht 84badaa974fadd5a74622e993ec856487f569def ?
html/page-container-001.htm f04d58ed02e218d0910e31d16a858c26fab0a71d ?
xhtml1/page-container-001.xht f04d58ed02e218d0910e31d16a858c26fab0a71d ?
html/page-container-002.htm 14a52bcd600232b1e4343e47b8142e08aa5ead2c ?
xhtml1/page-container-002.xht 14a52bcd600232b1e4343e47b8142e08aa5ead2c ?
html/page-container-003.htm 4dbc5404c51c9c9988ed2dd19ee2c831e75ca1d4 ?
xhtml1/page-container-003.xht 4dbc5404c51c9c9988ed2dd19ee2c831e75ca1d4 ?
html/page-container-004.htm e003ebb3a0835a21b7cce2ed543d2785ed89e26e ?
xhtml1/page-container-004.xht e003ebb3a0835a21b7cce2ed543d2785ed89e26e ?
html/page-container-005.htm fd5daa8b08b2316e3afac2c8c2a913198a48645d ?
xhtml1/page-container-005.xht fd5daa8b08b2316e3afac2c8c2a913198a48645d ?
html/page-container-006.htm a469289c5f8805f7dba5877b82697ea60886589e ?
xhtml1/page-container-006.xht a469289c5f8805f7dba5877b82697ea60886589e ?
html/page-container-008.htm 3436a4557ca2bfa03094825688ccc5b830bd4805 ?
xhtml1/page-container-008.xht 3436a4557ca2bfa03094825688ccc5b830bd4805 ?
html/page-container-009.htm e8ebc983068e33a13dcae75e5ad27bc799d08d2c ?
xhtml1/page-container-009.xht e8ebc983068e33a13dcae75e5ad27bc799d08d2c ?
html/page-container-010.htm 6ae1cfaa2afdfb731b4513a4eac7e06cfbdfff9e ?
xhtml1/page-container-010.xht 6ae1cfaa2afdfb731b4513a4eac7e06cfbdfff9e ?
html/page-counters-000.htm b4c2ab7122cc4e5c901f5db6e478877fb0677812 ?
xhtml1/page-counters-000.xht b4c2ab7122cc4e5c901f5db6e478877fb0677812 ?
html/page-grammar-001.htm 50fe56e87160b18a37f87f94b78ed38a21535a31 ?
xhtml1/page-grammar-001.xht 50fe56e87160b18a37f87f94b78ed38a21535a31 ?
html/page-grammar-002.htm 28648364a4c632b4fce2f7736e453c720133754e ?
xhtml1/page-grammar-002.xht 28648364a4c632b4fce2f7736e453c720133754e ?
html/page-margin-000.htm 3f3a0d8c5fdd09c42565e3ee97a887eae7f1a22a ?
xhtml1/page-margin-000.xht 3f3a0d8c5fdd09c42565e3ee97a887eae7f1a22a ?
html/page-margin-001.htm 91069f274c9cfee882bdc257114b67ade8f141cf ?
xhtml1/page-margin-001.xht 91069f274c9cfee882bdc257114b67ade8f141cf ?
html/page-margin-002.htm b3af3c79091e314f126850729d3c5c305fe8fa41 ?
xhtml1/page-margin-002.xht b3af3c79091e314f126850729d3c5c305fe8fa41 ?
html/page-margin-003.htm 276e53eabeb6b1be93ae55121d67ab755beb23be ?
xhtml1/page-margin-003.xht 276e53eabeb6b1be93ae55121d67ab755beb23be ?
html/page-margin-000.htm 1f88ee31a8224d2a778ac900a06837c0e129a4c1 ?
xhtml1/page-margin-000.xht 1f88ee31a8224d2a778ac900a06837c0e129a4c1 ?
html/page-margin-001.htm 93f23ee2444d1c542e209a54936dd441e89f62f7 ?
xhtml1/page-margin-001.xht 93f23ee2444d1c542e209a54936dd441e89f62f7 ?
html/page-margin-002.htm 6c9f5e0732ab4241b61b9d31f74863d014469684 ?
xhtml1/page-margin-002.xht 6c9f5e0732ab4241b61b9d31f74863d014469684 ?
html/page-margin-003.htm 6bbefa99c1f01f931b159e169bd41e3cea5e535c ?
xhtml1/page-margin-003.xht 6bbefa99c1f01f931b159e169bd41e3cea5e535c ?
html/page-name-000.htm 1c3dce4994b68ba0b3ddb1d52bb6a5e5599a73f9 ?
xhtml1/page-name-000.xht 1c3dce4994b68ba0b3ddb1d52bb6a5e5599a73f9 ?
html/page-properties-000.htm 8f3618e4c6f8e1753453781fedbb96024df25116 ?
xhtml1/page-properties-000.xht 8f3618e4c6f8e1753453781fedbb96024df25116 ?
html/page-props-100-a.htm 593260616a8e3a6abf4e0e03700762a155f2000c ?
xhtml1/page-props-100-a.xht 593260616a8e3a6abf4e0e03700762a155f2000c ?
html/page-props-100-b.htm 838829260c173c5e92eadf3e210e805e7cf87096 ?
xhtml1/page-props-100-b.xht 838829260c173c5e92eadf3e210e805e7cf87096 ?
html/page-props-101.htm 7005435a9d394b5d8b45f42086070b2d672a54c9 ?
xhtml1/page-props-101.xht 7005435a9d394b5d8b45f42086070b2d672a54c9 ?
html/page-props-103.htm 4c3efee76a6c8457f2c8bb2b9d81a66776e012bc ?
xhtml1/page-props-103.xht 4c3efee76a6c8457f2c8bb2b9d81a66776e012bc ?
html/page-properties-000.htm 617932674bc51c38ba8cc772aca713162c8af921 ?
xhtml1/page-properties-000.xht 617932674bc51c38ba8cc772aca713162c8af921 ?
html/page-props-100-a.htm 547f3851d0e1cc89b1104cd5042806901c0c6866 ?
xhtml1/page-props-100-a.xht 547f3851d0e1cc89b1104cd5042806901c0c6866 ?
html/page-props-100-b.htm c30e8678bb6be3242b6ac9e1f614dae6695d1dc2 ?
xhtml1/page-props-100-b.xht c30e8678bb6be3242b6ac9e1f614dae6695d1dc2 ?
html/page-props-101.htm e15be7a7412ba4b9d17c8e4e0253312e6826cd04 ?
xhtml1/page-props-101.xht e15be7a7412ba4b9d17c8e4e0253312e6826cd04 ?
html/page-props-103.htm 0b03e394c354792c5cd71ffea09e207c90a5acfc ?
xhtml1/page-props-103.xht 0b03e394c354792c5cd71ffea09e207c90a5acfc ?
html/page-selectors-001.htm 05c137a449d7d34a421d9fa66f2dfe980709797c ?
xhtml1/page-selectors-001.xht 05c137a449d7d34a421d9fa66f2dfe980709797c ?
html/page-selectors-002.htm d09ca33c13e30983772e405e791712689de6f270 ?
xhtml1/page-selectors-002.xht d09ca33c13e30983772e405e791712689de6f270 ?
html/page-selectors-003.htm 2bfef1b4a541440e6b37f66430000763f64f81d9 ?
xhtml1/page-selectors-003.xht 2bfef1b4a541440e6b37f66430000763f64f81d9 ?
html/page-selectors-004.htm f891ace4d89107be53733960b9977a18aa485216 ?
xhtml1/page-selectors-004.xht f891ace4d89107be53733960b9977a18aa485216 ?
html/page-selectors-006.htm 697227ba2400aaeb6372426c350e26f181fd8cab ?
xhtml1/page-selectors-006.xht 697227ba2400aaeb6372426c350e26f181fd8cab ?
html/page-selectors-002.htm 9844aecae7173bf4bc235cee7b7d8dc792c30c8d ?
xhtml1/page-selectors-002.xht 9844aecae7173bf4bc235cee7b7d8dc792c30c8d ?
html/page-selectors-003.htm 6c2c9a3fa406b8aa47d34c9c9c8b56aec788b57b ?
xhtml1/page-selectors-003.xht 6c2c9a3fa406b8aa47d34c9c9c8b56aec788b57b ?
html/page-selectors-004.htm 1e082467fc4b57b9610da43bc1f48b7308369879 ?
xhtml1/page-selectors-004.xht 1e082467fc4b57b9610da43bc1f48b7308369879 ?
html/page-selectors-006.htm f441e4b2791c40053c4cc19f590fade1bdcddbdf ?
xhtml1/page-selectors-006.xht f441e4b2791c40053c4cc19f590fade1bdcddbdf ?
html/page-size-000.htm 1632601680a41123d8ebefc1f5f9f028dc2910e7 ?
xhtml1/page-size-000.xht 1632601680a41123d8ebefc1f5f9f028dc2910e7 ?
html/page-size-001.htm d89cb81ad0ec55dd09ffdd92d1536ddaae36524c ?
@ -153,8 +153,8 @@ html/page-size-008.htm 9753a49dff07c655a76f4b671bcbbb975171bc91 ?
xhtml1/page-size-008.xht 9753a49dff07c655a76f4b671bcbbb975171bc91 ?
html/page-size-009.htm 7c51b9c99c2ee347e3f6474e531c4052c594cf33 ?
xhtml1/page-size-009.xht 7c51b9c99c2ee347e3f6474e531c4052c594cf33 ?
html/page-size-010.htm 0f399b2ff34685e3ec43c9a59dfbe4a25cd86643 ?
xhtml1/page-size-010.xht 0f399b2ff34685e3ec43c9a59dfbe4a25cd86643 ?
html/page-size-010.htm 2e3dc0f95a03387a5a7ec533d494cd293f6c81da ?
xhtml1/page-size-010.xht 2e3dc0f95a03387a5a7ec533d494cd293f6c81da ?
html/widows-004a.htm e8baa84f39c574ac61621abe42d0a80dfae3bc6f ?
xhtml1/widows-004a.xht e8baa84f39c574ac61621abe42d0a80dfae3bc6f ?
html/widows-004b.htm 5e8e9d11957d84445d8214927de05f43fa55c47a ?

View file

@ -2,68 +2,68 @@ id references title flags links revision credits assertion
allowed-page-breaks-001a allowed page breaks between blocks paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk feda1d046e5c91d8b2871484f71e5f677a97d1fc `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unforced breaking in the vertical margin between sibling block boxes is allowed only if the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin are 'auto' and the common ancestors of all the elements do not have a 'page-break-inside' value of 'avoid'.
allowed-page-breaks-001b allowed page breaks between table rows may,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 1db03d3621d5c5c56764cbb8b05663263c4f89d7 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unforced breaking in the vertical margin between sibling table rows is allowed only if the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin are 'auto' and the common ancestors of all the elements do not have a 'page-break-inside' value of 'avoid'.
allowed-page-breaks-001c allowed page breaks between blocks within table cells may,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 741c3587239beb6afb1a3193e880a1725d104d72 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unforced breaking in the vertical margin between sibling block boxes is allowed only if the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin are 'auto' and the common ancestors of all the elements do not have a 'page-break-inside' value of 'avoid'.
at-page-rule-002-a @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 289e15dd0ad1b2e798302b4a25f28260f167d2e7 `Tom Clancy`<mailto:tclancy@revenution.com> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
at-page-rule-002-b @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 8563c04d9a46f9b8baf5e16fa5ecbcd44ec56fdb `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box.
at-page-rule-002-c Page Margins: bottom and left (percent) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 55b83934557facf65114c80b08dd01a2c275d713 `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box. Percentage values on right and left margins are relative to the page box width. Percentage values on top and bottom margins are relative to the page box height.
at-page-rule-002-a @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 10b70feef35eb68e47857e6797e121a5619e7137 `Tom Clancy`<mailto:tclancy@revenution.com> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
at-page-rule-002-b @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 3e4a6c32be55f968c74d2736ab3108884a62d3eb `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box.
at-page-rule-002-c Page Margins: bottom and left (percent) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule f4f202b3a957046a13c808f6c1bdbf73ad77dc93 `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box. Percentage values on right and left margins are relative to the page box width. Percentage values on top and bottom margins are relative to the page box height.
orphans-001 breaks inside elements: orphans initial value paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 953c3caed0530e4dd244c8aa05a41bd4a701f1ea `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The initial value of the 'orphans' property is 2.
orphans-004a orphans property syntax - integer invalid,paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 83d8f27c63eddf8177a826bb987ce4138315c536 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The syntax of the 'orphans' property is integer.
orphans-004b orphans property syntax - one invalid,paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 4408d84ccb38ee1fd45286483d7aea854c131371 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'orphans' property accepts the integer one.
page-background-000 Page Box Background Coverage paged http://www.w3.org/TR/css3-page/#page-properties 5dd67d3c55f6129fd276cac9a12d887564cdcb34 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The page background covers the entire page box, including the page margins.
page-borders-000 @page border shorthand (absolute units) paged http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule c48e961d6b70a270980dfb8561b577749beabe76 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A border declaration within the @page context applies to the page box.
page-box-000 Page bleed paged,should http://www.w3.org/TR/CSS21/page.html#outside-page-box,http://www.w3.org/TR/css3-page/#content-outside-box 51885de547b337a82c0b2e78f7d209497d85f973 `Melinda Grant`<mailto:melinda.grant@hp.com> Content should be allowed slightly beyond the page box to allow pages to 'bleed'.
page-background-000 Page Box Background Coverage paged http://www.w3.org/TR/css3-page/#page-properties e8eb799d8ca88c175ae36b0c64439d37b9ca3cb2 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The page background covers the entire page box, including the page margins.
page-borders-000 @page border shorthand (absolute units) paged http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule b42cd923f3d938ee3c75cb789adb895fee50725f `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A border declaration within the @page context applies to the page box.
page-box-000 Page bleed paged,should http://www.w3.org/TR/CSS21/page.html#outside-page-box,http://www.w3.org/TR/css3-page/#content-outside-box ea7588a60d94dcd836bac35b25262e08f16591e4 `Melinda Grant`<mailto:melinda.grant@hp.com> Content should be allowed slightly beyond the page box to allow pages to 'bleed'.
page-break-after-002 page-break-after applies to blocks paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 63b9550470e265c2a44cc7c185743939e895fb79 `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-after' property must be applied to block-level elements and may be applied to other elements.
page-break-after-005 page-break-after: initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 1a04eaf8772a5ee4da632459d3c90ec2fd0014db `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-after' property is 'auto'.
page-break-after-005 page-break-after: initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after af1bf08a0a34cc06a8a075731d0592799b83c409 `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-after' property is 'auto'.
page-break-after-006 page-break-after applies to paged media http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after e74554ec72167edc6583e3b60ca83437b7a6c12c `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-after' property applies to paged media only
page-break-after-007 page-break-after: auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 7ccf695dea1e71f9fa18b3f7903435117be04fbc `Melinda Grant`<mailto:melinda.grant@hp.com> The 'auto' value of the 'page-break-after' property neither forces nor forbids a page break after the box.
page-break-after-008 page-break-after: right paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 20eae7f8e023cbe1d0fefe05e0f639eed0d3133b `Tom Clancy`<mailto:tclancy@revenution.com> The 'right' value of the 'page-break-after' property forces one or two page breaks before the box so that the page after the break is formatted as a right page
page-break-after-008 page-break-after: right paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 116910302a39c98a5e1d0dfb7705cfe9d5ce0ba8 `Tom Clancy`<mailto:tclancy@revenution.com> The 'right' value of the 'page-break-after' property forces one or two page breaks before the box so that the page after the break is formatted as a right page
page-break-after-009 page-break-after: avoid paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 741c09bf019e30dc895b57ac1c9b782a605d0f6d `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-after' property inhibits a page break after the element when possible.
page-break-after-010 page-break-after: left paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after fbc19db479c8fbc9109d67de7f5c4be2d5de4d2a `Tom Clancy`<mailto:tclancy@revenution.com> The 'left' value of the 'page-break-after' property forces one or two page breaks before the box so that the page after the break is formatted as a left page
page-break-after-010 page-break-after: left paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 354f33a34eacff182a10fe513863d9aa1dd2eef7 `Tom Clancy`<mailto:tclancy@revenution.com> The 'left' value of the 'page-break-after' property forces one or two page breaks before the box so that the page after the break is formatted as a left page
page-break-before-000 page-break-before: always paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after c6e20825bb4f95a94aa60a4a5252a59af9f09230 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'always' value of the 'page-break-before' property forces a page break before the box.
page-break-before-003 page-break-before: left paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 38c25fb57ad4d983885501bbb4bf40d615404e1c `Tom Clancy`<mailto:tclancy@revenution.com> - The 'left' value of the 'page-break-before' property forces one or two page breaks before the box so that the page after the break is formatted as a left page.
page-break-before-004 page-break-before (no inherit) paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 58cc9bead9d74e61e7fe765baa7b749a8941414b `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-before' property is not inherited.
page-break-before-004 page-break-before (no inherit) paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after ca8b8ab9b2f0253ba51d3543b70745072b1d1289 `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-before' property is not inherited.
page-break-before-005 page-break-before: right paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 1a2cf3dd8a0faad885f3794788b69b278c411134 `Tom Clancy`<mailto:tclancy@revenution.com> - The 'right' value of the 'page-break-before' property forces one or two page breaks before the box so that the page after the break is formatted as a right page.
page-break-before-006 page-break-before (invalid syntax) invalid,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after e6410d269f531904b4097ebb348466852779af67 `Tom Clancy`<mailto:tclancy@revenution.com> The syntax of the 'page-break-before' property is auto | always | avoid | left | right.
page-break-before-006 page-break-before (invalid syntax) invalid,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 594cd2b710afed2e5b2c9d2e2169bfd1fcaa5667 `Tom Clancy`<mailto:tclancy@revenution.com> The syntax of the 'page-break-before' property is auto | always | avoid | left | right.
page-break-before-007 page-break-before initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 3feef62b2cfdcf645f288dd08acbec285a0178fb `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto', which neither forces nor forbids a page break before boxes.
page-break-before-007-b page-break-before explicit auto test paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 00ce03b2774821002cc62f69c89712250673ac4d `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto'.
page-break-before-008 page-break-before paged media paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 0125085a8bdf74587cbfed9bad64bc0cc10cc386 `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-before' property applies to paged media only
page-break-before-009 page-break-before avoid paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 0e5c562ccbeae4e0b60bd0072f6bedbcf2b47b3b `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-before' property prevents a page break before the element when possible
page-break-before-010 page-break-before :auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 9d611ae9cc85acfc8abdad6f14e27a8237c70801 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'auto' value of the 'page-break-before' property neither forces nor forbids a page break before the box.
page-break-before-011 page-break-before initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 16271457ff607e28b5db96c6cd66738a1e64f883 `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto', which neither forces nor forbids a page break before boxes.
page-break-before-020 Paged media - page-break-before on floats paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 0b68391c6503731277009ed532ccd93fb6230e5a `Melinda Grant`<mailto:melinda.grant@hp.com> The 'page-break-before' property applies to floated block-level elements in normal flow.
page-break-inside-001 page-break-inside: avoid (basic) paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 4883142adb3ef2ae5b1370d66eb71f3abbb9e5b6 `Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-inside' property causes the UA to avoid breaking inside the element.
page-break-inside-004 @page page-break-inside:auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after a5aed59b82b590bd6545332daa3766c6bf5f8fbf `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-inside' property is 'auto'.
page-break-margins-003 page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 6eda07acbe095cc1d25cf5ccdea6aec72037d539 `Melinda Grant`<mailto:melinda.grant@hp.com> When a page break occurs in the vertical margin between sibling block boxes, the used values of the adjoining 'margin-bottom' and 'margin-top' properties are set to '0'.
page-break-margins-004 page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 36c884e04092a565b5bd3c7cf19bfa1f7d4cb6f7 `Melinda Grant`<mailto:melinda.grant@hp.com> When a page break occurs in the vertical margin between sibling block boxes, the used values of the adjoining 'margin-top' property is set to '0'.
page-breaks-100 Page breaks: clearing bottom margin paged http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks,http://www.w3.org/TR/css3-page/#allowed-pg-brk a4779a19e9a02180af1eed42b647b95454cc4cad `Melinda Grant`<mailto:melinda.grant@hp.com> When an element would span a page break solely to satisfy a descendant's bottom margin, that margin is instead truncated and the element does not span pages.
page-breaks-101 Page Breaks and Bottom Margin (with bg/border) paged http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks,http://www.w3.org/TR/css3-page/#allowed-pg-brk a2e18b486692cca0808910db3a87014066bb1715 `Melinda Grant`<mailto:melinda.grant@hp.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks are not allowed between the last child of a block and its parent.
page-break-before-011 page-break-before initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after a929efa65588246734ccd79cc48bd09ca8b98e43 `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto', which neither forces nor forbids a page break before boxes.
page-break-before-020 Paged media - page-break-before on floats paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 08473cf34b1e81c8fd9d03ce9edaabd2661d5c0f `Melinda Grant`<mailto:melinda.grant@hp.com> The 'page-break-before' property applies to floated block-level elements in normal flow.
page-break-inside-001 page-break-inside: avoid (basic) paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after bd9f79b4cfe9fdfbd0e9b7a887f3f952e52656ba `Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-inside' property causes the UA to avoid breaking inside the element.
page-break-inside-004 @page page-break-inside:auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after be8c68a1670716dfd52ff03ba23d9d600cb4b303 `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-inside' property is 'auto'.
page-break-margins-003 page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk de2961ce661e01ac027079a5b1320cd89e759a5c `Melinda Grant`<mailto:melinda.grant@hp.com> When a page break occurs in the vertical margin between sibling block boxes, the used values of the adjoining 'margin-bottom' and 'margin-top' properties are set to '0'.
page-break-margins-004 page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk c7367d7799a3d896b0f90314bae23c4889cf4825 `Melinda Grant`<mailto:melinda.grant@hp.com> When a page break occurs in the vertical margin between sibling block boxes, the used values of the adjoining 'margin-top' property is set to '0'.
page-breaks-100 Page breaks: clearing bottom margin paged http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks,http://www.w3.org/TR/css3-page/#allowed-pg-brk 2cbd0e23b508ef240a83d788049683494a5c72f5 `Melinda Grant`<mailto:melinda.grant@hp.com> When an element would span a page break solely to satisfy a descendant's bottom margin, that margin is instead truncated and the element does not span pages.
page-breaks-101 Page Breaks and Bottom Margin (with bg/border) paged http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks,http://www.w3.org/TR/css3-page/#allowed-pg-brk a0f746634084d801288455e9474d6b9a464edb3d `Melinda Grant`<mailto:melinda.grant@hp.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks are not allowed between the last child of a block and its parent.
page-container-000 Paged Media root container paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule d5298d0a06bf98afd48bba6e4df1e56bd2c3a999 `Melinda Grant`<mailto:melinda.grant@hp.com> For a single-page document, the containing box for the root element is the page area.
page-container-001 paged media abspos containing block paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule 7a8359f5db63c017ccc3763efd719113c8da0d84 `Melinda Grant`<mailto:melinda.grant@hp.com> For a single-page document, the containing box for positioned content with no positioned ancestor is the page area.
page-container-002 paged media root percent height paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule ec7a5a78b1a532debc1f959423b5eed0b0705643 `Melinda Grant`<mailto:melinda.grant@hp.com> A percentage height on the root element is relative to the page area height.
page-container-003 paged media position fixed paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visuren.html#choose-position,http://www.w3.org/TR/css3-page/#page-box-page-rule 8d4d4d64d497546c6ee31a3d663078ff795c533c `Melinda Grant`<mailto:melinda.grant@hp.com> Elements with 'position: fixed' are positioned relative to the page area and are rendered on every page of the printed document.
page-container-004 Paged Media root container (float) may,paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule 916ae2c5bc6ae391a5dccc376b28dfa68c449c7f `Melinda Grant`<mailto:melinda.grant@hp.com> The root element when floated abuts the left or right edge of the page area.
page-container-005 Paged content image,paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule 758c2a3123c85e08619ca5f625dcf1c676c1a5be `Melinda Grant`<mailto:melinda.grant@hp.com> The page area includes the boxes laid out on that page. The content of the document is flowed into the page area of one or more page sheets.
page-container-006 Paged media - percent on root paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule d1c3a6ea2a6f5b629d368fcad2a8869ccac7433b `Melinda Grant`<mailto:melinda.grant@hp.com> A percentage width on the root element is relative to the page area width.
page-container-008 Paged Media Canvas Background paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/css3-page/#painting e8bbccc4565c036aba6b927c5b31c69e88645a93 `Melinda Grant`<mailto:melinda.grant@hp.com> For documents in the html namespace, a background on 'html' will cover the page area but not the margin area.
page-container-009 Paged Media Body Background paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/css3-page/#painting 9da37a4c25421d668ca339c98319554d2afaa42a `Melinda Grant`<mailto:melinda.grant@hp.com> For documents in the html namespace, a background on 'body' will cover the page area.
page-container-010 Paged Media Height (percent) paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visuren.html#comp-abspos,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule 84badaa974fadd5a74622e993ec856487f569def `Melinda Grant`<mailto:melinda.grant@hp.com> For HTML documents in paged media, when the HTML and BODY elements have heights of 100%, a percentage height on a child of BODY is relative to the page area height.
page-container-001 paged media abspos containing block paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule f04d58ed02e218d0910e31d16a858c26fab0a71d `Melinda Grant`<mailto:melinda.grant@hp.com> For a single-page document, the containing box for positioned content with no positioned ancestor is the page area.
page-container-002 paged media root percent height paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule 14a52bcd600232b1e4343e47b8142e08aa5ead2c `Melinda Grant`<mailto:melinda.grant@hp.com> A percentage height on the root element is relative to the page area height.
page-container-003 paged media position fixed paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visuren.html#choose-position,http://www.w3.org/TR/css3-page/#page-box-page-rule 4dbc5404c51c9c9988ed2dd19ee2c831e75ca1d4 `Melinda Grant`<mailto:melinda.grant@hp.com> Elements with 'position: fixed' are positioned relative to the page area and are rendered on every page of the printed document.
page-container-004 Paged Media root container (float) may,paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule e003ebb3a0835a21b7cce2ed543d2785ed89e26e `Melinda Grant`<mailto:melinda.grant@hp.com> The root element when floated abuts the left or right edge of the page area.
page-container-005 Paged content image,paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule fd5daa8b08b2316e3afac2c8c2a913198a48645d `Melinda Grant`<mailto:melinda.grant@hp.com> The page area includes the boxes laid out on that page. The content of the document is flowed into the page area of one or more page sheets.
page-container-006 Paged media - percent on root paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule a469289c5f8805f7dba5877b82697ea60886589e `Melinda Grant`<mailto:melinda.grant@hp.com> A percentage width on the root element is relative to the page area width.
page-container-008 Paged Media Canvas Background paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/css3-page/#painting 3436a4557ca2bfa03094825688ccc5b830bd4805 `Melinda Grant`<mailto:melinda.grant@hp.com> For documents in the html namespace, a background on 'html' will cover the page area but not the margin area.
page-container-009 Paged Media Body Background paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/css3-page/#painting e8ebc983068e33a13dcae75e5ad27bc799d08d2c `Melinda Grant`<mailto:melinda.grant@hp.com> For documents in the html namespace, a background on 'body' will cover the page area.
page-container-010 Paged Media Height (percent) paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visuren.html#comp-abspos,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule 6ae1cfaa2afdfb731b4513a4eac7e06cfbdfff9e `Melinda Grant`<mailto:melinda.grant@hp.com> For HTML documents in paged media, when the HTML and BODY elements have heights of 100%, a percentage height on a child of BODY is relative to the page area height.
page-counters-000 margin box referencing document counters paged http://www.w3.org/TR/css3-page/#populating-margin-boxes b4c2ab7122cc4e5c901f5db6e478877fb0677812 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The value of the counter at the beginning of page processing must be used by default.
page-grammar-001 @page grammar: white space allowed around pseudo paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/grammar.html#grammar,http://www.w3.org/TR/css3-page/#syntax-page-selector 50fe56e87160b18a37f87f94b78ed38a21535a31 `Melinda Grant`<mailto:melinda.grant@hp.com> White space before and after a pseudo-page selector is allowed.
page-grammar-002 @page grammar: white space not required around pseudo paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/grammar.html#grammar,http://www.w3.org/TR/css3-page/#syntax-page-selector 28648364a4c632b4fce2f7736e453c720133754e `Melinda Grant`<mailto:melinda.grant@hp.com> White space before and after a pseudo-page selector is not required.
page-margin-000 @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 3f3a0d8c5fdd09c42565e3ee97a887eae7f1a22a `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box.
page-margin-001 @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 91069f274c9cfee882bdc257114b67ade8f141cf `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
page-margin-002 @page margins on bottom and left using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule b3af3c79091e314f126850729d3c5c305fe8fa41 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box.
page-margin-003 @page margin shorthand using ems paged http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 276e53eabeb6b1be93ae55121d67ab755beb23be `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box. A margin expressed in ems uses the page context's font.
page-margin-000 @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 1f88ee31a8224d2a778ac900a06837c0e129a4c1 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box.
page-margin-001 @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 93f23ee2444d1c542e209a54936dd441e89f62f7 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
page-margin-002 @page margins on bottom and left using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 6c9f5e0732ab4241b61b9d31f74863d014469684 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box.
page-margin-003 @page margin shorthand using ems paged http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 6bbefa99c1f01f931b159e169bd41e3cea5e535c `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box. A margin expressed in ems uses the page context's font.
page-name-000 Page Selector Grammar - @page auto invalid,paged http://www.w3.org/TR/css3-page/#syntax-page-selector 1c3dce4994b68ba0b3ddb1d52bb6a5e5599a73f9 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/>
page-properties-000 @page width and height paged http://www.w3.org/TR/css3-page/#page-box-page-rule,http://www.w3.org/TR/css3-page/#page-properties 8f3618e4c6f8e1753453781fedbb96024df25116 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'width' and 'height' properties do not apply to a page box.
page-props-100-a Unqualified Page Contexts (first, right) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#at-page-rule 593260616a8e3a6abf4e0e03700762a155f2000c `Melinda Grant`<mailto:melinda.grant@hp.com> A margin declaration within a page context which is not qualified by a pseudo-class (or, for css3, a named page identifier) sets the margins for every page of the document which doesn't match a page context with a :first, :right, or :left pseudoclass (or, for css3, a named page identifier).
page-props-100-b Unqualified Page Contexts (first, left) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#at-page-rule 838829260c173c5e92eadf3e210e805e7cf87096 `Melinda Grant`<mailto:melinda.grant@hp.com> A margin declaration within a page context which is not qualified by a pseudo-class (or, for css3, a named page identifier) sets the margins for every page of the document which doesn't match a page context with a :first, :right, or :left pseudoclass (or, for css3, a named page identifier).
page-props-101 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first 7005435a9d394b5d8b45f42086070b2d672a54c9 `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield equivalent page area heights.
page-props-103 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first 4c3efee76a6c8457f2c8bb2b9d81a66776e012bc `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield different page area heights.
page-properties-000 @page width and height paged http://www.w3.org/TR/css3-page/#page-box-page-rule,http://www.w3.org/TR/css3-page/#page-properties 617932674bc51c38ba8cc772aca713162c8af921 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'width' and 'height' properties do not apply to a page box.
page-props-100-a Unqualified Page Contexts (first, right) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#at-page-rule 547f3851d0e1cc89b1104cd5042806901c0c6866 `Melinda Grant`<mailto:melinda.grant@hp.com> A margin declaration within a page context which is not qualified by a pseudo-class (or, for css3, a named page identifier) sets the margins for every page of the document which doesn't match a page context with a :first, :right, or :left pseudoclass (or, for css3, a named page identifier).
page-props-100-b Unqualified Page Contexts (first, left) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#at-page-rule c30e8678bb6be3242b6ac9e1f614dae6695d1dc2 `Melinda Grant`<mailto:melinda.grant@hp.com> A margin declaration within a page context which is not qualified by a pseudo-class (or, for css3, a named page identifier) sets the margins for every page of the document which doesn't match a page context with a :first, :right, or :left pseudoclass (or, for css3, a named page identifier).
page-props-101 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first e15be7a7412ba4b9d17c8e4e0253312e6826cd04 `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield equivalent page area heights.
page-props-103 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first 0b03e394c354792c5cd71ffea09e207c90a5acfc `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield different page area heights.
page-selectors-001 page selector is optional in @page rules paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#at-page-rule 05c137a449d7d34a421d9fa66f2dfe980709797c `Melinda Grant`<mailto:melinda.grant@hp.com> An @page rule consists of the keyword '@page', followed by an optional page selector, followed by a block of declarations.
page-selectors-002 Page Selectors: first, right, and left pages paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first d09ca33c13e30983772e405e791712689de6f270 `Melinda Grant`<mailto:melinda.grant@hp.com> In CSS 2.1, page selectors may designate the first page, all left pages, or all right pages.
page-selectors-003 Page cascade (right/left) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context 2bfef1b4a541440e6b37f66430000763f64f81d9 `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :left or :right @page rule override those specified in an @page rule that has no pseudo-class specified.
page-selectors-004 Page cascade (first trumps right) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context f891ace4d89107be53733960b9977a18aa485216 `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :first @page context override those specified in :right @page contexts.
page-selectors-006 Page cascade (first trumps no pseudo-class) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context 697227ba2400aaeb6372426c350e26f181fd8cab `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :first @page rule override those specified in an @page rule with no pseudo-class specified.
page-selectors-002 Page Selectors: first, right, and left pages paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first 9844aecae7173bf4bc235cee7b7d8dc792c30c8d `Melinda Grant`<mailto:melinda.grant@hp.com> In CSS 2.1, page selectors may designate the first page, all left pages, or all right pages.
page-selectors-003 Page cascade (right/left) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context 6c2c9a3fa406b8aa47d34c9c9c8b56aec788b57b `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :left or :right @page rule override those specified in an @page rule that has no pseudo-class specified.
page-selectors-004 Page cascade (first trumps right) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context 1e082467fc4b57b9610da43bc1f48b7308369879 `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :first @page context override those specified in :right @page contexts.
page-selectors-006 Page cascade (first trumps no pseudo-class) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context f441e4b2791c40053c4cc19f590fade1bdcddbdf `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :first @page rule override those specified in an @page rule with no pseudo-class specified.
page-size-000 Page Size - landscape paged http://www.w3.org/TR/css3-page/#page-size 1632601680a41123d8ebefc1f5f9f028dc2910e7 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'landscape' value of the 'size' property specifies that the page's content be printed in landscape orientation: the longer sides of the page box are horizontal.
page-size-001 Page Size - portrait paged http://www.w3.org/TR/css3-page/#page-size d89cb81ad0ec55dd09ffdd92d1536ddaae36524c `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'portrait' value of the 'size' property specifies that the page's content be printed in portrait orientation: the shorter sides of the page box are horizontal.
page-size-002 @page size A5 paged http://www.w3.org/TR/css3-page/#page-size-prop 0d5991410e8f5c2f9640b05908e95f57ce6374dc `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'A5' value of the 'size' property specifies that the page box's width be 148mm and its height 210mm.
@ -74,6 +74,6 @@ page-size-006 @page size B4 paged http://www.w3.org/TR/css3-page/#page-size-pro
page-size-007 @page size Letter paged http://www.w3.org/TR/css3-page/#page-size-prop 687f5a2da60b72c7e954f356cf2c4d6d7b6ed719 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'letter' value of the 'size' property specifies that the page box's width be 8.5in and its height 11in.
page-size-008 @page size Legal paged http://www.w3.org/TR/css3-page/#page-size-prop 9753a49dff07c655a76f4b671bcbbb975171bc91 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'legal' value of the 'size' property specifies that the page box's width be 8.5in and its height 14in.
page-size-009 @page size Ledger paged http://www.w3.org/TR/css3-page/#page-size-prop 7c51b9c99c2ee347e3f6474e531c4052c594cf33 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'ledger' value of the 'size' property specifies that the page box's width be 11in and its height 17in.
page-size-010 @page size smaller than paper paged http://www.w3.org/TR/css3-page/#page-size 0f399b2ff34685e3ec43c9a59dfbe4a25cd86643 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The computed value of the 'size' property is its specified value. If the page box is smaller than the page size the user agent SHOULD either center the page box on the sheet or position the page box in the upper left corner of the page sheet.
page-size-010 @page size smaller than paper paged http://www.w3.org/TR/css3-page/#page-size 2e3dc0f95a03387a5a7ec533d494cd293f6c81da `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The computed value of the 'size' property is its specified value. If the page box is smaller than the page size the user agent SHOULD either center the page box on the sheet or position the page box in the upper left corner of the page sheet.
widows-004a widows property syntax - positive integer paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside e8baa84f39c574ac61621abe42d0a80dfae3bc6f `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The syntax of the 'widows' property is positive integer.
widows-004b widows property syntax - one paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 5e8e9d11957d84445d8214927de05f43fa55c47a `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'widows' property accepts the integer one.

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin-top: 50%;
margin-right: 50%;
}

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A margin declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin: 3cm;
}
html, body {background: #ccc;}

View file

@ -11,7 +11,7 @@
<meta name="assert" content="Percentage values on right and left margins are relative to the page box width."/>
<meta name="assert" content="Percentage values on top and bottom margins are relative to the page box height."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin-bottom: 50%;
margin-left: 50%;
}

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The page background covers the entire page box, including the page margins."/>
<style type="text/css">
@page {
@page {
background-color:#ccffcc;
margin:25%;
border: 2pt solid;

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A border declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
border: 1in solid green;
}
]]></style>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged should"/>
<meta name="assert" content="Content should be allowed slightly beyond the page box to allow pages to 'bleed'. "/>
<style type="text/css">
@page {
margin: -1em;
}
@ -19,12 +19,12 @@
div {
padding: 3em;
}
</style>
</head>
<body>
<div>
This test produces one page on paged media. When viewed in a print preview or printed on a printer supporting "full bleed"
This test produces one page on paged media. When viewed in a print preview or printed on a printer supporting "full bleed"
(also known as "edge-to-edge" or "borderless" printing), the entire surface of the medium is a pale cyan. There is no white showing around the edges.
</div>
</body>

View file

@ -20,7 +20,7 @@
div {
height: 100%;
margin-bottom: -6em;
}
}
</style>
</head>
<body>

View file

@ -10,7 +10,7 @@
<style type="text/css">
@page {margin: 7%;}
@page :left {
@top-center
@top-center
{
content: "[This page intentionally left blank]";
}

View file

@ -10,13 +10,13 @@
<style type="text/css">
@page {margin: 7%;}
@page :right {
@top-center
@top-center
{
content: "[This page intentionally left blank]";
}
}
@page :first {
@top-center
@top-center
{
content: "";
}

View file

@ -13,7 +13,7 @@
}
</style>
</head>
<body>
<body>
<div class="kidsIgnoreMe">
<div>This test produces one or two pages of output on paged media. This sentence must be on the same page as the next sentence.</div>
<p>This sentence must appear on the same page as the text above.</p>

View file

@ -35,12 +35,12 @@
</style>
</head>
<body>
<p>When printed, this test requires 4 pages. Page one contains only this
<p>When printed, this test requires 4 pages. Page one contains only this
paragraph.</p>
<p class="noBreakAuto">This text is at the top of page two.</p>
<p class="noBreakLeft">This text is also on page two.</p>
<p class="noBreakAlways">And this text is on page two as well.</p>
<p class="breakRight">This paragraph is on page three. A page break follows.</p>
<p class="breakLeft">This text is at the top of page four.</p>
<p class="noBreak">This last paragraph is also on page four.</p>

View file

@ -33,7 +33,7 @@
</head>
<body>
<div id="one">This test produces two pages on paged media.</div>
<div id="two">This text appears on the first page.
<div id="two">This text appears on the first page.
<!-- Thus proving that a page break is not forced between boxes -->
The dummy text below this will flow onto a second page.</div>
<!-- Thus proving that a page break is not forbidden before boxes -->

View file

@ -8,13 +8,13 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The 'page-break-before' property applies to floated block-level elements in normal flow."/>
<style type="text/css">
#floated {
float: right;
page-break-before: always;
width: 50%;
}
</style>
</head>
<body>

View file

@ -26,7 +26,7 @@
page-break-inside: avoid;
width: 0;
}
</style>
</head>
<body>

View file

@ -32,16 +32,16 @@
width: 0;
font-weight: bold;
color: blue;
}
}
</style>
</head>
<body>
<div class="spacers">
<p>This test produces four pages of output. The blue numbers must correspond to the page number they appear on.</p>
<p>This test produces four pages of output. The blue numbers must correspond to the page number they appear on.</p>
</div>
<div class="spacers backUp"/>
<div class="breaker" id="break1">1 1 1 1 2 2 2 2</div>
<div class="spacers backup" id="takeTwo"/>
<div class="spacers backUp"/>
<div class="breaker" id="break2">3 3 3 3 4 4 4 4</div>

View file

@ -46,7 +46,7 @@
<div class="one">There must be a page break after this paragraph. There must be no red on the page.</div>
<div class="two">This text must be at the top of the second page (right below the top margin, not 2 inches below the top margin). There must be no red on this page.</div>
</body>
</html>

View file

@ -32,7 +32,7 @@
<p>When displayed in paged media, this test produces two pages of output.</p>
<div>
<p class="test">There must be a page break after this paragraph. There may or may not be a yellow background below;
<p class="test">There must be a page break after this paragraph. There may or may not be a yellow background below;
however, there must <em>not</em> be a one half inch tall yellow bar below.</p>
<div class="topper">There must be no yellow on this second page.</div>
</div>

View file

@ -8,11 +8,11 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="When an element would span a page break solely to satisfy a descendant's bottom margin, that margin is instead truncated and the element does not span pages."/>
<style type="text/css">
p {
margin-bottom: 12in;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="Page breaks are not allowed between the last child of a block and its parent."/>
<style type="text/css">
div {
background: #eee;
border: thick solid orange;
@ -19,7 +19,7 @@
white-space: nowrap;
color: blue;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="assert" content="For a single-page document, the containing box for positioned content with no positioned ancestor is the page area."/>
<style type="text/css">
@page
@page
{
margin: .5in;
}
@ -17,18 +17,18 @@ body
{
padding: 8px;
}
div
div
{
position: absolute;
width: 40%;
}
.topleft
.topleft
{
top: 0;
left: 0;
background: blue;
}
.bottomright
.bottomright
{
bottom: 0;
right: 0;
@ -45,8 +45,8 @@ div
p
{
margin-left: 55%;
}
}
</style>
</head>
<body>

View file

@ -9,14 +9,14 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A percentage height on the root element is relative to the page area height."/>
<style type="text/css">
html {
height: 50%;
border: blue medium solid;
margin: 0;
padding: 0;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="Elements with 'position: fixed' are positioned relative to the page area and are rendered on every page of the printed document."/>
<style type="text/css">
.logo
{
position: fixed;
@ -34,6 +34,6 @@
<p class="break-before">Page two.</p>
<p class="break-before">Page three.</p>
</div>
</body>
</html>

View file

@ -21,9 +21,9 @@
</head>
<body>
<p>This test produces two pages of output.</p>
<p>The text on this page has a left, top, and right purple border which should be entirely on the right
<p>The text on this page has a left, top, and right purple border which should be entirely on the right
half of the page.&nbsp; (There should be no bottom border.)</p>
<div>The text on this page has a left, bottom, and right purple border which should be entirely on the right
<div>The text on this page has a left, bottom, and right purple border which should be entirely on the right
half of the page.&nbsp; (There should be no top border.)</div>
</body>
</html>

View file

@ -12,7 +12,7 @@
}
html { border: thick solid orange;
}
table, td, th {
table, td, th {
border: thin solid black;
}
#borders-too {
@ -46,41 +46,41 @@
<p class="instruct">The contents of this document include headings,
"lorem ipsum" paragraphs with a background and a border, a list with
bullets, two images, and a table. This test passes if all these items
appear within an orange border which spans the pages.
appear within an orange border which spans the pages.
</p>
<h2>Lorem Ipsum Text</h2>
<div id="borders-too">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus
hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel,
dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet
viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus
hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel,
dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet
viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam
mollis. Ut justo. Suspendisse potenti.</p>
<p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae
luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing,
commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit
tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices
sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl.
<p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae
luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing,
commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit
tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices
sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl.
Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a
ullamcorper laoreet, lectus arcu pulvinar risus, vitae facilisis libero
dolor a purus. Sed vel lacus. Mauris nibh felis, adipiscing varius,
adipiscing in, lacinia vel, tellus. Suspendisse ac urna. Etiam pellentesque
mauris ut lectus. Nunc tellus ante, mattis eget, gravida vitae, ultricies
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a
ullamcorper laoreet, lectus arcu pulvinar risus, vitae facilisis libero
dolor a purus. Sed vel lacus. Mauris nibh felis, adipiscing varius,
adipiscing in, lacinia vel, tellus. Suspendisse ac urna. Etiam pellentesque
mauris ut lectus. Nunc tellus ante, mattis eget, gravida vitae, ultricies
ac, leo. Integer leo pede, ornare a, lacinia eu, vulputate vel, nisl.</p>
<p>Suspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit
amet mi ullamcorper vehicula. Integer adipiscing risus a sem. Nullam quis
massa sit amet nibh viverra malesuada. Nunc sem lacus, accumsan quis,
faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer
sagittis. Vivamus a mauris eget arcu gravida tristique. Nunc iaculis mi in
<p>Suspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit
amet mi ullamcorper vehicula. Integer adipiscing risus a sem. Nullam quis
massa sit amet nibh viverra malesuada. Nunc sem lacus, accumsan quis,
faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer
sagittis. Vivamus a mauris eget arcu gravida tristique. Nunc iaculis mi in
ante. Vivamus imperdiet nibh feugiat est.</p>
<p>Ut convallis, sem sit amet interdum consectetuer, odio augue aliquam leo,
nec dapibus tortor nibh sed augue. Integer eu magna sit amet metus fermentum
posuere. Morbi sit amet nulla sed dolor elementum imperdiet. Quisque
fermentum. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Pellentesque adipiscing eros ut libero. Ut
condimentum mi vel tellus. Suspendisse laoreet. Fusce ut est sed dolor
gravida convallis. Morbi vitae ante. Vivamus ultrices luctus nunc.
Suspendisse et dolor. Etiam dignissim. Proin malesuada adipiscing lacus.
<p>Ut convallis, sem sit amet interdum consectetuer, odio augue aliquam leo,
nec dapibus tortor nibh sed augue. Integer eu magna sit amet metus fermentum
posuere. Morbi sit amet nulla sed dolor elementum imperdiet. Quisque
fermentum. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Pellentesque adipiscing eros ut libero. Ut
condimentum mi vel tellus. Suspendisse laoreet. Fusce ut est sed dolor
gravida convallis. Morbi vitae ante. Vivamus ultrices luctus nunc.
Suspendisse et dolor. Etiam dignissim. Proin malesuada adipiscing lacus.
Donec metus. Curabitur gravida.</p>
</div>
<div>
@ -107,7 +107,7 @@
</div>
<h2>Floated images</h2>
<div>
<span>There is an maroon-boxed cat to the left
<span>There is an maroon-boxed cat to the left
<img class="left-aligned" alt="FAIL: missing image" src="support/cat.png"/>and
a teal-boxed cat to the right
<img class="right-aligned" alt="FAIL: missing image" src="support/cat.png"/> of this paragraph.

View file

@ -8,23 +8,23 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A percentage width on the root element is relative to the page area width."/>
<style type="text/css">
html {
width: 50%
}
}
p {
color: silver;
}
</style>
</head>
<body>
<div>This paragraph and the dummy text below are entirely on the left half of the page.
</div>
<p>dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
<p>dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text dummy text dummy text dummy text dummy text dummy text dummy text dummy
text.
</p>
</body>

View file

@ -12,7 +12,7 @@
html {
background-color: #ddffdd;
}
</style>
</head>
<body>

View file

@ -15,14 +15,14 @@
body {
background-color: #ddffdd;
}
</style>
</head>
<body>
<div>
<p>There is a white margin around the edge of this page. The top and
bottom margins are of equal height, and the right and left margins are of
equal width. The rest of the page,
<p>There is a white margin around the edge of this page. The top and
bottom margins are of equal height, and the right and left margins are of
equal width. The rest of the page,
including this text, has a pale green background.
</p>
</div>

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="For HTML documents in paged media, when the HTML and BODY elements have heights of 100%, a percentage height on a child of BODY is relative to the page area height. "/>
<style type="text/css">
html, body {
height: 100%;
margin: 0;
@ -41,7 +41,7 @@ p {
This test produces one page on paged media.
</p>
<p>
There is a horizontal blue line, half way down the page. There is no red on
There is a horizontal blue line, half way down the page. There is no red on
the page.</p>
<div class="test"/>
</div>

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A margin declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin: 0.5in;
}
html, body {background: #ccc;}

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin-top: 50%;
margin-right: 50%;
}

View file

@ -10,7 +10,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A margin declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin-bottom: 50%;
margin-left: 50%;
}

View file

@ -10,7 +10,7 @@
<meta name="assert" content="A margin declaration within the @page context applies to the page box."/>
<meta name="assert" content="A margin expressed in ems uses the page context's font."/>
<style type="text/css"><![CDATA[
@page {
@page {
font-size: 18pt;
margin: 2em;
}

View file

@ -9,7 +9,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The 'width' and 'height' properties do not apply to a page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
width: 1in;
height: 1in;
border: 2pt solid black;

View file

@ -37,7 +37,7 @@
Ths text on page three is entirely on the right half of the page.
</p>
<p>
This text on page four begins near the left edge of the page.
This text on page four begins near the left edge of the page.
</p>
</body>
</html>

View file

@ -34,10 +34,10 @@
This text on page two is also entirely on the right half of the page.
</p>
<p>
This text on page three begins near the left edge of the page.
This text on page three begins near the left edge of the page.
</p>
<p>
This text on page four is entirely on the right half of the page.
This text on page four is entirely on the right half of the page.
</p>
</body>
</html>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The right and left pages of a document may use differing margin styles that yield equivalent page area heights."/>
<style type="text/css">
@page :right {
margin-left: 33%;
margin-right: 7%;
@ -30,7 +30,7 @@
padding: 1%;
page-break-after: always;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The right and left pages of a document may use differing margin styles that yield different page area heights."/>
<style type="text/css">
@page :right {
margin-bottom: 66%;
}
@ -30,7 +30,7 @@
bottom: 0;
width: 100%;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="In CSS 2.1, page selectors may designate the first page, all left pages, or all right pages."/>
<style type="text/css">
@page :first {
margin-top: 50%;
}
@ -21,12 +21,12 @@
div {
page-break-after: always;
}
</style>
</head>
<body>
<div>
This test produces 5 pages on paged media. On this first page, all content is
This test produces 5 pages on paged media. On this first page, all content is
within the bottom right quadrant of the page.
</div>
<div>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="Properties specified in a :left or :right @page rule override those specified in an @page rule that has no pseudo-class specified."/>
<style type="text/css">
@page {
margin: 15%;
}
@ -23,7 +23,7 @@
border: medium solid blue;
padding: 10px;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="Properties specified in a :first @page context override those specified in :right @page contexts."/>
<style type="text/css">
@page :first {
margin: 15% 50% 7% 7%;
}
@ -19,7 +19,7 @@
div {
page-break-after: always;
}
</style>
</head>
<body>

View file

@ -8,7 +8,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="Properties specified in a :first @page rule override those specified in an @page rule with no pseudo-class specified."/>
<style type="text/css">
@page {
margin: 7%;
margin-right: 2in;
@ -22,7 +22,7 @@
border-right: medium orange solid;
padding: .5em;
}
</style>
</head>
<body>

View file

@ -9,7 +9,7 @@
<meta name="assert" content="The computed value of the 'size' property is its specified value."/>
<meta name="assert" content="If the page box is smaller than the page size the user agent SHOULD either center the page box on the sheet or position the page box in the upper left corner of the page sheet."/>
<style type="text/css">
@page {
@page {
margin: 0.5in;
border: 2pt solid black;
size: 3in 3in;

View file

@ -18,7 +18,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin-top: 50%;
margin-right: 50%;
}

View file

@ -18,7 +18,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A margin declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin: 3cm;
}
html, body {background: #ccc;}

View file

@ -20,7 +20,7 @@
<meta name="assert" content="Percentage values on right and left margins are relative to the page box width."/>
<meta name="assert" content="Percentage values on top and bottom margins are relative to the page box height."/>
<style type="text/css"><![CDATA[
@page {
@page {
margin-bottom: 50%;
margin-left: 50%;
}

View file

@ -17,7 +17,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The page background covers the entire page box, including the page margins."/>
<style type="text/css">
@page {
@page {
background-color:#ccffcc;
margin:25%;
border: 2pt solid;

View file

@ -18,7 +18,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="A border declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
@page {
border: 1in solid green;
}
]]></style>

View file

@ -17,7 +17,7 @@
<meta name="flags" content="paged should"/>
<meta name="assert" content="Content should be allowed slightly beyond the page box to allow pages to 'bleed'. "/>
<style type="text/css">
@page {
margin: -1em;
}
@ -28,12 +28,12 @@
div {
padding: 3em;
}
</style>
</head>
<body>
<div>
This test produces one page on paged media. When viewed in a print preview or printed on a printer supporting "full bleed"
This test produces one page on paged media. When viewed in a print preview or printed on a printer supporting "full bleed"
(also known as "edge-to-edge" or "borderless" printing), the entire surface of the medium is a pale cyan. There is no white showing around the edges.
</div>
</body>

View file

@ -29,7 +29,7 @@
div {
height: 100%;
margin-bottom: -6em;
}
}
</style>
</head>
<body>

View file

@ -19,7 +19,7 @@
<style type="text/css">
@page {margin: 7%;}
@page :left {
@top-center
@top-center
{
content: "[This page intentionally left blank]";
}

View file

@ -19,13 +19,13 @@
<style type="text/css">
@page {margin: 7%;}
@page :right {
@top-center
@top-center
{
content: "[This page intentionally left blank]";
}
}
@page :first {
@top-center
@top-center
{
content: "";
}

View file

@ -22,7 +22,7 @@
}
</style>
</head>
<body>
<body>
<div class="kidsIgnoreMe">
<div>This test produces one or two pages of output on paged media. This sentence must be on the same page as the next sentence.</div>
<p>This sentence must appear on the same page as the text above.</p>

View file

@ -44,12 +44,12 @@
</style>
</head>
<body>
<p>When printed, this test requires 4 pages. Page one contains only this
<p>When printed, this test requires 4 pages. Page one contains only this
paragraph.</p>
<p class="noBreakAuto">This text is at the top of page two.</p>
<p class="noBreakLeft">This text is also on page two.</p>
<p class="noBreakAlways">And this text is on page two as well.</p>
<p class="breakRight">This paragraph is on page three. A page break follows.</p>
<p class="breakLeft">This text is at the top of page four.</p>
<p class="noBreak">This last paragraph is also on page four.</p>

View file

@ -42,7 +42,7 @@
</head>
<body>
<div id="one">This test produces two pages on paged media.</div>
<div id="two">This text appears on the first page.
<div id="two">This text appears on the first page.
<!-- Thus proving that a page break is not forced between boxes -->
The dummy text below this will flow onto a second page.</div>
<!-- Thus proving that a page break is not forbidden before boxes -->

View file

@ -17,13 +17,13 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The 'page-break-before' property applies to floated block-level elements in normal flow."/>
<style type="text/css">
#floated {
float: right;
page-break-before: always;
width: 50%;
}
</style>
</head>
<body>

View file

@ -35,7 +35,7 @@
page-break-inside: avoid;
width: 0;
}
</style>
</head>
<body>

Some files were not shown because too many files have changed in this diff Show more