From cee614e9f15c9aa8928a9919fa3bf05a7c748197 Mon Sep 17 00:00:00 2001 From: Jean-Yves Moyen Date: Wed, 3 Feb 2021 11:03:47 +0100 Subject: [PATCH] Add deprecated tag in title and metadata (#1538) --- _rules/image-filename-as-accessible-name-9eb3f6.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_rules/image-filename-as-accessible-name-9eb3f6.md b/_rules/image-filename-as-accessible-name-9eb3f6.md index ed9c9bd84bb..00b45eb30bb 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: Image filename is accessible name for image +name: DEPRECATED — 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. @@ -37,6 +37,8 @@ htmlHintIgnore: assets: - The picture of Nyhavn (Copenhagen) is authored by [Jorge Franganillo](https://500px.com/franganillo), licensed under the [Creative Commons Attribution 3.0 Unported](https://creativecommons.org/licenses/by/3.0/deed.en) license. - The picture of bread is a public domain [picture by Bicanski](https://pixnio.com/media/bread-breakfast-fresh-homemade-wheat). +deprecated: | + This rule has been deprecated and superceded by Rule [Image accessible name is descriptive](https://act-rules.github.io/rules/qt1vmo). This rule is not maintained anymore and should not be used. --- ## Applicability