- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 18 Jun 2004 11:44:50 +0200
7.1. Additions specific to the HTMLFormElement interface -------------------------------------------------------- # 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. 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. 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. 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". === End comments, pass 1 == ~fantasai -- http://fantasai.inkedblade.net/contact
Received on Friday, 18 June 2004 02:44:50 UTC