From c38cd75712e523fd500aa6d87ad7c27547d89eee Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 27 Oct 2008 00:16:05 +0000 Subject: Update Lexer/Token documentation to handle CSS numbers correctly. This is delightful. I get to rework the lexer state machine. Grr. svn path=/trunk/libcss/; revision=5646 --- docs/Lexer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Lexer') diff --git a/docs/Lexer b/docs/Lexer index e945f9b..23626d1 100644 --- a/docs/Lexer +++ b/docs/Lexer @@ -12,8 +12,8 @@ ATKEYWORD '@' STRING '"' | "'" INVALID_STRING '"' | "'" HASH '#' -NUMBER [0-9] | '.' -PERCENTAGE [0-9] | '.' +NUMBER [0-9] | '.' | '-' | '+' +PERCENTAGE [0-9] | '.' | '-' | '+' DIMENSION [0-9] | '.' URI [Uu] UNICODE-RANGE [Uu] -- cgit v1.2.3