- From: Michał Gołębiowski-Owczarek via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Sep 2022 17:01:25 +0000
- To: public-css-archive@w3.org
@byung-woo > Now I'm trying to merge a fix to Chrome to avoid existing JQuery conflict by following the WebKit's behavior. But I think that we need a way to handle this situation properly. Note that the WebKit behavior still breaks some jQuery selectors. True, it doesn't break: ``` div:has(span:contains('Item')) ``` but it still breaks: ``` div:has(div, span:contains('Item')) ``` Maybe that latter kind of selectors is not used as often in the wild. -- GitHub Notification of comment by mgol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7676#issuecomment-1235724730 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 2 September 2022 17:01:27 UTC