You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my /libraries/a11ychecker/libs/quail/tests.json, and it have testability = 1
"tableCaptionIdentifiesTable": {
"type": "selector",
"testability": 1,
"title": {
"de": "Überschriften sollten ihre Tabelle identifizieren",
"en": "Captions should identify their table",
"nl": "Beschrijvingen moeten hun tabellen identificeren"
},
"description": {
"de": "Stellen Sie sicher, dass eine Tabellenüberschrift die Tabelle mit Name, Figurennummer etc. identifiziert",
"en": "Check to make sure that a table's caption identifies the table with a name, figure number, etc.",
"nl": "Controleer of de beschrijving van een tabel de tabel identificeert met een naam, nummer en dergelijke."
},
"guidelines": {
"wcag": {
"1.3.1": {
"techniques": [
"H39"
]
}
}
},
But, I get this message when I press Check Accessibility button :
The document does not contain any accessibility issues.
Any suggestion, thanks!!
The text was updated successfully, but these errors were encountered:
@carlosgomezg I am having this same issue. I'm surprised that it hasn't been addressed since your initial post late last year. Is there any update on this as this makes it so that this plugin doesn't conform to WCAG 1.3.1 Info and Relationships?
I have this code in a CKEditor, as you see it doesn't has any caption attribute:
In my /libraries/a11ychecker/libs/quail/tests.json, and it have testability = 1
But, I get this message when I press Check Accessibility button :
Any suggestion, thanks!!
The text was updated successfully, but these errors were encountered: