No Code Attached Yet a11y bug
avatar carcam
carcam
4 Jun 2021

It seems the new Plugin System - Additional Accessibility Features is not correctly detected in the page landmarks by the "Skip to" plugin

Steps to reproduce the issue

  1. Go to plugin manager and enable Skip To plugin for frontend
  2. Enable plugin System - Additional Accessibility Features for Frontend
  3. Go to the frontend of your page
  4. Use your keyboard (press Tab Key) to reach the Keyboard navigation menu
  5. Open it clicking Enter

Expected result

In the page outline feature we should see a "Toggle" accessibility options and after choosing it, the focus will be on the Accessibility Options Button.

Actual result

In the page outline we see an entry called "Close Accesibility Options..." and when reaching it with your keyboard it does not go to the accessibility icon.

Captura de pantalla 2021-06-04 a las 17 05 19

System information (as much as possible)

  • Latest Joomla from GH after npm ci and php composer update

@joomla/joomla-accessibility-team-jat

avatar carcam carcam - open - 4 Jun 2021
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jun 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Jun 2021
avatar chmst chmst - change - 4 Jun 2021
Labels Added: ?
avatar chmst chmst - labeled - 4 Jun 2021
avatar brianteeman
brianteeman - comment - 8 Jun 2021

The skipto plugin is not configured to show everything - it would be very very long if it displayed everything that is available.

Currently it is configured

						// Selectors for landmark and headings sections
						'headings'  => 'h1, h2, h3',
						'landmarks' => 'main, nav, search, aside, header, footer, form',

For more information on this see https://github.com/paypal/skipto#css-selectors-for-identifying-landmarks-and-headings

avatar carcam
carcam - comment - 8 Jun 2021

Maybe we should include specifically the A11y options button or remove the markup that is adding that useless link... What do you suggest?

avatar brianteeman
brianteeman - comment - 8 Jun 2021

sorry just saw "the useless link" didnt see that before.

avatar drmenzelit
drmenzelit - comment - 6 Mar 2022

Confirmed. The link in the skip-to plugin doesn't work, either to reach the accessibility button nor to close it if already open.

avatar chmst
chmst - comment - 6 Mar 2022

Confirmed

avatar chmst chmst - change - 20 Feb 2023
Labels Added: No Code Attached Yet a11y bug
Removed: ? ?
avatar chmst chmst - labeled - 20 Feb 2023

Add a Comment

Login with GitHub to post a comment