We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a3ba3 commit 44432a9Copy full SHA for 44432a9
1 file changed
faq.txt
@@ -232,14 +232,14 @@ Take this code:
232
<code css>
233
#sensible .selector,
234
syntax = !error,
235
-::new-feature {
+:new-feature {
236
background: red;
237
}
238
</code>
239
240
Because of how selectors are parsed, this is not applied at all.
241
Wouldn't it be nicer if it could apply to elements that match ''#sensible .selector'',
242
-also apply in up to date browsers to elements that match :new-feature,
+also apply in up to date browsers to elements that match '':new-feature'',
243
and just skip the syntax error?
244
245
=== Answer ===
0 commit comments