From f7edbd851889e4eca5d4aa2fac80e222869e7410 Mon Sep 17 00:00:00 2001 From: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:21:17 +0200 Subject: [PATCH] Remove outdated accsupport note (#2111) --- _rules/menuitem-non-empty-name-m6b1q3.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_rules/menuitem-non-empty-name-m6b1q3.md b/_rules/menuitem-non-empty-name-m6b1q3.md index b3a50f65e95..64b8c20120b 100755 --- a/_rules/menuitem-non-empty-name-m6b1q3.md +++ b/_rules/menuitem-non-empty-name-m6b1q3.md @@ -37,8 +37,6 @@ This rule assumes that all menuitems are [user interface components as defined b ## Accessibility Support -In some assistive technologies, the `menuitem` role will only be announced in browsing mode. When they receive focus this role is not announced. Additionally, the `title` attribute is not a reliable way to provide an accessible name. Use `aria-label` instead. - Implementation of [Presentational Roles Conflict Resolution][] varies from one browser or assistive technology to another. Depending on this, some [semantic][semantic role] `menuitem` elements can fail this rule with some technology but users of other technologies would not experience any accessibility issue. ## Background