From 7e2eb955af88f9d8b8b98635a2b145b70fd4fbb0 Mon Sep 17 00:00:00 2001 From: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:20:43 +0200 Subject: [PATCH 1/2] Remove use of parentheses on its own sentence as per WAI Style Guide. Clarified explanation of the label in name algorithm regarding visible inner text and whitespace handling. --- _rules/visible-label-in-accessible-name-2ee8b8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_rules/visible-label-in-accessible-name-2ee8b8.md b/_rules/visible-label-in-accessible-name-2ee8b8.md index 2a0c11338c..1ba6e19a9a 100755 --- a/_rules/visible-label-in-accessible-name-2ee8b8.md +++ b/_rules/visible-label-in-accessible-name-2ee8b8.md @@ -142,7 +142,7 @@ This button has [visible inner text][] that, according to the [label in name alg #### Passed Example 8 -(Similar to previous example.) This link has [visible inner text][] that, according to the [label in name algorithm][], is contained within the [accessible name][]. This example shows why the [label in name algorithm][] uses the [visible inner text][] and not the [visible text content][]: the `
` tags insert whitespace into the result in the former but not the latter. +This link has [visible inner text][] that, according to the [label in name algorithm][], is contained within the [accessible name][]. This example shows why the [label in name algorithm][] uses the [visible inner text][] and not the [visible text content][]: the `
` tags insert whitespace into the result in the former but not the latter. ```html From e773ddb6345ba89eebe6fd0b94a2085f9c9c71e9 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Mon, 20 Jul 2026 16:14:45 +0200 Subject: [PATCH 2/2] Apply suggestion from @WilcoFiers --- _rules/visible-label-in-accessible-name-2ee8b8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_rules/visible-label-in-accessible-name-2ee8b8.md b/_rules/visible-label-in-accessible-name-2ee8b8.md index 1ba6e19a9a..69a50e596a 100755 --- a/_rules/visible-label-in-accessible-name-2ee8b8.md +++ b/_rules/visible-label-in-accessible-name-2ee8b8.md @@ -142,7 +142,7 @@ This button has [visible inner text][] that, according to the [label in name alg #### Passed Example 8 -This link has [visible inner text][] that, according to the [label in name algorithm][], is contained within the [accessible name][]. This example shows why the [label in name algorithm][] uses the [visible inner text][] and not the [visible text content][]: the `
` tags insert whitespace into the result in the former but not the latter. +Similar to the previous example, this link has [visible inner text][] that, according to the [label in name algorithm][], is contained within the [accessible name][]. This example shows why the [label in name algorithm][] uses the [visible inner text][] and not the [visible text content][]: the `
` tags insert whitespace into the result in the former but not the latter. ```html