diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index f6adb7fb0d..aa82117ab0 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -30,11 +30,11 @@ | empty-heading | Ensures headings have discernible text | Minor | cat.name-role-value, best-practice | true | | focus-order-semantics | Ensures elements in the focus order have an appropriate role | Minor | cat.keyboard, best-practice, experimental | true | | 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-tested | Ensures <iframe> and <frame> elements contain the axe-core script | Critical | cat.structure, review-item, best-practice | 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, 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 | +| hidden-content | Informs users about hidden content. | Minor | cat.structure, experimental, review-item, best-practice | true | | html-has-lang | Ensures every HTML document has a lang attribute | Serious | cat.language, wcag2a, wcag311 | true | | html-lang-valid | Ensures the lang attribute of the <html> element has a valid value | Serious | cat.language, wcag2a, wcag311 | true | | html-xml-lang-mismatch | Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page | Moderate | cat.language, wcag2a, wcag311 | true | diff --git a/lib/rules/frame-tested.json b/lib/rules/frame-tested.json index 15e34f1c74..280810bb94 100644 --- a/lib/rules/frame-tested.json +++ b/lib/rules/frame-tested.json @@ -1,7 +1,7 @@ { "id": "frame-tested", "selector": "frame, iframe", - "tags": ["cat.structure", "review-item"], + "tags": ["cat.structure", "review-item", "best-practice"], "metadata": { "description": "Ensures