More Info about Button
Browser Compatibility | Editability in
Style Editor | Accessibility – 508 Support
Browser Compatibility
In Netscape 4.X buttons will be displayed as standard HTML buttons

Figure 1: Netscape button
Top
Editability in Style Editor
In the Style Editor, it is possible to modify the following attributes
of the button control in Internet Explorer 5 and above (Netscape 4.7 uses
standard HTML buttons):
|
Group
|
Style
|
IE 5 and above
|
| Button Styles |
Text Padding |
x
|
| Text Decoration |
x
|
| Font Weight |
x
|
| Border Width and Style |
x
|
| Standard Buttons |
Standard Background Color |
x
|
| Standard Border Color |
x
|
| Standard Font Color |
x
|
| Standard Hover Color |
x
|
| Disabled Standard Background Color |
x
|
| Font Color of Disabled Standard |
x
|
| Emphasized Buttons |
Emphasized Background Color |
x
|
| Emphasized Border Color |
x
|
| Emphasized Font Color |
x
|
| Emphasized Hover Color |
x
|
| Disabled Emphasized Background Color |
x
|
| Disabled Emphasized Font Color |
x
|
| Standard-Sized Buttons |
Height |
x
|
| Small-Sized Buttons |
Small Height |
x
|
| Text Wrap |
White Space |
x
|
Table 1: Editable styles for the button control
For common styles see section HTMLB Controls
and Style Editor in Customer Branding and Style Editor.
Top
Accessibility – 508 Support
- Keyboard: The button inserted into the accessibility hierarchy
by default - including the button state (e.g. disabled) and type (e.g.
emphasized).
- Default Description: Is provided by the HTMLB rendering engine.
- Application-specific Description: Set an additional description
using the setTooltip method if needed.
An additional description is needed if users need more specific information
or instructions. In general, the description has to be extended if a
button introduces an interaction that cannot be recognized by a blind
user. For example, the descriptions needs to be extended if the button
opens a new window.
Top
|