html:fieldset
html:fieldset — A fieldset element in an HTML form.
Synopsis
html:fieldset ::=
- Sequence of:
html:legend
?- One or more of:
- empty
- empty
html:button
html:fieldset
html:form
html:input
html:label
html:select
html:textarea
revhistory
webtoc
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)
- List elements
- Paragraph elements
- Publishing elements
- Verbatim elements
Attributes
Attributes:
- class
- style
- title
- lang
- onclick
- ondblclick
- onmousedown
- onmouseup
- onmouseover
- onmousemove
- onmouseout
- onkeypress
- onkeydown
- onkeyup
Description
An HTML form “fieldset” field.
Processing expectations
Formatted inline.
Attributes
None.
- class
This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters.
- lang
This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown.
- onclick
Occurs when the pointing device button is clicked over an element.
- ondblclick
Occurs when the pointing device button is double clicked over an element.
- onkeydown
Occurs when a key is pressed down over an element.
- onkeypress
Occurs when a key is pressed and released over an element.
- onkeyup
Occurs when a key is released over an element.
- onmousedown
Occurs when the pointing device button is pressed over an element.
- onmousemove
Occurs when the pointing device is moved while it is over an element.
- onmouseout
Occurs when the pointing device is moved away from an element.
- onmouseover
Occurs when the pointing device is moved onto an element.
- onmouseup
Occurs when the pointing device button is released over an element.
- style
This attribute specifies style information for the current element.
- title
This attribute offers advisory information about the element for which it is set.
Parents
These elements contain html:fieldset
: caption
(db.html.caption), citetitle
, emphasis
, entry
, html:button
, html:fieldset
, html:form
, html:label
, html:legend
, link
(db.link), literallayout
, para
, phrase
(db.phrase), programlisting
, quote
, rddl:resource
, subtitle
, summary
, td
, term
, th
, title
, titleabbrev
.
Children
The following elements occur in html:fieldset
: blockquote
, epigraph
, example
, figure
, html:button
, html:fieldset
, html:form
, html:input
, html:label
, html:legend
, html:select
, html:textarea
, informaltable
(db.cals.informaltable), informaltable
(db.html.informaltable), itemizedlist
, literallayout
, mediaobject
, note
, orderedlist
, para
, programlisting
, revhistory
, sidebar
, table
(db.cals.table), table
(db.html.table), variablelist
, webtoc
.