[go: up one dir, main page]

Page MenuHomePhabricator

[Vue warn]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
Open, LowPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

  • See developer console warning

What should have happened instead?:

  • NO warning

Software version (skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

This is happening because the close button needs an aria-label (or :aria-hidden="true" if you want to hide it from SRs); see here for more info.

CCiufo-WMF subscribed.

Here's an updated link to the guidelines available in the Codex docs on how to address this.