RGAA 3.0 - Rule 10.8.4
Summary
This test consists in detecting <object>
, <svg>
, <canvas>
or <embed>
tags on the page.
The control has then to be done manually
Business description
Criterion
Test
Description
For each block of text inside an object, embed, svg or canvas tag, can the foreground color be specified by the user?
Level
AAA
Technical description
Scope
Page
Decision level
Semi-Decidable
Algorithm
Set1
All the <embed>
, <svg>
, <canvas>
and <object>
tags (embed, svg, object, canvas)
Process
The selection handles the process. For each occurence of the Set1, raise a MessageA
MessageA : Check Manually the elements
- code :ManualCheckOnElements
- status: Pre-Qualified
- parameter : snippet
- present in source : yes
Analysis
Not Applicable
The page has neither <object>
, nor <canvas>
, nor <embed>
, nor <svg>
tag (Set1 is empty)
Pre-qualified
The page has at least one <object>
or <canvas>
or <embed>
or <svg>
tag (Set1 is not empty)