The CSS counter(page) not working properly. On the first page showing the total number of pages and no any numbering on the rest of the pages
Categories
(Core :: Layout: Generated Content, Lists, and Counters, defect, P3)
Tracking
()
People
(Reporter: palko.falcon, Unassigned)
Details
Attachments
(1 file)
|
780 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
I am working dynamic reports. For this i need to use page numbers with CSS (the optional page numbering built in Firefox is not an option) . I tested the example on https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Responsive/Media_types under Action: Printing a document. The same result.
Actual results:
"Page:2" on the 1st page
"Page:" on the 2nd page
Expected results:
"Page:1" on the 1st page
"Page:2" on the 2nd page
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
This doesn't seem to work on other browsers either, and I don't think it should work per spec...
It doesn't seem a recent regression (it's broken at least back to Firefox 68).
Description
•