[whatwg] DOM support

The spec says:
"Implementations that do not support scripting (or which have their
scripting features disabled) are exempt from supporting the events and
DOM interfaces mentioned in this specification."
However, things like the list attribute and the form attribute are
defined by DOM functions like getElementById . How does this work?
Should you just add something saying that if the DOM is not supported,
the determination of the proper element is implementation-specific?

-Will Levine

Received on Tuesday, 6 July 2004 11:59:02 UTC