- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Jan 2018 22:00:47 +0000
- To: public-css-archive@w3.org
Yeah, pseudo-elements don't change the DOM structure; Selectors only looks at the DOM structure for the purpose of matching. `li + li` matches exactly as it would without the wrapper. I'll note that the use-case of "grouping dt/dd" has now been solved - HTML just allows `div` inside of `dl` now for this purpose. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/588#issuecomment-358795926 using your GitHub account
Received on Thursday, 18 January 2018 22:00:51 UTC