Schema Central  >  XHTML 1.0 Strict  >  xhtml1-strict.xsd  >  focus
Advanced search

Recommended Reading:

Definitive XML Schema

 

focus

      attributes for elements that can get the focus
      accesskey   accessibility key character
      tabindex    position in tabbing order
      onfocus     the element got the focus
      onblur      the element lost the focus
      

Attribute group information

Namespace: http://www.w3.org/1999/xhtml

Schema document: xhtml1-strict.xsd

Attributes

NameOccTypeDescriptionNotes
accesskey [0..1]Character
tabindex [0..1]tabindexNumber
onfocus [0..1]Script
onblur [0..1]Script

Used in

  • Anonymous type of element a
  • Anonymous type of element area
  • Anonymous type of element input
  • Anonymous type of element textarea
  • Anonymous type of element button