7.5
On each web page, are status messages correctly rendered (by assistive technologies)?
WCAG Reference
WCAG 4.1.3Tests
- 7.5.1
Does every status message which informs about the success, the result of an action or the state of an application use the WAI-ARIA
role="status"attribute - 7.5.2
Does every status message that makes a suggestion or warns of an error use the WAI-ARIA
role="alert"attribute? - 7.5.3
Does every status message that indicates the progress of a process use one of the WAI-ARIA
role="log",role="progressbar"orrole="status"attributes?
WCAG Techniques
- ARIA19
- ARIA22
- ARIA23
- F103