Minor formatting error in HTMLFormElement spec

In the spec for HTMLFormElement:

http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-40002357

The following text should probably appear under the submit method
instead of the enctype attribute:

<quote>
Note: The onsubmit even handler is not guaranteed to be triggered when
invoking this method. The behavior is inconsistent for historical
reasons and authors should not rely on a particular one.
</quote>

Also, "even" should be "event".

--Dean

Received on Saturday, 24 September 2005 14:11:59 UTC