- From: Psychpsyo (Cameron) via GitHub <noreply@w3.org>
- Date: Mon, 01 Sep 2025 01:51:07 +0000
- To: public-css-archive@w3.org
> I'm strongly of the opinion that can't be made to work correctly. If fixed content is to be repeated on every page, how is this supposed to work? > > div::after { > position: fixed; > content: counter(page); > } Regardless of what happens to `position: fixed`, this issue will need solving anyways since a table's <thead> also gets repeated on every page. -- GitHub Notification of comment by Psychpsyo Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12481#issuecomment-3240641456 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 1 September 2025 01:51:08 UTC