From 1384b5bee362b658255dc0c4a39cb65f4f53dcbc Mon Sep 17 00:00:00 2001 From: jkodu Date: Thu, 3 Jan 2019 11:00:55 -0500 Subject: [PATCH] fix: refer webpage definition --- _rules/SC3-1-1-html-has-lang.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_rules/SC3-1-1-html-has-lang.md b/_rules/SC3-1-1-html-has-lang.md index de713709491..40c5bd9c8f3 100644 --- a/_rules/SC3-1-1-html-has-lang.md +++ b/_rules/SC3-1-1-html-has-lang.md @@ -1,6 +1,8 @@ --- name: HTML has lang attribute +rule_type: atomic + description: | This rule checks that the `html` element has a non-empty `lang` or `xml:lang` attribute. @@ -19,7 +21,7 @@ authors: ### Applicability -The root element of the page, if it is an `html` element. +The root element of the [page](https://www.w3.org/TR/WCAG21/#dfn-web-page-s), if it is an `html` element. ### Expectation