File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
2
<html lang="en">
3
- <!-- $Id: syndata.src,v 2.195 2013-05-02 16:00:15 bbos Exp $ -->
3
+ <!-- $Id: syndata.src,v 2.196 2013-05-02 18:11:57 bbos Exp $ -->
4
4
<head>
5
5
<title>Syntax and basic data types</title>
6
6
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -829,7 +829,7 @@ integers are specified in decimal notation only. An <integer>
829
829
consists of one or more digits "0" to "9". A <number> can either
830
830
be an <integer>, or it can be zero or more digits followed by a
831
831
dot (.) followed by one or more digits. Both integers and real numbers
832
- may be preceded by a "-" or "+" to indicate the sign.
832
+ may immediately be preceded by a "-" or "+" to indicate the sign.
833
833
-0 is equivalent to 0 and is not a negative number.</p>
834
834
835
835
<p>Note that many properties that allow an integer or real number as a
You can’t perform that action at this time.
0 commit comments