leader-001

GCPM Dotted Leader

WeasyPrint

This browser

Flags
paged
Assertion
Test checks that a basic dotted leader is implemented

Source

 1 <!DOCTYPE html>
 2 <html><head>
 3 <title>CSS Test: GCPM Dotted Leader</title>
 4 <link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
 5 <link href="http://www.w3.org/TR/css-gcpm-3/#dotted-leader" rel="help">
 6 
 7 
 8 <meta content="paged" name="flags">
 9 <meta content="Test checks that a basic dotted leader is implemented" name="assert">
10 <style>
11 
12 span.cn::after { content: leader(dotted); }
13 
14 </style>
15 </head>
16 <body>
17 
18 <p>Test passes if there's a dotted leader between "Chapter One" and "1"</p>
19 
20 <ol>
21 <li>
22 <span class="cn">Chapter One</span> <span class="folio">1</span>
23 </li>
24 <!--
25 <li>
26 Chapter Two <span class="folio">137</span>
27 </li>
28  -->
29 </ol>
30 
31 
32 
33 
34 
35 </body></html>