Draft
This page is not complete.
This article seeks to document the difference between CSS Selectors and XPath for web developers to be able to better choose the right tool for the right job.
XPath feature | CSS equivalent |
---|---|
ancestor , parent or preceding-sibling axis |
:has() selector
|
attribute axis | Attribute selectors |
child axis | Child combinator |
descendant axis | Descendant combinator |
following-sibling axis | General sibling combinator or adjacent sibling combinator |
self axis |
:scope or :host selector |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors/Comparison_with_XPath