Introduction : Definitions and concepts ( continued )
Types of the basic data
Angle : an integer followed by a unit : deg ( degree
), grad ( grades ), rad ( radians )
Color : an sRGB color specified like in HTML : #rrggbb
or
a keyword inside this list : aqua,black,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,white,yellow
Integer : between - 2147483648 and 2147483647
Float : either in decimal notation or in scientific notation
( x.yyye(or E)±nn )
between -
3.4e+38 et 3.4e+38
Length : a number + a CSS unit ( mm,cm,m )
Time : a number followed by a unit : ms (milliseconds
) or s ( seconds )