Skip to content

Commit

Permalink
fix(rule): frame-title applies to wcag242 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfairchild365 authored and WilcoFiers committed Jan 15, 2019
1 parent 80c1c74 commit 9225ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/rule-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| form-field-multiple-labels | Ensures form field does not have multiple label elements | Moderate | cat.forms, wcag2a, wcag332 | true |
| frame-tested | Ensures <iframe> and <frame> elements contain the axe-core script | Critical | cat.structure, review-item | true |
| frame-title-unique | Ensures <iframe> and <frame> elements contain a unique title attribute | Serious | cat.text-alternatives, best-practice | true |
| frame-title | Ensures <iframe> and <frame> elements contain a non-empty title attribute | Serious | cat.text-alternatives, wcag2a, wcag241, wcag412, section508, section508.22.i | true |
| frame-title | Ensures <iframe> and <frame> elements contain a non-empty title attribute | Serious | cat.text-alternatives, wcag2a, wcag242, wcag412, section508, section508.22.i | true |
| heading-order | Ensures the order of headings is semantically correct | Moderate | cat.semantics, best-practice | true |
| hidden-content | Informs users about hidden content. | Minor | cat.structure, experimental, review-item | true |
| html-has-lang | Ensures every HTML document has a lang attribute | Serious | cat.language, wcag2a, wcag311 | true |
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/frame-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag241",
"wcag242",
"wcag412",
"section508",
"section508.22.i"
Expand Down

0 comments on commit 9225ae0

Please sign in to comment.