Use of scientific notation

In path data it is allowable to use scientific notation for numbers in
the format that the C language printf/scanf-family supports.

Is this allowable anywhere else?

In particular, can it be used in:
- lengths in CSS units?
- the fitBoxToViewport attribute of <svg>?
- element positions and sizes (x, y, width, height attributes) in user
  coordinates?
- the transform attribute?
- the points attribute of <polyline>?

Received on Monday, 2 August 1999 09:50:35 UTC