META-INF.schema.entities.html_control_attributes.ent Maven / Gradle / Ivy
The newest version!
accesskey
java.lang.String
This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey
alt
java.lang.String
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language of the alternate text is specified by the lang attribute
disabled
boolean
When set for a form control, this boolean attribute disables the control for your input
size
int
This attribute tells the user agent the initial width of the control. The width is given in pixels except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters
tabindex
java.lang.String
This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros