Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPS-1121: Accessibility check in UAE Lite #1121

Open
wants to merge 1 commit into
base: release-candidate
Choose a base branch
from

Conversation

Bhikule19
Copy link
Contributor

Description

[BSF-PR-SUMMARY]

Screenshots

Types of changes

How has this been tested?

Checklist:

  • My code is tested
  • My code passes the PHPCS tests
  • My code follows accessibility standards
  • My code has proper inline documentation
  • I've included any necessary tests
  • I've included developer documentation
  • I've added proper labels to this pull request

@vijetaR vijetaR self-requested a review February 27, 2025 05:19
@@ -777,7 +777,7 @@ protected function render():void {
$home_class = ( 'yes' === $settings['show_home'] ) ? 'hfe-breadcrumbs-show-home' : '';

// Build the breadcrumb output.
$output = '<ul class="hfe-breadcrumbs ' . esc_attr( $home_class ) . '">';
$output = '<nav aria-label="Breadcrumb"><ul class="hfe-breadcrumbs ' . esc_attr( $home_class ) . '">';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nav is added as a wrapper to ul tag. Make sure we test this change with different themes. Mostly themes add CSS for nav elements.
@Bhikule19

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, will test this with multiple themes

@vijetaR
Copy link
Contributor

vijetaR commented Feb 27, 2025

https://prnt.sc/S43QRlqnrDAs - Even if there is alt text added, on voice over it is voicing, can you please check.
if not make required changes like how its done for Site Logo.

@vijetaR
Copy link
Contributor

vijetaR commented Feb 27, 2025

https://prnt.sc/eIenZLvBaNks - Check using Lighthouse tool and retest the accessibility once. @Bhikule19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants