这是一系列关于CSS中语法的问题。这也是社区Wiki,所以每个人都被邀请参与维护此列表。
Stack Overflow不允许搜索特定字符。因此,在搜索运算符和其他语法标记时,很难找到许多关于运算符和其他语法标记的问题。这也使得关闭重复更加困难。以下列表是为了解决这个问题。
主要思想是在Stack Overflow上链接现有问题,因此我们更容易引用它们,而不是复制各种CSS规范中的内容。
此外,这是JavaScript符号引用的公然副本。我们需要一个CSS。
请帮忙。编辑并添加指向其他运算符/语法参考的链接,或者如果您无法在特定语法上找到好的问题/答案,请添加此问题的答案并将其链接
答案 0 :(得分:11)
通用选择器*
组合子
>
:What does the ">" (greater-than sign) CSS selector mean? ~
:What does the "~" (tilde/squiggle/twiddle) CSS selector mean? +
:What does the "+" (plus sign) CSS selector mean? ~
vs +
:Difference between CSS + selector and ~ selector 伪类
:focus
,:active
:What is the difference between :focus and :active? :root
:What's the difference between CSS3's :root pseudo class and html? 属性选择器
[att|=val]
,[att^=val]
:What is the difference between pipe (|) and caret (^) attribute selectors? 命名空间
|
:What does *|* this mean in CSS? @namespace
规则:What is the use of @namespace in CSS? Shadow DOM
/deep/
组合子,::shadow
伪元素:What do /deep/ and ::shadow mean in a CSS selector? 重要声明
黑客