We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3844c70 commit 74c42b4Copy full SHA for 74c42b4
css2/grammar.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
3
-<!-- $Id: grammar.src,v 2.16 1998-05-06 02:21:21 ijacobs Exp $ -->
+<!-- $Id: grammar.src,v 2.17 1998-05-08 16:31:25 bbos Exp $ -->
4
<HEAD>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<TITLE>Appendix D: The grammar of CSS2</TITLE>
@@ -108,7 +108,8 @@ attrib
108
[ IDENT | STRING ] S* ]? ']'
109
;
110
pseudo
111
- : ':' IDENT [ '(' IDENT ')' ]?
+ : ':' IDENT
112
+ | ':' FUNCTION S* IDENT S* ')'
113
114
declaration
115
: property ':' S* expr prio?
0 commit comments