File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 44
44
"status" : " standard" ,
45
45
"mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors"
46
46
},
47
+ "Nesting selector" : {
48
+ "syntax" : " A { &B { } }" ,
49
+ "groups" : [
50
+ " Basic Selectors" ,
51
+ " Selectors"
52
+ ],
53
+ "status" : " standard" ,
54
+ "mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/Nesting_selector"
55
+ },
47
56
"Selector list" : {
48
57
"syntax" : " ," ,
49
58
"groups" : [
98
107
"status" : " standard" ,
99
108
"mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/Column_combinator"
100
109
},
110
+ "Namespace separator" : {
111
+ "syntax" : " A | B" ,
112
+ "groups" : [
113
+ " Combinators" ,
114
+ " Selectors"
115
+ ],
116
+ "status" : " standard" ,
117
+ "mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/Namespace_separator"
118
+ },
101
119
"Pseudo-classes" : {
102
120
"syntax" : " :" ,
103
121
"groups" : [
You can’t perform that action at this time.
0 commit comments