- From: Shinyu Murakami via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Dec 2021 03:15:01 +0000
- To: public-css-archive@w3.org
I tested several CSS Paged Media implementations, with the [PrintCSS Playground](https://printcss.live/), Test: https://printcss.live/l4zbqQ3bpr, and got the following 5 different results: - [Vivliostyle](https://vivliostyle.org/) and [Antenna House Formatter](https://www.antennahouse.com/formatter-v7) - ::first-line excludes markers - ::first-letter excludes markers  - [Paged.js](https://www.pagedjs.org/) - ::first-line excludes markers, but the background includes the inside marker - ::first-letter excludes markers  - [Prince](https://www.princexml.com/) and [DocRaptor](https://www.docraptor.com/) - ::first-line includes the inside marker and excludes the outside marker - ::first-letter includes the inside marker and excludes the outside marker  - [PDFreactor](https://www.pdfreactor.com/) and [typeset.sh](https://typeset.sh/en) - ::first-line is not supported - ::first-letter excludes markers  - [WeasyPrint](https://weasyprint.org/) - ::first-line is not supported - ::first-letter includes the inside marker and excludes the outside marker  I think that the ::first-letter should always exclude markers and the ::first-line should exclude the outside marker, but for the ::first-line and the the inside marker both excluding and and including would make sense. -- GitHub Notification of comment by MurakamiShinyu Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4506#issuecomment-1001846929 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 28 December 2021 03:15:03 UTC