Scripting: List of Events
Dialog Box
Elements List
- This list itemizes all elements with appropriate events defined as attributes.
- Selecting an item in the list, by clicking on the item or by using the arrow keys, highlights the corresponding element in the browser, and populates Events List
- Selecting an item with pink background, by clicking on the item or by using the arrow keys, displays failure statement in the Accessibility Information area.
- Columns
- Order (hidden) - The sequence in which the items appear on the page is displayed.
- Tag - The name of the element the event is defined in is displayed.
- Text - The text content of the element is displayed. If not available, the message (none) is displayed.
Events List
- This is populated when an item in Elements List is selected.
- This list itemizes all events defined in the selected element.
- Columns
- Order (hidden) - The sequence in which the items appear on the page is displayed.
- Event - The name of the attribute accounting for the event defined in the element is displayed. The possible events are:
onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onresize, and onload.
Accessibility Information
- Fail: Each element with an onmouseover attribute should also have an onfocus attribute, and their associated event handlers should trigger the same or similar actions.
- Fail: Each element with an onmouseout attribute should also have an onblur attribute, and their associated event handlers should trigger the same or similar actions.
Buttons
- Close Window - closes the dialog box.