Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "DEPRECATED" from rule names #2118

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _rules/html-page-lang-xml-lang-match-5b7ae0.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _rules/image-filename-as-accessible-name-9eb3f6.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _rules/video-description-track-f196ce.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _rules/video-only-description-track-ac7dc6.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down