Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility validation for Caption in table fail #243

Open
carlosgomezg opened this issue Aug 31, 2017 · 1 comment
Open

Accessibility validation for Caption in table fail #243

carlosgomezg opened this issue Aug 31, 2017 · 1 comment

Comments

@carlosgomezg
Copy link

I have this code in a CKEditor, as you see it doesn't has any caption attribute:

<table>
	<tbody>
		<tr>
			<th>Stade</th>
			<th>Programs</th>
		</tr>
		<tr>
			<td><strong>DF</strong></td>
			<td>
			<p>286</p>
			</td>
		</tr>
		<tr>
			<td>TOTAL</td>
			<td>
			<p>2405</p>
			</td>
		</tr>
	</tbody>
</table>

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!!

@katannshaw
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants