- From: Daniil Sakhapov via GitHub <noreply@w3.org>
- Date: Sat, 20 Sep 2025 07:29:38 +0000
- To: public-css-archive@w3.org
I think that we should also explicitly specify the following situation: we have .pseudoAll("::column") return [CSSPseudoElement1, CSSPseudoElement2], then we make the scroller bigger and end up with just one [CSSPseudoElement?]. The first question - should "?" be 1? or some new CSSPseudoElement? Next we make the scroller smaller and end up with two [CSSPseudoElement?, CSSPseudoElement??]. The second question is - should ?? be 2, given CSSPseudoElement [consistent-indentity design](https://www.w3.org/TR/css-pseudo-4/#window-interface)? -- GitHub Notification of comment by danielsakhapov Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12162#issuecomment-3314730831 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 20 September 2025 07:29:39 UTC