Skip to content

Commit b5ed9ea

Browse files
committed
[css2] s/unsused/unused/
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403099
1 parent 65d53dc commit b5ed9ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/syndata.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.182 2010-12-09 15:22:46 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.183 2011-03-03 16:32:07 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -139,7 +139,7 @@ property : IDENT;
139139
value : [ any | block | ATKEYWORD S* ]+;
140140
any : [ IDENT | NUMBER | PERCENTAGE | DIMENSION | STRING
141141
| DELIM | URI | HASH | UNICODE-RANGE | INCLUDES
142-
| DASHMATCH | ':' | FUNCTION S* [any|unsused]* ')'
142+
| DASHMATCH | ':' | FUNCTION S* [any|unused]* ')'
143143
| '(' S* [any|unused]* ')' | '[' S* [any|unused]* ']'
144144
] S*;
145145
unused : block | ATKEYWORD S* | ';' S* | CDO S* | CDC S*;

0 commit comments

Comments
 (0)