Skip to content

Commit a4800a3

Browse files
author
Farzad Hayatbakhsh
committed
Fix T4A rule description
1 parent 223901c commit a4800a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/a11ychecker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For example:
2929
tinymce.init({
3030
selector: 'textarea',
3131
plugins: 'a11ychecker',
32-
toolbar: 'a11ycheck'
32+
toolbar: 'a11ycheck',
3333
});
3434
----
3535

@@ -296,7 +296,7 @@ WCAG 2.1 specification:: https://www.w3.org/WAI/WCAG21/Techniques/html/H73.html[
296296
[[T4A]]
297297
=== T4A - Table markup
298298

299-
*Rule description:* this rule checks that all `+tables+` contain both `+td+` and `+th+` elements.
299+
*Rule description:* this rule checks that all `+tables+` contain both `+tr+` and `+td+` elements.
300300

301301
==== {pluginname} rule details - T4A
302302

0 commit comments

Comments
 (0)