mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
parent
037cac7353
commit
a00f2d6310
479 changed files with 13629 additions and 1611 deletions
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM String Leader</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-leader" rel="help">
|
||||
|
@ -22,7 +23,7 @@ content: leader('~ ');
|
|||
|
||||
<blockquote>
|
||||
|
||||
<p class="run-in">“Towards thee I roll, thou all-destroying but unconquering whale; to the last I grapple with thee; from hell’s heart I stab at thee; for hate’s sake I spit my last breath at thee. Sink all coffins and all hearses to one common pool! and since neither can be mine, let me then tow to pieces, while still chasing thee, though tied to thee, thou damned whale! THUS, I give up the spear!�</p>
|
||||
<p class="run-in">“Towards thee I roll, thou all-destroying but unconquering whale; to the last I grapple with thee; from hell’s heart I stab at thee; for hate’s sake I spit my last breath at thee. Sink all coffins and all hearses to one common pool! and since neither can be mine, let me then tow to pieces, while still chasing thee, though tied to thee, thou damned whale! THUS, I give up the spear!”</p>
|
||||
|
||||
<p class="source-rw">Ahab</p>
|
||||
</blockquote>
|
||||
|
@ -30,4 +31,5 @@ content: leader('~ ');
|
|||
|
||||
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set with string</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “hello, world� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “hello, world” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM String-set with content()</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “Chapter Title” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM String-set with content(text)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -20,7 +21,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if the text “Chapter Title� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if the text “Chapter Title” appears in the running head at the top of the page.</p>
|
||||
<!--AH errors out with content(text) rather than content()-->
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM String-set with content(first-letter)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “C� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “C” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM String-set with counter(page)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>A</h1>
|
||||
<p>Test passes if “1� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “1” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set with content(before)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -25,6 +26,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “before-� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “before-” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set with content(after)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -25,6 +26,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “-after� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “-after” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set with multiple assignments</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -26,6 +27,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in both the left and right running heads, and “C� appears in the center running head.</p>
|
||||
<p>Test passes if “Chapter Title” appears in both the left and right running heads, and “C” appears in the center running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set with page and pages counters</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -21,6 +22,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “1 of 1� appears in the running head.</p>
|
||||
<p>Test passes if “1 of 1” appears in the running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set on element with display: none</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -24,6 +25,7 @@ display: none;
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in the running head.</p>
|
||||
<p>Test passes if “Chapter Title” appears in the running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set on element with display: none</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -30,10 +31,10 @@ Note this test exposes a known bug in PrinceXML 9.0 rev 2 (and all previous vers
|
|||
<p>Test passes if:</p>
|
||||
<ol>
|
||||
<li>
|
||||
“Chapter One Title� appears in the running head on page one.
|
||||
“Chapter One Title” appears in the running head on page one.
|
||||
</li>
|
||||
<li>
|
||||
“Chapter Two Title� appears in the running head on page two.
|
||||
“Chapter Two Title” appears in the running head on page two.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
@ -42,4 +43,5 @@ Note this test exposes a known bug in PrinceXML 9.0 rev 2 (and all previous vers
|
|||
<p>Second Page</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: GCPM string-set to attribute value</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help">
|
||||
|
@ -22,7 +23,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1 title="Hello, World">Chapter Title</h1>
|
||||
<p>Test passes if running head text reads “Hello, World�.
|
||||
<p>Test passes if running head text reads “Hello, World”.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: using 'first' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-first" rel="help">
|
||||
|
@ -22,7 +23,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if “Section One� is in the running head at the top of the page.</p>
|
||||
<p>Test passes if “Section One” is in the running head at the top of the page.</p>
|
||||
<h2 id="s1">Section One</h2>
|
||||
<h2 id="s2">Section Two</h2>
|
||||
<h2 id="s3">Section Three</h2>
|
||||
|
@ -30,4 +31,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: using the 'last' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-last" rel="help">
|
||||
|
@ -27,4 +28,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: using 'start' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-start" rel="help">
|
||||
|
@ -30,10 +31,10 @@
|
|||
On page one, the running head is empty.
|
||||
</li>
|
||||
<li>
|
||||
On page two, the running head is “Section Two�
|
||||
On page two, the running head is “Section Two”
|
||||
</li>
|
||||
<li>
|
||||
On page three, the running head is “Section Four�
|
||||
On page three, the running head is “Section Four”
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="s1">Section One</h2>
|
||||
|
@ -55,4 +56,5 @@ Frankfurter prosciutto fatback beef ribs brisket, flank consectetur proident cup
|
|||
<h2 id="s6">Section Six</h2>
|
||||
<p>Ham hock jowl filet mignon pastrami beef turducken. Brisket pork chop pork loin drumstick capicola ground round shankle andouille leberkas tenderloin turducken chuck t-bone kevin turkey. Turkey brisket shank, cow pork belly strip steak bresaola chicken short ribs biltong. Kevin jowl meatloaf capicola t-bone ham brisket leberkas. Pork strip steak drumstick jerky, flank shankle capicola turkey spare ribs.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: using 'first-except' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-first-except" rel="help">
|
||||
|
@ -22,7 +23,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if the running head is omitted on page one, and is “Chapter Title� on all other pages.</p>
|
||||
<p>Test passes if the running head is omitted on page one, and is “Chapter Title” on all other pages.</p>
|
||||
<h2 id="s1">Section One</h2>
|
||||
<h2 id="s2">Section Two</h2>
|
||||
<h2 id="s3">Section Three</h2>
|
||||
|
@ -30,4 +31,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Test: using 'last' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-last" rel="help">
|
||||
|
@ -24,13 +25,13 @@
|
|||
<p>Note: test has three pages. Test passes if:</p>
|
||||
<ol>
|
||||
<li>
|
||||
Running head on page one is “Section One�
|
||||
Running head on page one is “Section One”
|
||||
</li>
|
||||
<li>
|
||||
Running head on page two is “Section Three�
|
||||
Running head on page two is “Section Three”
|
||||
</li>
|
||||
<li>
|
||||
Running head on page three is “Section Six�
|
||||
Running head on page three is “Section Six”
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="s1">Section One</h2>
|
||||
|
@ -40,4 +41,5 @@ Running head on page three is “Section Six
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -5,41 +5,41 @@
|
|||
testname revision result comment
|
||||
html/leader-001.htm 80f1aac0eceae86b453e71bb1e9266d7c2bd6ff0 ?
|
||||
xhtml1/leader-001.xht 80f1aac0eceae86b453e71bb1e9266d7c2bd6ff0 ?
|
||||
html/leader-002.htm 3408bd64aa9d5c446500097c6144ebaaae5e19b8 ?
|
||||
xhtml1/leader-002.xht 3408bd64aa9d5c446500097c6144ebaaae5e19b8 ?
|
||||
html/leader-002.htm b2ae229381bf78e51896daabfe141b52fdf2083e ?
|
||||
xhtml1/leader-002.xht b2ae229381bf78e51896daabfe141b52fdf2083e ?
|
||||
html/leader-003.htm 74d9b4060ebd3c475c1421affaba5e9a157b8ba2 ?
|
||||
xhtml1/leader-003.xht 74d9b4060ebd3c475c1421affaba5e9a157b8ba2 ?
|
||||
html/string-set-001.htm 680a5e8ae9f9d7d12998ab864ed1f610892da6f5 ?
|
||||
xhtml1/string-set-001.xht 680a5e8ae9f9d7d12998ab864ed1f610892da6f5 ?
|
||||
html/string-set-002.htm 5c9b61ae8e44db9596b2b5e71cb769e980f165e4 ?
|
||||
xhtml1/string-set-002.xht 5c9b61ae8e44db9596b2b5e71cb769e980f165e4 ?
|
||||
html/string-set-003.htm 13ccf65c084fec03627be39ca76358a9cafddfec ?
|
||||
xhtml1/string-set-003.xht 13ccf65c084fec03627be39ca76358a9cafddfec ?
|
||||
html/string-set-004.htm bb2369a00d38c0db485ba469aa26e2a26c234ce8 ?
|
||||
xhtml1/string-set-004.xht bb2369a00d38c0db485ba469aa26e2a26c234ce8 ?
|
||||
html/string-set-005.htm 082af309d719a9a07ae67bc18ddfd3e48826dd0b ?
|
||||
xhtml1/string-set-005.xht 082af309d719a9a07ae67bc18ddfd3e48826dd0b ?
|
||||
html/string-set-006.htm 3cf5d803ce75252975775e19dea619c026b58d18 ?
|
||||
xhtml1/string-set-006.xht 3cf5d803ce75252975775e19dea619c026b58d18 ?
|
||||
html/string-set-007.htm 20864a934ff67958f4a0e16527ed5c1cd6fc7694 ?
|
||||
xhtml1/string-set-007.xht 20864a934ff67958f4a0e16527ed5c1cd6fc7694 ?
|
||||
html/string-set-008.htm 5711b5fd32bddd3bd8503dbfaa414a80c7964ceb ?
|
||||
xhtml1/string-set-008.xht 5711b5fd32bddd3bd8503dbfaa414a80c7964ceb ?
|
||||
html/string-set-009.htm fb0ecc440e9e4da9bb52d8580772b4745095b31a ?
|
||||
xhtml1/string-set-009.xht fb0ecc440e9e4da9bb52d8580772b4745095b31a ?
|
||||
html/string-set-010.htm cee4997f991765f9e003ab764dbe30e033cbfb06 ?
|
||||
xhtml1/string-set-010.xht cee4997f991765f9e003ab764dbe30e033cbfb06 ?
|
||||
html/string-set-011.htm 034447c6e02ea182dcbf8ee1a4edb2f0b9037440 ?
|
||||
xhtml1/string-set-011.xht 034447c6e02ea182dcbf8ee1a4edb2f0b9037440 ?
|
||||
html/string-set-012.htm 75d9fe4680eb7ccb08b95c412faa23d17b5ff1ec ?
|
||||
xhtml1/string-set-012.xht 75d9fe4680eb7ccb08b95c412faa23d17b5ff1ec ?
|
||||
html/using-strings-001.htm 53ab5c748a20173113931a32dffe866e6cfcfce8 ?
|
||||
xhtml1/using-strings-001.xht 53ab5c748a20173113931a32dffe866e6cfcfce8 ?
|
||||
html/using-strings-002.htm a596527550f1c9b08be3376dfd76d02604b0247f ?
|
||||
xhtml1/using-strings-002.xht a596527550f1c9b08be3376dfd76d02604b0247f ?
|
||||
html/using-strings-003.htm fa7164bb554555178db2076a0718762dc4d680f6 ?
|
||||
xhtml1/using-strings-003.xht fa7164bb554555178db2076a0718762dc4d680f6 ?
|
||||
html/using-strings-004.htm 368ab63cdc47aad2a4379fe079cd2e01090582cc ?
|
||||
xhtml1/using-strings-004.xht 368ab63cdc47aad2a4379fe079cd2e01090582cc ?
|
||||
html/using-strings-005.htm 0253b58c3bac8ba3c75426fc1081e91cac842d90 ?
|
||||
xhtml1/using-strings-005.xht 0253b58c3bac8ba3c75426fc1081e91cac842d90 ?
|
||||
html/string-set-001.htm 8443c7937861e01295136b5070b4f734ac22b9ff ?
|
||||
xhtml1/string-set-001.xht 8443c7937861e01295136b5070b4f734ac22b9ff ?
|
||||
html/string-set-002.htm e0cb9d8c922891c04768bea41e2b17a05274e49b ?
|
||||
xhtml1/string-set-002.xht e0cb9d8c922891c04768bea41e2b17a05274e49b ?
|
||||
html/string-set-003.htm 4742fcc56d586f223a6c5616bc3c40b95d5a361c ?
|
||||
xhtml1/string-set-003.xht 4742fcc56d586f223a6c5616bc3c40b95d5a361c ?
|
||||
html/string-set-004.htm ca3132ba877a27368769604d1aa7daab0723e33e ?
|
||||
xhtml1/string-set-004.xht ca3132ba877a27368769604d1aa7daab0723e33e ?
|
||||
html/string-set-005.htm 41e4ff6532306d2e3c77e4f19f5ceea664508b0d ?
|
||||
xhtml1/string-set-005.xht 41e4ff6532306d2e3c77e4f19f5ceea664508b0d ?
|
||||
html/string-set-006.htm c9f65d09fad97e87334bb918afc705a59108774e ?
|
||||
xhtml1/string-set-006.xht c9f65d09fad97e87334bb918afc705a59108774e ?
|
||||
html/string-set-007.htm 3b234ee5190bd0f1cfba08c96f11f7908019819c ?
|
||||
xhtml1/string-set-007.xht 3b234ee5190bd0f1cfba08c96f11f7908019819c ?
|
||||
html/string-set-008.htm 10e3881b5ca95a586063a0417c8bd8558af7405c ?
|
||||
xhtml1/string-set-008.xht 10e3881b5ca95a586063a0417c8bd8558af7405c ?
|
||||
html/string-set-009.htm 4ef4c74d5305f7c4ed479cf68935ea86f53311cb ?
|
||||
xhtml1/string-set-009.xht 4ef4c74d5305f7c4ed479cf68935ea86f53311cb ?
|
||||
html/string-set-010.htm 5c2d3344da0b6200808f52f65daa438cc7d4b586 ?
|
||||
xhtml1/string-set-010.xht 5c2d3344da0b6200808f52f65daa438cc7d4b586 ?
|
||||
html/string-set-011.htm 0f420f026acf246d5485347f4ced8005203f6ab4 ?
|
||||
xhtml1/string-set-011.xht 0f420f026acf246d5485347f4ced8005203f6ab4 ?
|
||||
html/string-set-012.htm 259ae6dbbfd0f46d136523cdb5dcd4ea03733b93 ?
|
||||
xhtml1/string-set-012.xht 259ae6dbbfd0f46d136523cdb5dcd4ea03733b93 ?
|
||||
html/using-strings-001.htm 75307a75ddaaf06981ea78393b741941137a4271 ?
|
||||
xhtml1/using-strings-001.xht 75307a75ddaaf06981ea78393b741941137a4271 ?
|
||||
html/using-strings-002.htm cf135ea6255bbc5a19d4592dfe5e0d3c8bade18d ?
|
||||
xhtml1/using-strings-002.xht cf135ea6255bbc5a19d4592dfe5e0d3c8bade18d ?
|
||||
html/using-strings-003.htm 87b30361963223503729719db9cedfa5ab3659f4 ?
|
||||
xhtml1/using-strings-003.xht 87b30361963223503729719db9cedfa5ab3659f4 ?
|
||||
html/using-strings-004.htm bc7e5b6ec2aed0291e68c81a468b9b52074f047e ?
|
||||
xhtml1/using-strings-004.xht bc7e5b6ec2aed0291e68c81a468b9b52074f047e ?
|
||||
html/using-strings-005.htm 7e2571814d868a10cd74a0990a4c90db3ad2dd5b ?
|
||||
xhtml1/using-strings-005.xht 7e2571814d868a10cd74a0990a4c90db3ad2dd5b ?
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
id references title flags links revision credits assertion
|
||||
leader-001 GCPM Dotted Leader paged http://www.w3.org/TR/css-gcpm-3/#dotted-leader 80f1aac0eceae86b453e71bb1e9266d7c2bd6ff0 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a basic dotted leader is implemented
|
||||
leader-002 GCPM String Leader paged http://www.w3.org/TR/css-gcpm-3/#string-leader 3408bd64aa9d5c446500097c6144ebaaae5e19b8 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a custom character leader is implemented
|
||||
leader-002 GCPM String Leader paged http://www.w3.org/TR/css-gcpm-3/#string-leader b2ae229381bf78e51896daabfe141b52fdf2083e `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a custom character leader is implemented
|
||||
leader-003 GCPM Solid Leader paged http://www.w3.org/TR/css-gcpm-3/#solid-leader 74d9b4060ebd3c475c1421affaba5e9a157b8ba2 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a basic solid leader is implemented
|
||||
string-set-001 GCPM string-set with string paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 680a5e8ae9f9d7d12998ab864ed1f610892da6f5 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to a string value.
|
||||
string-set-002 GCPM String-set with content() paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 5c9b61ae8e44db9596b2b5e71cb769e980f165e4 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the text value of an element, using the default content() syntax
|
||||
string-set-003 GCPM String-set with content(text) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 13ccf65c084fec03627be39ca76358a9cafddfec `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the text value of an element, using the explicit content(text) syntax
|
||||
string-set-004 GCPM String-set with content(first-letter) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro bb2369a00d38c0db485ba469aa26e2a26c234ce8 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the first letter of the text value of an element
|
||||
string-set-005 GCPM String-set with counter(page) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 082af309d719a9a07ae67bc18ddfd3e48826dd0b `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to the value of the page counter
|
||||
string-set-006 GCPM string-set with content(before) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 3cf5d803ce75252975775e19dea619c026b58d18 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to the content of the before pseudo-element
|
||||
string-set-007 GCPM string-set with content(after) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 20864a934ff67958f4a0e16527ed5c1cd6fc7694 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to the content of the after pseudo-element
|
||||
string-set-008 GCPM string-set with multiple assignments paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 5711b5fd32bddd3bd8503dbfaa414a80c7964ceb `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that several named string can be set on a single element
|
||||
string-set-009 GCPM string-set with page and pages counters paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro fb0ecc440e9e4da9bb52d8580772b4745095b31a `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the page and pages counters
|
||||
string-set-010 GCPM string-set on element with display: none paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro cee4997f991765f9e003ab764dbe30e033cbfb06 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the value of an element even if display is set to none
|
||||
string-set-011 GCPM string-set on element with display: none paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 034447c6e02ea182dcbf8ee1a4edb2f0b9037440 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the value of an element even if display is set to none
|
||||
string-set-012 GCPM string-set to attribute value paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 75d9fe4680eb7ccb08b95c412faa23d17b5ff1ec `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the value of an attribute
|
||||
using-strings-001 using 'first' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-first 53ab5c748a20173113931a32dffe866e6cfcfce8 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that the default value of the string property is first, so that the first instance of a named string on the page is used.
|
||||
using-strings-002 using the 'last' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-last a596527550f1c9b08be3376dfd76d02604b0247f `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that the last instance of a named string is used, when the 'last' property is applied to the string.
|
||||
using-strings-003 using 'start' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-start fa7164bb554555178db2076a0718762dc4d680f6 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that the string set at the beginning of a page is used when the start property is applied
|
||||
using-strings-004 using 'first-except' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-first-except 368ab63cdc47aad2a4379fe079cd2e01090582cc `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that if string is set to first-except, it is omitted on the page where the string is set, but appears on subsequent pages
|
||||
using-strings-005 using 'last' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-last 0253b58c3bac8ba3c75426fc1081e91cac842d90 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that if string is set to last, the last appearance of that element determines the content of the string
|
||||
string-set-001 GCPM string-set with string paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 8443c7937861e01295136b5070b4f734ac22b9ff `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to a string value.
|
||||
string-set-002 GCPM String-set with content() paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro e0cb9d8c922891c04768bea41e2b17a05274e49b `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the text value of an element, using the default content() syntax
|
||||
string-set-003 GCPM String-set with content(text) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 4742fcc56d586f223a6c5616bc3c40b95d5a361c `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the text value of an element, using the explicit content(text) syntax
|
||||
string-set-004 GCPM String-set with content(first-letter) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro ca3132ba877a27368769604d1aa7daab0723e33e `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the first letter of the text value of an element
|
||||
string-set-005 GCPM String-set with counter(page) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 41e4ff6532306d2e3c77e4f19f5ceea664508b0d `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to the value of the page counter
|
||||
string-set-006 GCPM string-set with content(before) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro c9f65d09fad97e87334bb918afc705a59108774e `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to the content of the before pseudo-element
|
||||
string-set-007 GCPM string-set with content(after) paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 3b234ee5190bd0f1cfba08c96f11f7908019819c `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a named string can be set to the content of the after pseudo-element
|
||||
string-set-008 GCPM string-set with multiple assignments paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 10e3881b5ca95a586063a0417c8bd8558af7405c `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that several named string can be set on a single element
|
||||
string-set-009 GCPM string-set with page and pages counters paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 4ef4c74d5305f7c4ed479cf68935ea86f53311cb `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the page and pages counters
|
||||
string-set-010 GCPM string-set on element with display: none paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 5c2d3344da0b6200808f52f65daa438cc7d4b586 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the value of an element even if display is set to none
|
||||
string-set-011 GCPM string-set on element with display: none paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 0f420f026acf246d5485347f4ced8005203f6ab4 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the value of an element even if display is set to none
|
||||
string-set-012 GCPM string-set to attribute value paged http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro 259ae6dbbfd0f46d136523cdb5dcd4ea03733b93 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that a string can be set to the value of an attribute
|
||||
using-strings-001 using 'first' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-first 75307a75ddaaf06981ea78393b741941137a4271 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that the default value of the string property is first, so that the first instance of a named string on the page is used.
|
||||
using-strings-002 using the 'last' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-last cf135ea6255bbc5a19d4592dfe5e0d3c8bade18d `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that the last instance of a named string is used, when the 'last' property is applied to the string.
|
||||
using-strings-003 using 'start' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-start 87b30361963223503729719db9cedfa5ab3659f4 `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that the string set at the beginning of a page is used when the start property is applied
|
||||
using-strings-004 using 'first-except' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-first-except bc7e5b6ec2aed0291e68c81a468b9b52074f047e `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that if string is set to first-except, it is omitted on the page where the string is set, but appears on subsequent pages
|
||||
using-strings-005 using 'last' property of named strings paged http://www.w3.org/TR/css-gcpm-3/#string-last 7e2571814d868a10cd74a0990a4c90db3ad2dd5b `Dave Cramer`<mailto:dauwhe@gmail.com> Test checks that if string is set to last, the last appearance of that element determines the content of the string
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String Leader</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-leader" rel="help" />
|
||||
|
@ -22,7 +23,7 @@ content: leader('~ ');
|
|||
|
||||
<blockquote>
|
||||
|
||||
<p class="run-in">“Towards thee I roll, thou all-destroying but unconquering whale; to the last I grapple with thee; from hell’s heart I stab at thee; for hate’s sake I spit my last breath at thee. Sink all coffins and all hearses to one common pool! and since neither can be mine, let me then tow to pieces, while still chasing thee, though tied to thee, thou damned whale! THUS, I give up the spear!�</p>
|
||||
<p class="run-in">“Towards thee I roll, thou all-destroying but unconquering whale; to the last I grapple with thee; from hell’s heart I stab at thee; for hate’s sake I spit my last breath at thee. Sink all coffins and all hearses to one common pool! and since neither can be mine, let me then tow to pieces, while still chasing thee, though tied to thee, thou damned whale! THUS, I give up the spear!”</p>
|
||||
|
||||
<p class="source-rw">Ahab</p>
|
||||
</blockquote>
|
||||
|
@ -30,4 +31,5 @@ content: leader('~ ');
|
|||
|
||||
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with string</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “hello, world� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “hello, world” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with content()</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “Chapter Title” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with content(text)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,7 +21,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if the text “Chapter Title� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if the text “Chapter Title” appears in the running head at the top of the page.</p>
|
||||
<!--AH errors out with content(text) rather than content()-->
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with content(first-letter)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “C� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “C” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with counter(page)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>A</h1>
|
||||
<p>Test passes if “1� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “1” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with content(before)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -25,6 +26,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “before-� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “before-” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with content(after)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -25,6 +26,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “-after� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “-after” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with multiple assignments</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -26,6 +27,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in both the left and right running heads, and “C� appears in the center running head.</p>
|
||||
<p>Test passes if “Chapter Title” appears in both the left and right running heads, and “C” appears in the center running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with page and pages counters</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -21,6 +22,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “1 of 1� appears in the running head.</p>
|
||||
<p>Test passes if “1 of 1” appears in the running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set on element with display: none</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -24,6 +25,7 @@ display: none;
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in the running head.</p>
|
||||
<p>Test passes if “Chapter Title” appears in the running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set on element with display: none</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -30,10 +31,10 @@ Note this test exposes a known bug in PrinceXML 9.0 rev 2 (and all previous vers
|
|||
<p>Test passes if:</p>
|
||||
<ol>
|
||||
<li>
|
||||
“Chapter One Title� appears in the running head on page one.
|
||||
“Chapter One Title” appears in the running head on page one.
|
||||
</li>
|
||||
<li>
|
||||
“Chapter Two Title� appears in the running head on page two.
|
||||
“Chapter Two Title” appears in the running head on page two.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
@ -42,4 +43,5 @@ Note this test exposes a known bug in PrinceXML 9.0 rev 2 (and all previous vers
|
|||
<p>Second Page</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set to attribute value</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -22,7 +23,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1 title="Hello, World">Chapter Title</h1>
|
||||
<p>Test passes if running head text reads “Hello, World�.
|
||||
<p>Test passes if running head text reads “Hello, World”.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'first' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-first" rel="help" />
|
||||
|
@ -22,7 +23,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if “Section One� is in the running head at the top of the page.</p>
|
||||
<p>Test passes if “Section One” is in the running head at the top of the page.</p>
|
||||
<h2 id="s1">Section One</h2>
|
||||
<h2 id="s2">Section Two</h2>
|
||||
<h2 id="s3">Section Three</h2>
|
||||
|
@ -30,4 +31,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using the 'last' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-last" rel="help" />
|
||||
|
@ -27,4 +28,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'start' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-start" rel="help" />
|
||||
|
@ -30,10 +31,10 @@
|
|||
On page one, the running head is empty.
|
||||
</li>
|
||||
<li>
|
||||
On page two, the running head is “Section Two�
|
||||
On page two, the running head is “Section Two”
|
||||
</li>
|
||||
<li>
|
||||
On page three, the running head is “Section Four�
|
||||
On page three, the running head is “Section Four”
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="s1">Section One</h2>
|
||||
|
@ -55,4 +56,5 @@ Frankfurter prosciutto fatback beef ribs brisket, flank consectetur proident cup
|
|||
<h2 id="s6">Section Six</h2>
|
||||
<p>Ham hock jowl filet mignon pastrami beef turducken. Brisket pork chop pork loin drumstick capicola ground round shankle andouille leberkas tenderloin turducken chuck t-bone kevin turkey. Turkey brisket shank, cow pork belly strip steak bresaola chicken short ribs biltong. Kevin jowl meatloaf capicola t-bone ham brisket leberkas. Pork strip steak drumstick jerky, flank shankle capicola turkey spare ribs.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'first-except' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-first-except" rel="help" />
|
||||
|
@ -22,7 +23,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if the running head is omitted on page one, and is “Chapter Title� on all other pages.</p>
|
||||
<p>Test passes if the running head is omitted on page one, and is “Chapter Title” on all other pages.</p>
|
||||
<h2 id="s1">Section One</h2>
|
||||
<h2 id="s2">Section Two</h2>
|
||||
<h2 id="s3">Section Three</h2>
|
||||
|
@ -30,4 +31,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'last' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-last" rel="help" />
|
||||
|
@ -24,13 +25,13 @@
|
|||
<p>Note: test has three pages. Test passes if:</p>
|
||||
<ol>
|
||||
<li>
|
||||
Running head on page one is “Section One�
|
||||
Running head on page one is “Section One”
|
||||
</li>
|
||||
<li>
|
||||
Running head on page two is “Section Three�
|
||||
Running head on page two is “Section Three”
|
||||
</li>
|
||||
<li>
|
||||
Running head on page three is “Section Six�
|
||||
Running head on page three is “Section Six”
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="s1">Section One</h2>
|
||||
|
@ -40,4 +41,5 @@ Running head on page three is “Section Six
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String Leader</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-leader" rel="help" />
|
||||
|
@ -22,7 +23,7 @@ content: leader('~ ');
|
|||
|
||||
<blockquote>
|
||||
|
||||
<p class="run-in">“Towards thee I roll, thou all-destroying but unconquering whale; to the last I grapple with thee; from hell’s heart I stab at thee; for hate’s sake I spit my last breath at thee. Sink all coffins and all hearses to one common pool! and since neither can be mine, let me then tow to pieces, while still chasing thee, though tied to thee, thou damned whale! THUS, I give up the spear!�</p>
|
||||
<p class="run-in">“Towards thee I roll, thou all-destroying but unconquering whale; to the last I grapple with thee; from hell’s heart I stab at thee; for hate’s sake I spit my last breath at thee. Sink all coffins and all hearses to one common pool! and since neither can be mine, let me then tow to pieces, while still chasing thee, though tied to thee, thou damned whale! THUS, I give up the spear!”</p>
|
||||
|
||||
<p class="source-rw">Ahab</p>
|
||||
</blockquote>
|
||||
|
@ -30,4 +31,5 @@ content: leader('~ ');
|
|||
|
||||
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with string</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “hello, world� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “hello, world” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with content()</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “Chapter Title” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with content(text)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,7 +21,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if the text “Chapter Title� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if the text “Chapter Title” appears in the running head at the top of the page.</p>
|
||||
<!--AH errors out with content(text) rather than content()-->
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with content(first-letter)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “C� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “C” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM String-set with counter(page)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>A</h1>
|
||||
<p>Test passes if “1� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “1” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with content(before)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -25,6 +26,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “before-� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “before-” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with content(after)</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -25,6 +26,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “-after� appears in the running head at the top of the page.</p>
|
||||
<p>Test passes if “-after” appears in the running head at the top of the page.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with multiple assignments</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -26,6 +27,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in both the left and right running heads, and “C� appears in the center running head.</p>
|
||||
<p>Test passes if “Chapter Title” appears in both the left and right running heads, and “C” appears in the center running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set with page and pages counters</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -21,6 +22,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “1 of 1� appears in the running head.</p>
|
||||
<p>Test passes if “1 of 1” appears in the running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set on element with display: none</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -24,6 +25,7 @@ display: none;
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if “Chapter Title� appears in the running head.</p>
|
||||
<p>Test passes if “Chapter Title” appears in the running head.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set on element with display: none</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -30,10 +31,10 @@ Note this test exposes a known bug in PrinceXML 9.0 rev 2 (and all previous vers
|
|||
<p>Test passes if:</p>
|
||||
<ol>
|
||||
<li>
|
||||
“Chapter One Title� appears in the running head on page one.
|
||||
“Chapter One Title” appears in the running head on page one.
|
||||
</li>
|
||||
<li>
|
||||
“Chapter Two Title� appears in the running head on page two.
|
||||
“Chapter Two Title” appears in the running head on page two.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
@ -42,4 +43,5 @@ Note this test exposes a known bug in PrinceXML 9.0 rev 2 (and all previous vers
|
|||
<p>Second Page</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: GCPM string-set to attribute value</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro" rel="help" />
|
||||
|
@ -22,7 +23,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1 title="Hello, World">Chapter Title</h1>
|
||||
<p>Test passes if running head text reads “Hello, World�.
|
||||
<p>Test passes if running head text reads “Hello, World”.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'first' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-first" rel="help" />
|
||||
|
@ -22,7 +23,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if “Section One� is in the running head at the top of the page.</p>
|
||||
<p>Test passes if “Section One” is in the running head at the top of the page.</p>
|
||||
<h2 id="s1">Section One</h2>
|
||||
<h2 id="s2">Section Two</h2>
|
||||
<h2 id="s3">Section Three</h2>
|
||||
|
@ -30,4 +31,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using the 'last' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-last" rel="help" />
|
||||
|
@ -27,4 +28,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'start' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-start" rel="help" />
|
||||
|
@ -30,10 +31,10 @@
|
|||
On page one, the running head is empty.
|
||||
</li>
|
||||
<li>
|
||||
On page two, the running head is “Section Two�
|
||||
On page two, the running head is “Section Two”
|
||||
</li>
|
||||
<li>
|
||||
On page three, the running head is “Section Four�
|
||||
On page three, the running head is “Section Four”
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="s1">Section One</h2>
|
||||
|
@ -55,4 +56,5 @@ Frankfurter prosciutto fatback beef ribs brisket, flank consectetur proident cup
|
|||
<h2 id="s6">Section Six</h2>
|
||||
<p>Ham hock jowl filet mignon pastrami beef turducken. Brisket pork chop pork loin drumstick capicola ground round shankle andouille leberkas tenderloin turducken chuck t-bone kevin turkey. Turkey brisket shank, cow pork belly strip steak bresaola chicken short ribs biltong. Kevin jowl meatloaf capicola t-bone ham brisket leberkas. Pork strip steak drumstick jerky, flank shankle capicola turkey spare ribs.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'first-except' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-first-except" rel="help" />
|
||||
|
@ -22,7 +23,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Chapter Title</h1>
|
||||
<p>Test passes if the running head is omitted on page one, and is “Chapter Title� on all other pages.</p>
|
||||
<p>Test passes if the running head is omitted on page one, and is “Chapter Title” on all other pages.</p>
|
||||
<h2 id="s1">Section One</h2>
|
||||
<h2 id="s2">Section Two</h2>
|
||||
<h2 id="s3">Section Three</h2>
|
||||
|
@ -30,4 +31,5 @@
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: using 'last' property of named strings</title>
|
||||
<link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer" />
|
||||
<link href="http://www.w3.org/TR/css-gcpm-3/#string-last" rel="help" />
|
||||
|
@ -24,13 +25,13 @@
|
|||
<p>Note: test has three pages. Test passes if:</p>
|
||||
<ol>
|
||||
<li>
|
||||
Running head on page one is “Section One�
|
||||
Running head on page one is “Section One”
|
||||
</li>
|
||||
<li>
|
||||
Running head on page two is “Section Three�
|
||||
Running head on page two is “Section Three”
|
||||
</li>
|
||||
<li>
|
||||
Running head on page three is “Section Six�
|
||||
Running head on page three is “Section Six”
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="s1">Section One</h2>
|
||||
|
@ -40,4 +41,5 @@ Running head on page three is “Section Six
|
|||
<h2 id="s5">Section Five</h2>
|
||||
<h2 id="s6">Section Six</h2>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue