From d3f90df4825cf035dd83e419cd015cf3ae688e21 Mon Sep 17 00:00:00 2001 From: jkodu Date: Sat, 23 Feb 2019 16:40:43 +0000 Subject: [PATCH] fix: update sc for css orientation rule --- doc/rule-descriptions.md | 2 +- lib/rules/css-orientation-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 8c27b475ea..233eeb49d8 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -20,7 +20,7 @@ | bypass | Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content | Serious | cat.keyboard, wcag2a, wcag241, section508, section508.22.o | true | | checkboxgroup | Ensures related <input type="checkbox"> elements have a group and that the group designation is consistent | Critical | cat.forms, best-practice | true | | color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds | Serious | cat.color, wcag2aa, wcag143 | true | -| css-orientation-lock | Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations | Serious | cat.structure, wcag262, wcag21aa, experimental | true | +| css-orientation-lock | Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations | Serious | cat.structure, wcag134, wcag21aa, experimental | true | | definition-list | Ensures <dl> elements are structured correctly | Serious | cat.structure, wcag2a, wcag131 | true | | dlitem | Ensures <dt> and <dd> elements are contained by a <dl> | Serious | cat.structure, wcag2a, wcag131 | true | | document-title | Ensures each HTML document contains a non-empty <title> element | Serious | cat.text-alternatives, wcag2a, wcag242 | true | diff --git a/lib/rules/css-orientation-lock.json b/lib/rules/css-orientation-lock.json index 91c225bf39..53686ea8b3 100644 --- a/lib/rules/css-orientation-lock.json +++ b/lib/rules/css-orientation-lock.json @@ -1,7 +1,7 @@ { "id": "css-orientation-lock", "selector": "html", - "tags": ["cat.structure", "wcag262", "wcag21aa", "experimental"], + "tags": ["cat.structure", "wcag134", "wcag21aa", "experimental"], "metadata": { "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries are not used to lock display orientation"