你怎么称呼这些:
What do you call these:
body > p + p
在 CSS 选择器中?他们是:
in a CSS selector? Are they:
我只是不知道该怎么称呼他们.有正式名称吗?
I just have no idea what to call them. Is there an official name?
(另外,abc、def和abc中有abc的正式名称吗??)
(And, also, are there official names for a b c in a b c, d e f and a in a b c?)
根据https://www.w3.org/TR/selectors-3/#combinators 它们被称为组合器".
According to https://www.w3.org/TR/selectors-3/#combinators they are called "combinators".
(空格字符)= 后代组合符>(尖括号或大于号)= 子组合子+(加号)= 相邻兄弟组合子~ (波浪号) = 通用兄弟组合子 (space character) = descendant combinator> (angle bracket or greater-than sign) = child combinator+ (plus mark) = adjacent sibling combinator~ (tilde) = general sibling combinator这篇关于CSS“选择器"之间的那个东西是什么?叫?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
:target 为空时的 CSS 选择器CSS selector when :target empty(:target 为空时的 CSS 选择器)
CSS 直接后代 (>) 在选择性方面没有任何价值Does the CSS direct decendant (gt;) not have any value in selectivity?(CSS 直接后代 (gt;) 在选择性方面没有任何价值吗?)
使用 querySelectorAll().方法返回的结果是否有序?Using querySelectorAll(). Is the result returned by the method ordered?(使用 querySelectorAll().方法返回的结果是否有序?)
Safari 错误:当使用 JS 删除项目时,first-child 不更Safari bug :first-child doesn#39;t update display:block when items are removed with JS(Safari 错误:当使用 JS 删除项目时,first-child 不更新
nth-子 CSS 选择器nth-Child CSS selectors(nth-子 CSS 选择器)
对多个 HTML 标签使用相同的 ID?Using same ID for multiple HTML tags?(对多个 HTML 标签使用相同的 ID?)