Re: [csswg-drafts] Add a Selector to Select Rendered Fragments (#10493)

Thank you, I didn't search the closed issues or see the draft, apologies.

I have tried to find a way to control the `<thead>`s that are duplicated, but I have only been able to find solutions that require specific packages and javascript. Unfortunately for me, I only have access to CSS when rendering the PDF.

I have had a difficult time finding information about duplicated `<thead>`s. It was suggested to me that the problem could be solved with an nth fragment selector (doing something like `thead:nth-fragment(n+2) th::after { content: ' continued'; }`) but from what you wrote @SebastianZ  are the duplicated`<thead>`s not fragments?

Should I update this issue to request a new pseudo-element to target duplicated table elements?

-- 
GitHub Notification of comment by shaylinko30
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10493#issuecomment-2191237559 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 26 June 2024 09:28:09 UTC