webgui icon indicating copy to clipboard operation
webgui copied to clipboard

WCAG 2.4.1: Frames must have title attribute (#progressFrame)

Open OmgImAlexis opened this issue 4 years ago • 0 comments

Issue

Frames must have title attribute (frame-title)

Target application

Tower/DiskSettings

Element path

#progressFrame

Snippet

<iframe id="progressFrame" name="progressFrame" frameborder="0"></iframe>

How to fix

Fix any of the following:
  aria-label attribute does not exist or is empty
  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  Element has no title attribute or the title attribute is empty
  Element's default semantics were not overridden with role="presentation"
  Element's default semantics were not overridden with role="none"

Environment

Chrome version 78.0.3904.87 This accessibility issue was found using Accessibility Insights for Web 2.10.3 (axe-core 3.3.2), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.

OmgImAlexis avatar Nov 06 '19 13:11 OmgImAlexis