Skip to content

Corrección del error de accesibilidad - #43

Merged
ismaelperdomorodriguez-practicas merged 1 commit into
devfrom
feature/mi-tarea
Jun 9, 2026
Merged

Corrección del error de accesibilidad #43
ismaelperdomorodriguez-practicas merged 1 commit into
devfrom
feature/mi-tarea

Conversation

@ismaelperdomorodriguez-practicas

Copy link
Copy Markdown

Corregido error de accesibilidad

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to address an accessibility issue related to the off-canvas side menu by ensuring the menu is not rendered when it is marked as hidden (aria-hidden="true").

Changes:

  • Updates the side menu markup in home.xml (button/aside attributes).
  • Adds CSS to hide #teidesat-side-menu when aria-hidden="true".
  • Minor formatting-only change in home.js near the menu open logic.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
addons/teidesat_website/views/pages/home.xml Adjusts side menu / close button attributes related to accessibility and behavior.
addons/teidesat_website/static/src/js/home.js Minor formatting change near openMenu() (no functional intent).
addons/teidesat_website/static/src/css/home.css Hides the side menu via CSS when aria-hidden="true" to address the accessibility issue.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 58 to +62
<button class="teidesat-side-menu__close"
type="button"
id="teidesat-menu-close"
aria-label="Cerrar menú">
aria-label="Cerrar menú"
data-bound="true">
@alu0101124896
alu0101124896 requested review from a user and LuisGuez June 5, 2026 20:08
@ismaelperdomorodriguez-practicas
ismaelperdomorodriguez-practicas merged commit 0799ead into dev Jun 9, 2026
1 check passed
@alu0101124896
alu0101124896 deleted the feature/mi-tarea branch August 5, 2026 17:42
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.

2 participants