diff --git a/_rules/html-page-lang-xml-lang-match-5b7ae0.md b/_rules/html-page-lang-xml-lang-match-5b7ae0.md index 0ef40da42a..f83eef692e 100755 --- a/_rules/html-page-lang-xml-lang-match-5b7ae0.md +++ b/_rules/html-page-lang-xml-lang-match-5b7ae0.md @@ -1,6 +1,6 @@ --- id: 5b7ae0 -name: DEPRECATED — HTML page lang and xml:lang attributes have matching values +name: HTML page lang and xml:lang attributes have matching values rule_type: atomic description: | This rule checks that both `lang` and `xml:lang` attributes on the root element of a non-embedded HTML page, have the same primary language subtag. diff --git a/_rules/image-filename-as-accessible-name-9eb3f6.md b/_rules/image-filename-as-accessible-name-9eb3f6.md index 6bc0c1eeed..fbd0b0f74e 100755 --- a/_rules/image-filename-as-accessible-name-9eb3f6.md +++ b/_rules/image-filename-as-accessible-name-9eb3f6.md @@ -1,6 +1,6 @@ --- id: 9eb3f6 -name: DEPRECATED — Image filename is accessible name for image +name: Image filename is accessible name for image rule_type: atomic description: | This rule checks that image elements that use their source filename as their accessible name do so without loss of information to the user. diff --git a/_rules/video-description-track-f196ce.md b/_rules/video-description-track-f196ce.md index 551269f413..e6f181b155 100755 --- a/_rules/video-description-track-f196ce.md +++ b/_rules/video-description-track-f196ce.md @@ -1,6 +1,6 @@ --- id: f196ce -name: DEPRECATED — Video element visual content has description track +name: Video element visual content has description track rule_type: atomic description: | This rule checks that description tracks that come with non-streaming `video` elements are descriptive. diff --git a/_rules/video-only-description-track-ac7dc6.md b/_rules/video-only-description-track-ac7dc6.md index 1658beb7b0..342ce4d363 100755 --- a/_rules/video-only-description-track-ac7dc6.md +++ b/_rules/video-only-description-track-ac7dc6.md @@ -1,6 +1,6 @@ --- id: ac7dc6 -name: DEPRECATED — Video element visual-only content has description track +name: Video element visual-only content has description track rule_type: atomic description: | This rule checks that description tracks that come with non-streaming `video` elements, without audio, are descriptive.