Skip to content

Conversation

@pashaarshad
Copy link
Contributor

Resolves issue #1310 - Accessibility error and alert joomla 5.4.2

Problem

The Google Tag Manager iframe element in templates/index.twig was missing an accessible name (title or aria-label attribute), causing a WCAG accessibility compliance error:
'Embedded content requires an accessible name that describes its contents.'

Solution

Added the 'title' attribute with value 'Google Tag Manager' to the iframe element.

Changes

  • Modified: templates/index.twig
  • Added title attribute to iframe element on line 46

This fix ensures compliance with WCAG guidelines and resolves the accessibility error reported in issue #1310.

…rame

Resolves issue joomla#1310 - Accessibility error and alert joomla 5.4.2
Added 'title' attribute to iframe element to provide accessible name
This fixes WCAG compliance error: Embedded content requires an accessible name
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.

1 participant