We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9715489 commit fe0871eCopy full SHA for fe0871e
1 file changed
org/w3c/css/atrules/css2/AtRulePage.java
@@ -51,6 +51,7 @@ public AtRulePage addSelector(String name, ArrayList<String> pseudo, ApplContext
51
}
52
53
} else {
54
+ pseudos.add(pseudo);
55
return this;
56
57
// failed...
0 commit comments