子孫セレクタ
子孫セレクタは要素を子孫関係で絞り込むことが可能なセレクタです。
次のCSSではh1要素内に存在する、つまり子要素か孫要素であるem要素のcolorプロパティを変更することができます。
h1 em {
color: blue
}
参考URL
登録日 : 2013年01月11日 最終更新日 : 2013年1月11日
同じカテゴリー(Selector)のエントリー
- 兄弟セレクタ
- 隣接セレクタ
- 子セレクタ
- :not()
- idセレクタ
- classセレクタ
- ::after
- ::before
- ::first-letter
- ::first-line
- :indeterminate
- :checked
- :disabled
- :enabled
- :lang()
- :target
- :focus
- :active
- :hover
- :visited
- :link
- :empty
- :only-of-type
- :only-child
- :last-of-type
- :first-of-type
- :last-child
- :first-child
- :nth-last-of-type()
- :nth-of-type()
- :nth-last-child()
- :nth-child()
- :root
- 属性セレクタ
- 子孫セレクタ
- 要素セレクタ
- ユニーバサルセレクタ