XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element button

Documentation
      Content is "Flow" excluding a, form and form controls
      

Model
<button
  accesskey = Character
  class = xs:NMTOKENS
  dir = <TODO local simpleType in attribute>
  disabled = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = <TODO local simpleType in attribute>
  onblur = Script
  onclick = Script
  ondblclick = Script
  onfocus = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  style = StyleSheet
  tabindex = tabindexNumber
  title = Text
  type = <TODO local simpleType in attribute> : submit
  value = <TODO local simpleType in attribute>>
(p | (h1 | h2 | h3 | h4 | h5 | h6) | div | (ul | ol | dl) | (pre | hr | blockquote | address) | table | ((br | span | bdo | map) | object | img) | (tt | i | b | big | small) | (em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup) | (noscript | (ins | del | script) ) )*
</button>


Attribute Summary
 Characteraccesskey
          
 xs:NMTOKENSclass
          
 <TODO local simpleType in attribute>dir
          
 <TODO local simpleType in attribute>disabled
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 <TODO local simpleType in attribute>name
          
 Scriptonblur
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonfocus
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 StyleSheetstyle
          
 tabindexNumbertabindex
          
 Texttitle
          
 <TODO local simpleType in attribute>type
          
 <TODO local simpleType in attribute>value
          

Attribute Detail

accesskey

Character accesskey


class

xs:NMTOKENS class


dir

<TODO local simpleType in attribute> dir


disabled

<TODO local simpleType in attribute> disabled


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


name

<TODO local simpleType in attribute> name


onblur

Script onblur


onclick

Script onclick


ondblclick

Script ondblclick


onfocus

Script onfocus


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


style

StyleSheet style


tabindex

tabindexNumber tabindex


title

Text title


type

<TODO local simpleType in attribute> type

Default: submit

value

<TODO local simpleType in attribute> value


Source
<xs:element name="button">
<xs:complexType mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="button.content">
<xs:attributeGroup ref="attrs"/>
<xs:attributeGroup ref="focus"/>
<xs:attribute name="name"/>
<xs:attribute name="value"/>
<xs:attribute default="submit" name="type">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="button"/>
<xs:enumeration value="submit"/>
<xs:enumeration value="reset"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="disabled">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="disabled"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.