Asqatasun v4 - RGAA 3.2016 - Rule 8.10.2
Summary
This test consists in detecting tags of the page  with a dir attribute except for the <html> tag.
The control that checks that the value of the dir attribute is valid (rtl or ltr) and is relevant has to be done manually.
Business description
Criterion
Test
Description
Dans chaque page Web, chaque changement du sens de lecture (attribut 
dir) vérifie-t-il ces conditions ? - La valeur de l’attribut direst conforme (rtloultr) ;
- La valeur de l’attribut direst pertinente.
Level
A
Technical description
Scope
Page
Decision level
Semi-Decidable
Algorithm
Selection
All the tags of the page, except the <html> tag, with a dir attribute  (css selector : html [dir])
Process
The selection handles the process.
For each occurence of the selection raise a MessageA
MessageA : Manual check on element
- code : ManualCheckOnElements
- status: Pre-Qualified
- parameter : snippet ????
- present in source : yes
Analysis
Not Applicable
Selection is empty
Pre-qualified
The selection is not empty