From 0da5ec555e0e5215576188e97f5b4db7cee4b979 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Fri, 21 Aug 2026 16:05:49 +0200 Subject: [PATCH 1/2] fix(label-in-name): remove SC-failing inapplicable examples Removed inapplicable examples regarding abbreviations and non-standard terms from the document. --- .../visible-label-in-accessible-name-2ee8b8.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/_rules/visible-label-in-accessible-name-2ee8b8.md b/_rules/visible-label-in-accessible-name-2ee8b8.md index 6d037b83f4..0283507df9 100755 --- a/_rules/visible-label-in-accessible-name-2ee8b8.md +++ b/_rules/visible-label-in-accessible-name-2ee8b8.md @@ -401,22 +401,6 @@ This link has no [visible text content][]. ``` -#### Inapplicable Example 5 - -This link's label contains an abbreviation. - -```html -University Ave. -``` - -#### Inapplicable Example 6 - -This word - non-standard / nonstandard - appears in both the element's accessible name and its visible label, using different hyphenation. - -```html -nonstandard -``` - [accessible name]: #accessible-name 'Definition of accessible name' [label in name algorithm]: #label-in-name-algorithm 'Definition of Label in Name Algorithm' [non-text content]: https://www.w3.org/TR/WCAG22/#dfn-non-text-content 'WCAG Definition of Non-text content' From 2e82777e2145e0854690caa5f39faaebb106c03c Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Mon, 14 Sep 2026 17:01:35 +0200 Subject: [PATCH 2/2] Update _rules/visible-label-in-accessible-name-2ee8b8.md Co-authored-by: Kathy Eng --- _rules/visible-label-in-accessible-name-2ee8b8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_rules/visible-label-in-accessible-name-2ee8b8.md b/_rules/visible-label-in-accessible-name-2ee8b8.md index 0283507df9..fc3fb2e859 100755 --- a/_rules/visible-label-in-accessible-name-2ee8b8.md +++ b/_rules/visible-label-in-accessible-name-2ee8b8.md @@ -52,6 +52,8 @@ The understanding document of [2.5.3 Label in Name][understand253] use the term If the target element contains an [image of text](https://www.w3.org/TR/WCAG22/#dfn-images-of-text), it may pass this rule but fail [2.5.3 Label in Name][understand253] (because the accessible name should then match the text inside the image, which is not taken into account by this rule). So further testing is needed. This case might be handled by a different rule in the future. +This rule does not include examples of abbreviations or differently hyphenated text because the label in name algorithm should not be used. While such examples are not covered by this rule, [Success Criterion 2.5.3 Label in Name][sc253] could apply. + ### Assumptions This rule assumes that the [visible inner text][] is equal to the [label as defined by WCAG](https://www.w3.org/wai/wcag22/understanding/label-in-name#dfn-label), even though "label" is not precisely defined at this point in history.