Skip to content

Commit bef3efc

Browse files
authored
Remove "DEPRECATED" from rule names (act-rules#2118)
1 parent f43ec35 commit bef3efc

4 files changed

Lines changed: 4 additions & 4 deletions

_rules/html-page-lang-xml-lang-match-5b7ae0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: 5b7ae0
3-
name: DEPRECATED — HTML page lang and xml:lang attributes have matching values
3+
name: HTML page lang and xml:lang attributes have matching values
44
rule_type: atomic
55
description: |
66
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.

_rules/image-filename-as-accessible-name-9eb3f6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: 9eb3f6
3-
name: DEPRECATED — Image filename is accessible name for image
3+
name: Image filename is accessible name for image
44
rule_type: atomic
55
description: |
66
This rule checks that image elements that use their source filename as their accessible name do so without loss of information to the user.

_rules/video-description-track-f196ce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: f196ce
3-
name: DEPRECATED — Video element visual content has description track
3+
name: Video element visual content has description track
44
rule_type: atomic
55
description: |
66
This rule checks that description tracks that come with non-streaming `video` elements are descriptive.

_rules/video-only-description-track-ac7dc6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: ac7dc6
3-
name: DEPRECATED — Video element visual-only content has description track
3+
name: Video element visual-only content has description track
44
rule_type: atomic
55
description: |
66
This rule checks that description tracks that come with non-streaming `video` elements, without audio, are descriptive.

0 commit comments

Comments
 (0)