--- title: CSS セレクターと XPath の比較 slug: Web/XPath/Comparison_with_CSS_selectors tags: - CSS - Draft - NeedsContent - Reference - XPath - セレクター translation_of: Web/XPath/Comparison_with_CSS_selectors ---

{{XSLTRef}}{{Page("/ja/docs/Web/XPath", "Subnav")}}{{Draft}}

この記事では、Web 開発者が適切な仕事に適切なツールをよりよく選択できるように、 CSS セレクタと XPath の違いを文書化して Web 開発者に提供しています。

XPath 機能 相当する CSS
ancestor, parent, preceding-sibling {{CSSxRef(":has",":has()")}} セレクター {{experimental_inline}}
attribute 属性セレクター
child 子結合子
descendant 子孫結合子
following-sibling 一般兄弟結合子または隣接兄弟結合子
self {{CSSxRef(":scope")}} または {{CSSxRef(":host")}} セレクター