| namespace | http://www.w3.org/1999/xhtml | ||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:attributeGroup name="focus"> <xs:annotation> <xs:documentation> 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 </xs:documentation> </xs:annotation> <xs:attribute name="accesskey" type="Character"/> <xs:attribute name="tabindex" type="tabindexNumber"/> <xs:attribute name="onfocus" type="Script"/> <xs:attribute name="onblur" type="Script"/> </xs:attributeGroup> |
| type | Character | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="accesskey" type="Character"/> |
| type | tabindexNumber | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="tabindex" type="tabindexNumber"/> |
| type | Script | ||
| properties |
|
||
| source | <xs:attribute name="onfocus" type="Script"/> |
| type | Script | ||
| properties |
|
||
| source | <xs:attribute name="onblur" type="Script"/> |