Report summary
| Automated tests |
Result |
Level |
| WCAG Checkpoints priority 1 |
FAILED
|
|
| WCAG Checkpoints priority 2 |
PASSED
|
|
| WCAG Checkpoints priority 3 |
PASSED
|
|
| Checkpoints not in WCAG |
PASSED
|
|
WCAG Checkpoints priority 1
-
Line 89.
<a href="javascript:history.go();" title="Reset the font size (Please note the news will not be affected)">Reset</a> uses href attribute for JavaScript. Use onclick instead.
-
Line 89.
<a href="javascript:decreaseFontSize();" title="Reduce the font size (Please note the news will not be affected)">- (Reduce font)</a> uses href attribute for JavaScript. Use onclick instead.
-
Line 89.
<a href="javascript:increaseFontSize();" title="Increase the font size (Please note the news feed will not be affected)">+ (Increase font)</a> uses href attribute for JavaScript. Use onclick instead.