print-css-rocks icon indicating copy to clipboard operation
print-css-rocks copied to clipboard

CSS Paged Media tutorial and review of tools (repository for print-css.rocks)

Results 3 print-css-rocks issues
Sort by recently updated
recently updated
newest added
trafficstars

The default user-agent stylesheet as used by Firefox, Chrome, Safari and BFO Publisher sets `body { margin: 8px }`. Any tool that does this will see lesson-deer wrapping onto the...

the reset of c3 is overwritten: ``` h1 { counter-increment: c1; counter-reset: c3; counter-reset: c2; } ``` should be `counter-reset: c2 c3`, see: https://drafts.csswg.org/css-lists/#example-2636b37c Also the example does not address...

Vivliostyle now supports running elements (since Vivliostyle CLI [7.3.0 (2023-05-15)](https://github.com/vivliostyle/vivliostyle-cli/blob/main/CHANGELOG.md#730-2023-05-15)). Please update to the latest version and update the Running elements test result. The "Current version" info in https://print-css.rocks/tools is...