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

Media Manager Page [Backend - side] Using Tool #70

Open
adj9 opened this issue Nov 14, 2020 · 0 comments
Open

Media Manager Page [Backend - side] Using Tool #70

adj9 opened this issue Nov 14, 2020 · 0 comments

Comments

@adj9
Copy link

adj9 commented Nov 14, 2020

Use Nightly Builds [beta6-dev]

Description of the issue

Use Tool: ARC Toolkit on Chrome.
Test on Media Manager Page.

Error Results

Structure category - Pseudo content sub-category

  • 9 errors with description (visible and hidden alerts errors)

Description:

Error: pseudo content found on text element, not in Private Use Area
Recommend: add the pseudo content to its own span with aria-hidden='true'.
Also, add a text alternative when appropriate

These errors from the tool are classified as non PUA Content In Same Text Element.
In doing some research I seem to have understood that it is a mistake due to a lack of a characteristic of CSS.
I'll bring you back a page: https://www.w3.org/WAI/GL/wiki/Icon_Font_with_an_On-Screen_Text_Alternative

Lines of code error detect:

  • <li data-access-action="increaseText" class="">Increase Text Size</li>
  • <li data-access-action="decreaseText" class="">Decrease Text Size</li>
  • <li data-access-action="increaseTextSpacing" class="">Increase Text Spacing</li>
  • <li data-access-action="decreaseTextSpacing" class="">Decrease Text Spacing</li>
  • <li data-access-action="invertColors" title="" class="">Invert Colours</li>
  • <li data-access-action="grayHues" title="" class="">Grey Hues</li>
  • <li data-access-action="underlineLinks" title="" class="">Underline Links</li>
  • <li data-access-action="readingGuide" title="" class="">Reading Guide</li>
  • <li data-access-action="textToSpeech" class="">Text to Speech</li>v

Relevant Warning Result

  • 5 warning detect

Description:

Warning: pseudo content found
Recommend: ensure text alternative is provided when appropriate

These warning from the tool are classified as pseudo Content Check For Alternative Text.

Lines of code error detect:

  • <span class="icon-images mediamanager" aria-hidden="true"></span>
  • <span class="icon-joomla" aria-hidden="true"></span>
  • <span class="icon-folder"></span>
  • <span class="icon-folder"></span>
  • <span class="icon-folder"></span>

The last three warnings refer to the same line, but the Tool does not
distinguish between the three subtypes of warnings.

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

No branches or pull requests

1 participant