html:option

html:option — An option element in an HTML form

Synopsis

Content Model

html:option ::=

  • text

Attributes

Attributes:

  • disabled (enumeration)
    • “disabled”
  • selected (enumeration)
    • “selected”
  • value

Description

An HTML form “option” in a “select”.

Processing expectations

Suppressed. It's used by the user agent as part of the surrounding select element.

Attributes

class

FIXME:

disabled

FIXME:

Enumerated values:

disabled

FIXME:

lang

FIXME:

onclick

FIXME:

ondblclick

FIXME:

onkeydown

FIXME:

onkeypress

FIXME:

onkeyup

FIXME:

onmousedown

FIXME:

onmousemove

FIXME:

onmouseout

FIXME:

onmouseover

FIXME:

onmouseup

FIXME:

selected

FIXME:

Enumerated values:

selected

FIXME:

style

FIXME:

title

FIXME:

value

FIXME:

Parents

These elements contain html:option: html:select.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/07 16:40:59 $.