pvollenweider 2005/08/03 13:35:33 CEST
Modified files:
core/src/conf/java JahiaMessageResources.properties
JahiaMessageResources_en.properties
JahiaMessageResources_fr.properties
Log:
Add some examples for WAI messages
Revision Changes Path
1.14 +14 -14 jahia/core/src/conf/java/JahiaMessageResources.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/JahiaMessageResources.properties.diff?r1=1.13&r2=1.14&f=h
1.14 +13 -13
jahia/core/src/conf/java/JahiaMessageResources_en.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/JahiaMessageResources_en.properties.diff?r1=1.13&r2=1.14&f=h
1.15 +19 -19
jahia/core/src/conf/java/JahiaMessageResources_fr.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/JahiaMessageResources_fr.properties.diff?r1=1.14&r2=1.15&f=h
Index: JahiaMessageResources.properties
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/conf/java/JahiaMessageResources.properties,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- JahiaMessageResources.properties 15 Jul 2005 15:26:11 -0000 1.13
+++ JahiaMessageResources.properties 3 Aug 2005 11:35:32 -0000 1.14
@@ -264,24 +264,24 @@
org.jahia.engines.rights.ManageRights.future403warning
= By removing the READ rights on this page for
users of group(s) [<strong>{0}</strong>], they will get a "<strong>403
Error</strong>" if they follow the link on page [<strong>{1}</strong>]. It
contains a BigText field containing a link to the current page.
org.jahia.engines.rights.ManageRights.futureChild403warning
= By cutting the inheritance on this page,
users of group(s) [<strong>{0}</strong>] will get a "<strong>403
Error</strong>" if they follow the link on page [<strong>{1}</strong>]. It
contains a BigText field containing a link to a subpage [<strong>{2}</strong>]
of the current page.
-org.jahia.services.htmlparser.WAIValidator.1.1
= Missing "alt" attribute for image
[<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.1.1.2
= Missing "alt" attribute for "area shape"
[<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.1.1
= Missing "alt" attribute for image
[<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-text-equivalent"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.1.1.2
= Missing "alt" attribute for "area shape"
[<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-maps" target="_blank"
title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.1.4
= Attribute "alt" [<strong>{0}</strong>]
should not be longer than 60 characters for image [<strong>{1}</strong>]
(current length = {2}).
-org.jahia.services.htmlparser.WAIValidator.2.1
= Missing "name" attribute for "frame" element.
-org.jahia.services.htmlparser.WAIValidator.2.1.2
= Attribute "name" cannot contain any white
space [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.2.3
= Missing <NOFRAME> tag after frameset
definition.
-org.jahia.services.htmlparser.WAIValidator.2.5
= Missing "title" attribute for "frame"
element [<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.2.1
= Missing "name" attribute for "frame"
element. <a href="http://www.w3.org/TR/REC-html40/present/frames.html#h-16.2.2"
target="_blank" title="Spec">Spec</a>
+org.jahia.services.htmlparser.WAIValidator.2.1.2
= Attribute "name" cannot contain any white
space [<strong>{0}</strong>]. <a href="http://www.w3.org/TR/xhtml1/#C_8"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.2.3
= Missing <NOFRAME> tag after frameset
definition.<a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#noframes"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.2.5
= Missing "title" attribute for "frame"
element [<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-names" target="_blank"
title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.2.10
= Scrolling should be set to at least "auto"
for frame [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.5.1
= Missing "summary" attribute for "table"
element.
-org.jahia.services.htmlparser.WAIValidator.5.2
= Missing "caption" element for "table"
element.
-org.jahia.services.htmlparser.WAIValidator.5.3
= The first row of a "table" element should
contain "th" elements only.
-org.jahia.services.htmlparser.WAIValidator.5.3.2
= The "th" elements should have an attribute
"scope", set to "col", OR an "id" attribute, but not both.
-org.jahia.services.htmlparser.WAIValidator.5.3.3
= The "th" elements of the first row of the
table should have a "col" scope.
-org.jahia.services.htmlparser.WAIValidator.5.3.4
= The "th" elements of the first row of the
table should all use the same attribute ("id" or "scope").
+org.jahia.services.htmlparser.WAIValidator.5.1
= Missing "summary" attribute for "table"
element. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.2
= Missing "caption" element for "table"
element. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3
= The first row of a "table" element should
contain "th" elements only. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.2
= The "th" elements should have an attribute
"scope", set to "col", OR an "id" attribute, but not both. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.3
= The "th" elements of the first row of the
table should have a "col" scope. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.4
= The "th" elements of the first row of the
table should all use the same attribute ("id" or "scope"). <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.5.3.5
= Attribute "header" [<strong>{0}</strong>]
has no corresponding "id".
-org.jahia.services.htmlparser.WAIValidator.5.4
= Missing "headers" attribute for "td" element.
+org.jahia.services.htmlparser.WAIValidator.5.4
= Missing "headers" attribute for "td"
element. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.6.1
= HyperLink value [<strong>{0}</strong>]
should not be longer than 80 characters (current length = {1}).
-org.jahia.services.htmlparser.WAIValidator.6.3
= Missing "title" attribute for "hyperlink"
element [<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.6.3
= Missing "title" attribute for "hyperlink"
element [<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text" target="_blank"
title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.6.3.2
= Attribute "title" [<strong>{1}</strong>]
should not be longer than 80 characters for hyperlink [<strong>{0}</strong>]
(current length = {2}).
org.jahia.services.htmlparser.WAIValidator.6.5
= All same link values [<strong>{0}</strong>]
should point to the same destination.
org.jahia.services.htmlparser.WAIValidator.11.1
= Missing "for" attribute for "label" element.
Index: JahiaMessageResources_en.properties
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/conf/java/JahiaMessageResources_en.properties,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- JahiaMessageResources_en.properties 18 Jul 2005 06:32:51 -0000
1.13
+++ JahiaMessageResources_en.properties 3 Aug 2005 11:35:32 -0000
1.14
@@ -264,24 +264,24 @@
org.jahia.engines.rights.ManageRights.future403warning
= By removing the READ rights on this page for
users of group(s) [<strong>{0}</strong>], they will get a "<strong>403
Error</strong>" if they follow the link on page [<strong>{1}</strong>]. It
contains a BigText field containing a link to the current page.
org.jahia.engines.rights.ManageRights.futureChild403warning
= By cutting the inheritance on this page,
users of group(s) [<strong>{0}</strong>] will get a "<strong>403
Error</strong>" if they follow the link on page [<strong>{1}</strong>]. It
contains a BigText field containing a link to a subpage [<strong>{2}</strong>]
of the current page.
-org.jahia.services.htmlparser.WAIValidator.1.1
= Missing "alt" attribute for image
[<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.1.1.2
= Missing "alt" attribute for "area shape"
[<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.1.1
= Missing "alt" attribute for image
[<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-text-equivalent"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.1.1.2
= Missing "alt" attribute for "area shape"
[<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-maps" target="_blank"
title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.1.4
= Attribute "alt" [<strong>{0}</strong>]
should not be longer than 60 characters for image [<strong>{1}</strong>]
(current length = {2}).
-org.jahia.services.htmlparser.WAIValidator.2.1
= Missing "name" attribute for "frame" element.
-org.jahia.services.htmlparser.WAIValidator.2.1.2
= Attribute "name" cannot contain any white
space [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.2.3
= Missing <NOFRAME> tag after frameset
definition.
-org.jahia.services.htmlparser.WAIValidator.2.5
= Missing "title" attribute for "frame"
element [<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.2.1
= Missing "name" attribute for "frame"
element. <a href="http://www.w3.org/TR/REC-html40/present/frames.html#h-16.2.2"
target="_blank" title="Spec">Spec</a>
+org.jahia.services.htmlparser.WAIValidator.2.1.2
= Attribute "name" cannot contain any white
space [<strong>{0}</strong>]. <a href="http://www.w3.org/TR/xhtml1/#C_8"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.2.3
= Missing <NOFRAME> tag after frameset
definition. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#noframes"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.2.5
= Missing "title" attribute for "frame"
element [<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-names" target="_blank"
title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.2.10
= Scrolling should be set to at least "auto"
for frame [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.5.1
= Missing "summary" attribute for "table"
element.
-org.jahia.services.htmlparser.WAIValidator.5.2
= Missing "caption" element for "table"
element.
-org.jahia.services.htmlparser.WAIValidator.5.3
= The first row of a "table" element should
contain "th" elements only.
-org.jahia.services.htmlparser.WAIValidator.5.3.2
= The "th" elements should have an attribute
"scope", set to "col", OR an "id" attribute, but not both.
-org.jahia.services.htmlparser.WAIValidator.5.3.3
= The "th" elements of the first row of the
table should have a "col" scope.
+org.jahia.services.htmlparser.WAIValidator.5.1
= Missing "summary" attribute for "table"
element. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.2
= Missing "caption" element for "table"
element. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3
= The first row of a "table" element should
contain "th" elements only. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.2
= The "th" elements should have an attribute
"scope", set to "col", OR an "id" attribute, but not both. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.3
= The "th" elements of the first row of the
table should have a "col" scope. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.5.3.4
= The "th" elements of the first row of the
table should all use the same attribute ("id" or "scope").
org.jahia.services.htmlparser.WAIValidator.5.3.5
= Attribute "header" [<strong>{0}</strong>]
has no corresponding "id".
-org.jahia.services.htmlparser.WAIValidator.5.4
= Missing "headers" attribute for "td" element.
+org.jahia.services.htmlparser.WAIValidator.5.4
= Missing "headers" attribute for "td"
element. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.6.1
= HyperLink value [<strong>{0}</strong>]
should not be longer than 80 characters (current length = {1}).
-org.jahia.services.htmlparser.WAIValidator.6.3
= Missing "title" attribute for "hyperlink"
element [<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.6.3
= Missing "title" attribute for "hyperlink"
element [<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text" target="_blank"
title="Example">Example</a>
org.jahia.services.htmlparser.WAIValidator.6.3.2
= Attribute "title" [<strong>{1}</strong>]
should not be longer than 80 characters for hyperlink [<strong>{0}</strong>]
(current length = {2}).
org.jahia.services.htmlparser.WAIValidator.6.5
= All same link values [<strong>{0}</strong>]
should point to the same destination.
org.jahia.services.htmlparser.WAIValidator.11.1
= Missing "for" attribute for "label" element.
Index: JahiaMessageResources_fr.properties
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/conf/java/JahiaMessageResources_fr.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- JahiaMessageResources_fr.properties 18 Jul 2005 06:32:51 -0000
1.14
+++ JahiaMessageResources_fr.properties 3 Aug 2005 11:35:32 -0000
1.15
@@ -240,27 +240,27 @@
org.jahia.engines.shared.BigText_Field.wrongKeys
= La clé URL [<strong>{0}</strong>] est
invalide. Aucune page ne lui est associée.
org.jahia.engines.rights.ManageRights.future403warning
= En supprimant les droits de LECTURE de cette
page pour les utilisateurs du(des) groupe(s) [<strong>{0}</strong>], une
"<strong>Erreur 403</strong>" surviendra si le lien depuis la page
[<strong>{1}</strong>] est suivi. Un champ "BigText" contient un lien vers la
page courante.
-org.jahia.engines.rights.ManageRights.futureChild403warning
= En coupant l héritage des droits sur
cette page, les utilisateurs du(des) groupe(s) [<strong>{0}</strong>]
obtiendront une "<strong>Erreur 403</strong>" s ils suivent le lien
présent sur la page [<strong>{1}</strong>]. Cette page contient un champ
"BigText" contenant un lien vers une sous-page [<strong>{2}</strong>] de la
page courante.
+org.jahia.engines.rights.ManageRights.futureChild403warning
= En coupant l'héritage des droits sur
cette page, les utilisateurs du(des) groupe(s) [<strong>{0}</strong>]
obtiendront une "<strong>Erreur 403</strong>" s ils suivent le lien
présent sur la page [<strong>{1}</strong>]. Cette page contient un champ
"BigText" contenant un lien vers une sous-page [<strong>{2}</strong>] de la
page courante.
-org.jahia.services.htmlparser.WAIValidator.1.1
= Il manque l attribut "alt" pour l image
[<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.1.1.2
= Il manque l attribut "alt" pour l
élément "area shape" [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.1.4
= L attribut "alt" [<strong>{0}</strong>] ne
doit pas dépasser 60 charactères pour l image
[<strong>{1}</strong>] (longueur courante = {2}).
-org.jahia.services.htmlparser.WAIValidator.2.1
= Il manque l attribut "name" pour un
élément "frame".
-org.jahia.services.htmlparser.WAIValidator.2.1.2
= L attribut "name" ne doit pas contenir d
espace [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.2.3
= Il manque la balise <NOFRAME> après
la balise </FRAMESET>.
-org.jahia.services.htmlparser.WAIValidator.2.5
= Il manque l attribut "title" pour l
élément "frame" [<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.2.10
= L attribut "scrolling" doit être
fixé au moins à "auto" pour l élément "frame"
[<strong>{0}</strong>].
-org.jahia.services.htmlparser.WAIValidator.5.1
= Il manque l attribut "summary" pour une
table.
-org.jahia.services.htmlparser.WAIValidator.5.2
= Il manque l élément "caption"
pour une table.
-org.jahia.services.htmlparser.WAIValidator.5.3
= La première ligne d'une table ne doit
contenir que des éléments "th".
-org.jahia.services.htmlparser.WAIValidator.5.3.2
= Les éléments "th" doivent
avoir un attribut "scope", fixé à "col", OU un attribut "id",
mais pas les 2.
-org.jahia.services.htmlparser.WAIValidator.5.3.3
= L attribut "scope" des
éléments "th" doit ê fixé à la valeur "col".
+org.jahia.services.htmlparser.WAIValidator.1.1
= Il manque l'attribut "alt" pour l image
[<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-text-equivalent"
target="_blank" title="Exemple">Exemple</a>.
+org.jahia.services.htmlparser.WAIValidator.1.1.2
= Il manque l'attribut "alt" pour l
élément "area shape" [<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-maps" target="_blank"
title="Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.1.4
= L'attribut "alt" [<strong>{0}</strong>] ne
doit pas dépasser 60 charactères pour l image
[<strong>{1}</strong>] (longueur courante = {2}).
+org.jahia.services.htmlparser.WAIValidator.2.1
= Il manque l'attribut "name" pour un
élément "frame". <a
href="http://www.w3.org/TR/REC-html40/present/frames.html#h-16.2.2"
target="_blank" title="Spec">Spécificationc</a>
+org.jahia.services.htmlparser.WAIValidator.2.1.2
= L'attribut "name" ne doit pas contenir d
espace [<strong>{0}</strong>]. <a href="http://www.w3.org/TR/xhtml1/#C_8"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.2.3
= Il manque la balise <NOFRAME> après
la balise </FRAMESET>. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#noframes" target="_blank"
title="Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.2.5
= Il manque l'attribut "title" pour l
élément "frame" [<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-names" target="_blank"
title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.2.10
= L'attribut "scrolling" doit être
fixé au moins à "auto" pour l élément "frame"
[<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.5.1
= Il manque l'attribut "summary" pour une
table. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"
target="_blank" title="Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.5.2
= Il manque l'élément "caption"
pour une table. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"
target="_blank" title="Example">Example</a>
+org.jahia.services.htmlparser.WAIValidator.5.3
= La première ligne d'une table ne doit
contenir que des éléments "th". <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.2
= Les éléments "th" doivent
avoir un attribut "scope", fixé à "col", OU un attribut "id",
mais pas les 2. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.5.3.3
= L'attribut "scope" des
éléments "th" doit ê fixé à la valeur "col".
<a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Exemple">Exemple</a>
org.jahia.services.htmlparser.WAIValidator.5.3.4
= Les éléments "th" de la
première ligne d une table doivent tous utilisés le même
attribut ("id" ou "scope").
-org.jahia.services.htmlparser.WAIValidator.5.3.5
= L attribut "header" [<strong>{0}</strong>] n
est lié à aucun "id".
-org.jahia.services.htmlparser.WAIValidator.5.4
= Il manque l attribut "headers" pour un
élément "td".
+org.jahia.services.htmlparser.WAIValidator.5.3.5
= L'attribut "header" [<strong>{0}</strong>] n
est lié à aucun "id".
+org.jahia.services.htmlparser.WAIValidator.5.4
= Il manque l'attribut "headers" pour un
élément "td". <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns"
target="_blank" title="Exemple">Exemple</a>
org.jahia.services.htmlparser.WAIValidator.6.1
= La valeur du lien [<strong>{0}</strong>] ne
doit pas dépasser 80 charactères (longueur courante = {1}).
-org.jahia.services.htmlparser.WAIValidator.6.3
= Il manque l attribut "title" pour le lien
[<strong>{0}</strong>].
+org.jahia.services.htmlparser.WAIValidator.6.3
= Il manque l'attribut "title" pour le lien
[<strong>{0}</strong>]. <a
href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text" target="_blank"
title="Exemple">Exemple</a>
org.jahia.services.htmlparser.WAIValidator.6.3.2
= L attribut "title" [<strong>{1}</strong>] ne
doit pas dépasser 80 charactères pour le lien
[<strong>{0}</strong>] (longueur courante = {2}).
org.jahia.services.htmlparser.WAIValidator.6.5
= Tous les liens avec la même valeur
[<strong>{0}</strong>] doive référencer la même destination.
-org.jahia.services.htmlparser.WAIValidator.11.1
= Il manque l attribut "for" pour l
élément "label".
-org.jahia.services.htmlparser.WAIValidator.11.1.2
= Il manque l attribut "id" pour l
élément "input".
\ No newline at end of file
+org.jahia.services.htmlparser.WAIValidator.11.1
= Il manque l'attribut "for" pour
l'élément "label".
+org.jahia.services.htmlparser.WAIValidator.11.1.2
= Il manque l'attribut "id" pour
l'élément "input".
\ No newline at end of file