Skip to content

Commit c00f733

Browse files
committed
[css2] Applied errata: there may be no white space or comments between the
sign (+ or -) and the NUMBER in a <number> type. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403282
1 parent 7d5a4b6 commit c00f733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.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 &lt;integer&gt;
829829
consists of one or more digits "0" to "9". A &lt;number&gt; can either
830830
be an &lt;integer&gt;, or it can be zero or more digits followed by a
831831
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.
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

0 commit comments

Comments
 (0)