blob: aa20ad1cb7d2ab60490086a81120c1c6a9d18fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-flex-004-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body>
<div>a</div>
<div style="display:flex; flex-direction:column">
<div>
<div>
<div style="page:a">b</div>
<div style="page:b">c</div>
</div>
</div>
</div>
<div>d</div>
</body>
</html>
|