Re: 22 Nov document available

Paul Burchard (burchard@horizon.math.utah.edu)
Tue, 22 Nov 94 20:52:29 EST

Just a few teensy nits left to pick on...

Section 1.1.7:
Section 2.15.2:

Headings still say "<FORM>" instead of "<FORM>...</FORM>".

Section 2.15.3:

> RESET is a button that when pressed resets the form's
> fields to their specified initial values.
>
> SUBMIT is a button that when pressed submits the form. You
> can use the VALUE attribute to provide a non-editable
> label to be displayed on the button. The default label is
> application-specific. The NAME attribute is a
> name/value pair to the submitted data if it has a name and
> was the button that was pressed in order to submit the form.

Hmm...this still came out a bit garbled. How about:

RESET is a button that when pressed resets the form's fields
to their specified initial values. The label to be displayed
on the button may be specified just as for the SUBMIT button.

SUBMIT is a button that when pressed submits the form. You
can use the VALUE attribute to provide a non-editable
label to be displayed on the button. The default label is
application-specific. If a SUBMIT button is pressed
in order to submit the form, and that button has a NAME
attribute specified, then that button contributes
a name/value pair to the submitted data. Otherwise, a
SUBMIT button makes no contribution to the submitted data.

--------------------------------------------------------------------
Paul Burchard <burchard@math.utah.edu>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------