- From: Shayla via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 Jun 2024 15:58:32 +0000
- To: public-css-archive@w3.org
shaylinko30 has just created a new issue for https://github.com/w3c/csswg-drafts: == Add a Selector to Select Rendered Fragments == I was directed to this repo in order to make a request for an nth fragment selector. The problem I am trying to solve is to be able to select and update the CSS of tables split across PDF pages. For example, I would like the table thead on the first PDF page to say 'Reviews' and the table thead on the following PDF pages to say 'Reviews continued'. I thought I might be able to use the :not(:first-child) selector so that every table thead not on the first page would have the text 'Reviews continued'. But it seems that the tables on the subsequent pages are fragments, not children. I would like to request an nth fragment css selector if appropriate. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10493 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 25 June 2024 15:58:32 UTC