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.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: syndata.src,v 1.14 1997-09-24 22:05:03 ian Exp $ -->
3+ <!-- $Id: syndata.src,v 1.15 1997-09-30 18:29:28 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>CSS2 syntax and basic data types</TITLE>
312312 class="value-def"><number></a></span> in this
313313 specification. A number may or may not have a decimal point.
314314
315+ <P>In CSS2, numbers and integers are in decimal notation only. An
316+ <integer> consists of one or more digits "0" to "9". A <number>
317+ can either be an <integer>, or it can be zero of more digits
318+ followed by a dot followed by one or more digits. Both integers and
319+ numbers may be preceded by a "-" or "+" to indicate the sign.
320+
321+ <P>Note that many properties that allow a number or integer as value
322+ actually restrict the value to some range, often to a non-negative
323+ value.
324+
315325<H3><A NAME="length-units">Lengths</A></H3>
316326
317327<P> The format of a length value (denoted by <span class="index-def"
You can’t perform that action at this time.
0 commit comments