Located at:
http://www.w3.org/TR/PR-html40/intro/sgmltut.html#h-3.2.2
it says, in part, regarding attibutes:
Attribute/value pairs appear before the final
">" of an element's start tag. Any number of
(legal) attribute value pairs, separated by
spaces, may appear in an element's start tag.
To me this implies that an attribute's name can be separated
from its value only by '=' with no whitespace, e.g.:
NAME="value" legal
NAME = "value" illegal
Is there anyone who disagrees?
- Paul
Received on Wed Dec 2 09:44:23 1998