[csswg-drafts] [css-page] Should named pages be ignored when inside out-of-flow elements? (#9513)

mstensho has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-page] Should named pages be ignored when inside out-of-flow elements? ==
I cannot find anything in the spec suggesting that named pages are to be ignored inside floats or absolutely positioned elements. Yet, Firefox and PrinceXML don't support it. It is supported in Chromium, which makes the WPT test css/css-page/page-name-abspos-002-print.html fail in Chromium.

```html
<div style="position:absolute;">
  Page break after this line?
  <div style="page:b;">This should be on the next page, no?</div>
</div>
```

Spec: https://drafts.csswg.org/css-page-3/#using-named-pages

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9513 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 23 October 2023 09:50:13 UTC