Page Report
| Web Fish Design Accessibility Evaluation | 2010-03-04 17:50 |
| Ruleset: 0906-1 (outdated: current ruleset is 1011-1) | |
| URL: webfishdesign.com/ | |
| Page Title: Web Fish Design: Houston Web Design And Marketing | |
Scripting
onclickBest Practices (opens in a new window)
- The
onclickattribute should not be used on elements that cannot accept keyboard focus. - Pass
onmouseover & onmouseoutBest Practices (opens in a new window)
- Each focusable element with an
onmouseoverattribute should also have anonfocusattribute, and their associated event handlers should trigger the same or similar actions. - N/A
- Each focusable element with an
onmouseoutattribute should also have anonblurattribute, and their associated event handlers should trigger the same or similar actions. - N/A
- The
onmouseoverandonmouseoutattributes should not be used on elements that cannot accept keyboard focus; use CSS techniques instead to provide the desired stylistic effects. - Pass

