File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<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 $ -->
44<head>
55<title>Syntax and basic data types</title>
66<!--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>
829829consists of one or more digits "0" to "9". A <number> can either
830830be an <integer>, or it can be zero or more digits followed by a
831831dot (.) 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.
833833-0 is equivalent to 0 and is not a negative number.</p>
834834
835835<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