[whatwg] Web Forms 2.0 Substantive - Section 7, Appendix A

On Fri, 18 Jun 2004, fantasai wrote:
>
> # The resetFromData() method takes one argument, a document to use
> # for resetting the form.
>
>    The resetFromData() method takes one argument, a >D<ocument to use
>    for resetting the form.

Fixed.


> 7.4. Validation APIs
> --------------------
>
> # Even attributes that are empty and not required can be marked invalid
> # like this, and would abort form submission if so marked.
>
>    Even >form controls< that are empty and not required can be marked invalid
>    like this, and would abort form submission if so marked.

Fixed.


> 7.6. Labels
> -----------
>
> # Similarly, HTMLLabelElements have a control DOM attribute that points to the
> # associated element node, if any.
>
>    Similarly, HTMLLabelElements have a control DOM attribute that points to the
>    associated >form control< element node, if any.
>
> Say something about what happens when a label contains more than one form
> control.

Fixed.


> A. XHTML module definition
> --------------------------
>
> s/Forms Extensions Module/Extended Forms Module/g;
>
> Because this module is a collection of extensions to Forms or Basic Forms,
> it replaces them. It's a a Forms module that has been extended, not extensions
> to a Forms module, hence "Extended Forms Module", not "Forms Extensions Module".

I actually wanted a new name altogether. I don't like calling it the
"Extended" anything (or the "anything Extensions").

I've renamed it Web Forms 2.0 Module for now.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 24 June 2004 04:19:33 UTC