You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolute-positioned elements are positioned incorrectly in the page area with @page with non-zero padding. The page area that is the initial containing block must be the content box of the page box, but it seems that the absolute-positioned elements are positioned as if the initial containing block is the padding box of the page box.
Absolute-positioned elements are positioned incorrectly in the page area with
@page
with non-zero padding. The page area that is the initial containing block must be the content box of the page box, but it seems that the absolute-positioned elements are positioned as if the initial containing block is the padding box of the page box.Example:
(page-area-padding-position.html)
Test with Vivliostyle Viewer (v2.31.0):
Screenshot:
Expected result:
(This is a screenshot of the same HTML file rendered in Chrome's print preview.)
This problem is not only with the absolute positioning but also with page floats and footnotes.
Example: page-box-padding-test.html
Test with Vivliostyle Viewer (v2.31.0):
Screenshot:
Extected result:
(This is a screenshot of the same HTML+CSS rendered by Antenna House Formatter using https://printcss.live/editor.)
The text was updated successfully, but these errors were encountered: