We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223901c commit a4800a3Copy full SHA for a4800a3
modules/ROOT/pages/a11ychecker.adoc
@@ -29,7 +29,7 @@ For example:
29
tinymce.init({
30
selector: 'textarea',
31
plugins: 'a11ychecker',
32
- toolbar: 'a11ycheck'
+ toolbar: 'a11ycheck',
33
});
34
----
35
@@ -296,7 +296,7 @@ WCAG 2.1 specification:: https://www.w3.org/WAI/WCAG21/Techniques/html/H73.html[
296
[[T4A]]
297
=== T4A - Table markup
298
299
-*Rule description:* this rule checks that all `+tables+` contain both `+td+` and `+th+` elements.
+*Rule description:* this rule checks that all `+tables+` contain both `+tr+` and `+td+` elements.
300
301
==== {pluginname} rule details - T4A
302
0 commit comments