- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 25 Jun 2025 15:54:22 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed ``How to handle addEventListener on `CSSPseudoElement`?``. <details><summary>The full IRC log of that discussion</summary> <TabAtkins> sakhapov: so PseudoElement inherits from EventTarget<br> <TabAtkins> sakhapov: how do we represent this, without webcompat problems<br> <TabAtkins> sakhapov: proposal is to add pseudoElementTarget and currentPseudoElementTarget, similar to target and currentTarget. Will have to discuss this with DOM folks as well, but wanted opinions here first<br> <TabAtkins> flackr: sounds good<br> <TabAtkins> Yeah, I think this is what we need, can't set .target to a PseudoElement without breaking code<br> <TabAtkins> sakhapov: anne pointed out it might be a layering violation<br> <TabAtkins> flackr: i think the point is just that the html spec needs to call into the css pseudo spec to set up this property on the event<br> <TabAtkins> sakhapov: okay, if no one objects i'll propose this at the WHATNOT html meeting<br> <TabAtkins> fantasai: Anne says he wants more time to consider flackr's idea, also wants to hear from smaug from Moz since he's been involved with events for a long time<br> <TabAtkins> astearns: i think taking this to HTML is the right next step, to get feedback there as well<br> <TabAtkins> astearns: we ahve a joint meeting with whatwg every other thursday<br> <TabAtkins> sakhapov: sounds good<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12163#issuecomment-3005300002 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 June 2025 15:54:23 UTC