I'm generating page numbers using:
a::after { content: target-counter(attr(href), page); }
This works when the id attribute is on a section element, or when the id attribute is on table or tr elements, but not when the id is on a tbody element.
a::after { content: target-counter(attr(href), page); }
This works when the id attribute is on a section element, or when the id attribute is on table or tr elements, but not when the id is on a tbody element.