@@ -2522,7 +2522,7 @@ <h3 id=using-named-pages><span class=secno>9.2 </span>Using named pages:
25222522 < tr >
25232523 < th > Value:
25242524
2525- < td > <identifier>
2525+ < td > auto | <identifier>
25262526
25272527 < tr >
25282528 < th > Initial:
@@ -2537,7 +2537,7 @@ <h3 id=using-named-pages><span class=secno>9.2 </span>Using named pages:
25372537 < tr >
25382538 < th > Inherited:
25392539
2540- < td > yes
2540+ < td > no (but see prose)
25412541
25422542 < tr >
25432543 < th > Percentages:
@@ -2577,7 +2577,27 @@ <h3 id=using-named-pages><span class=secno>9.2 </span>Using named pages:
25772577 that is different from the preceding block box with inline content, then
25782578 one or two page breaks are inserted between them, and the boxes after
25792579 the break are rendered on a page box of the named type. See < a
2580- href ="#forced-pg-brk "> "Forced page breaks" below</ a > .</ p >
2580+ href ="#forced-pg-brk "> "Forced page breaks" below</ a > .
2581+
2582+ < p > The ‘< code class =property > < a href ="#page "> page</ a > </ code > ’
2583+ property does not inherit. However, if the ‘< code
2584+ class =property > < a href ="#page "> page</ a > </ code > ’ value on an
2585+ element is ‘< code class =css > auto</ code > ’, then it is treated
2586+ as having the same name as its nearest ancestor with a non-auto value.
2587+ When indicated on the root element, the effective name is the empty
2588+ string.</ p >
2589+
2590+ < p > Because a previous version of this specification indicated that the
2591+ ‘< code class =property > < a href ="#page "> page</ a > </ code > ’
2592+ property is inherited, an implementation that inherits the ‘< code
2593+ class =property > < a href ="#page "> page</ a > </ code > ’ property and
2594+ treats ‘< code class =css > auto</ code > ’ as always naming the
2595+ empty string remains conformant to CSS3 Paged Media. Therefore authors
2596+ should not explicitly specify the ‘< code
2597+ class =css > auto</ code > ’ value on a descendant of an element with a
2598+ non-‘< code class =css > auto</ code > ’ ‘< code
2599+ class =property > < a href ="#page "> page</ a > </ code > ’ value as the
2600+ resulting behavior will be unpredictable.
25812601
25822602 < div class =example >
25832603 < p > In this example, the two tables are rendered on landscape pages
0 commit comments