Re: [csswg-drafts] [selectors-4] Rescope :has to static CSS rather than .querySelector (#3925)

@ExE-Boss agree, this would be more suitable in most practical cases (though this seems to have a slightly different semantics in the unlikely case of nested `a` elements). I guess it also can be rewritten as a one-liner like `Array.from(document.querySelectorAll('a img'), img => img.closest('a'))` which would be probably even more performant. But my example was there just to illustrate the point that JS developers probably won't benefit from the new sub-syntax for the tree structure logic as much as CSS developers would benefit from content-depending styling of elements.

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

Received on Thursday, 8 August 2019 08:41:09 UTC