From e64f6ce666c9045f0951d33a7d1376ebb2325e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Girault?= Date: Mon, 30 Oct 2017 14:39:20 +0100 Subject: [PATCH] Improved test 10.1.2 by leveraging helpers instead of instructions --- data/helpers/3-2016.json | 2 +- data/instructions/3-2016.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/helpers/3-2016.json b/data/helpers/3-2016.json index 094bb97..4c4c549 100644 --- a/data/helpers/3-2016.json +++ b/data/helpers/3-2016.json @@ -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", diff --git a/data/instructions/3-2016.json b/data/instructions/3-2016.json index 4351442..05e08bf 100644 --- a/data/instructions/3-2016.json +++ b/data/instructions/3-2016.json @@ -606,7 +606,7 @@ "rgaa": "
  1. Repérer dans la page qu'aucun élément n'est mis en évidence.
  2. Si c'est le cas, le test est validé.
" }, "10.1.2": { - "rgaa": "
  1. Repérer dans la page qu'aucun attribut n'est mis en évidence (sauf cas particuliers des attributs width et height et des éléments graphiques).
  2. Si c'est le cas, le test est validé.
" + "rgaa": "
  1. Repérer dans la page qu'aucun attribut n'est mis en évidence.
  2. Si c'est le cas, le test est validé.
" }, "10.1.3": { "rgaa": "
  1. Vérifier dans la page l'absence :
    • de mots ayant une espace entre chaque lettre ;
    • d'espaces destinées à créer des effets de marges ou d'alignement ;
    • d'espaces destinées à simuler des tableaux ou des colonnes.
  2. Si c'est le cas, le test est validé.
"