blob: 44346a649ffb73c77a6fb506073b509f65f3d9ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-siblings-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body>
<div style="page:a">
<div>a</div>
</div>
<div style="page:a">b</div>
<div style="page:b">c</div>
</body>
</html>
|