Index of /html/forms

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [DIR] button/ 24-Nov-2006 14:56 - [DIR] datalist/ 24-Nov-2006 14:56 - [DIR] demos/ 26-Aug-2006 12:44 - [DIR] events/ 24-Nov-2006 14:56 - [DIR] fieldset/ 24-Nov-2006 14:56 - [DIR] input/ 09-Sep-2007 12:25 - [DIR] label/ 24-Nov-2006 14:56 - [DIR] legend/ 24-Nov-2006 14:56 - [DIR] option/ 24-Nov-2006 14:56 - [DIR] output/ 24-Nov-2006 14:56 - [DIR] select/ 30-Apr-2007 14:39 - [DIR] submission/ 26-Aug-2006 12:44 -
This section should probably cover the following elements:

 * datalist
 * fieldset
 * form
 * input
 * label
 * legend
 * optgroup
 * option
 * output
 * select

Extensions to the DOM interfaces are covered by the individual tests for the
controls and elements. CSS3 UI pseudo-classes are also tested throughout.

Most tests assume text/html support. That and window.onload. Test can rely on
the DOM, they should not rely on CSS when that's not strictly necessary. (This
is not always followed.)

Support files go into a './support/' directory.

File names consist of three digit zero-padded value starting at '001' followed
by a '.' followed by an extension which is:

 * .htm (For text/html files)
 * .xht (For application/xhtml+xml files)
 * .xml (For application/xml files)
 * .svg (For image/svg+xml files)

Support files do not have to conform to the file name scheme specified above.