Home › Forums › Support › [aria-hidden=”true”] elements contain focusable descendents This topic has 10 replies, 4 voices, and was last updated 2 years, 9 months ago by Ying. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts November 9, 2022 at 2:07 am #2407683 roadlink Hi there, We have started to get this warning after yesterday’s updates on GP and GPP. Do you have any advise? November 9, 2022 at 4:20 am #2407853 DavidStaff Customer Support Hi there, what happens if you add this CSS to the site ? #generate-slideout-menu[aria-hidden="true"] :is(button, input) { display: none; } November 9, 2022 at 2:15 pm #2408910 roadlink I have added it to additional css part but still see same warnings. November 9, 2022 at 5:17 pm #2409072 Fernando Customer Support Hi Roadlink, I see. Can you try replacing the code above with this instead to test as well?: #generate-slideout-menu[aria-hidden="true"] :is(button, input) { visibility: hidden; } November 11, 2022 at 3:05 am #2410996 roadlink Hi Fernando, I replaced but seems didn’t work. Can you also check? Thanks a lot. Have a nice day November 11, 2022 at 4:56 am #2411132 DavidStaff Customer Support So the error being reported is related to this: https://dequeuniversity.com/rules/axe/4.4/aria-hidden-focus If you look at the second bullet point: Content hidden through CSS. Then that should resolve the issue. But it seems Google doesn’t resolve it. Try this: #generate-slideout-menu[aria-hidden="true"] * { display: none !important; visibility: hidden; } November 11, 2022 at 11:42 am #2411759 roadlink Hi David, Yes, this solved the issue. thank a lot. https://prnt.sc/tKadsbP1qsm5 November 11, 2022 at 6:11 pm #2411999 roadlink I see this in change log. Should I keep this additional CSS in anyway? GP Premium 2.2.1 Fix: Add value to off-canvas aria-hidden attribute Tweak: Remove/add aria-hidden to off-canvas on toggle November 12, 2022 at 5:13 am #2412345 DavidStaff Customer Support Should I keep this additional CSS in anyway? Yes, as the CSS is fixing a different issue. We’ll get that patched in the next main update. December 10, 2022 at 12:11 pm #2457303 roadlink Hi David, Is new version released to solve this issue? GP Premium 2.2.2 Fix: Off Canvas anchor links not working December 11, 2022 at 3:07 pm #2458258 YingStaff Customer Support No, it’s not the fix for this issue. Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In