Skip to content

Commit

Permalink
Merge pull request #10 from v-technologies/feature-improve-10-1-2
Browse files Browse the repository at this point in the history
Amélioration du test 10.1.2
  • Loading branch information
Etat-Plateforme authored Oct 30, 2017
2 parents eb223fe + e64f6ce commit 2cd4158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/helpers/3-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@
},
{
"helper": "showElement",
"selector": "[align], [alink], [background], [bgcolor], [border], [cellpading], [cellspacing], [char], [charoff], [clear], [compact], [color], [frameborder], [hspace], [link], [marginheight], [marginwidth], [text], [valign], [vlink], [vspace], [size], :not(img)[width], :not(img)[height]",
"selector": "[align], [alink], [background], [bgcolor], [border], [cellpading], [cellspacing], [char], [charoff], [clear], [compact], [color], [frameborder], [hspace], [link], [marginheight], [marginwidth], [text], [valign], [vlink], [vspace], [size], :not(img):not(object):not(embed):not(canvas):not(svg)[width], :not(img):not(object):not(embed):not(canvas):not(svg)[height]",
"attributes": [
"align",
"alink",
Expand Down
2 changes: 1 addition & 1 deletion data/instructions/3-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
"rgaa": "<ol><li>Repérer dans la page qu'aucun élément n'est mis en évidence.</li><li>Si c'est le cas, le test est validé.</li></ol>"
},
"10.1.2": {
"rgaa": "<ol><li>Repérer dans la page qu'aucun attribut n'est mis en évidence (<a href=\"http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#prsentation-de-linformation\">sauf cas particuliers des attributs <code lang=\"en\">width</code> et <code lang=\"en\">height</code> et des éléments graphiques</a>).</li><li>Si c'est le cas, le test est validé.</li></ol>"
"rgaa": "<ol><li>Repérer dans la page qu'aucun attribut n'est mis en évidence.</li><li>Si c'est le cas, le test est validé.</li></ol>"
},
"10.1.3": {
"rgaa": "<ol><li>Vérifier dans la page l'absence&nbsp;:<ul><li>de mots ayant une espace entre chaque lettre&nbsp;;</li><li>d'espaces destinées à créer des effets de marges ou d'alignement&nbsp;;</li><li>d'espaces destinées à simuler des tableaux ou des colonnes.</li></ul></li><li>Si c'est le cas, le test est validé.</li></ol>"
Expand Down

0 comments on commit 2cd4158

Please sign in to comment.