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

Accessibility Insights: pivot - <object> elements must have alternate text #1701

Open
RomanVakhterov opened this issue Dec 17, 2019 · 1 comment

Comments

@RomanVakhterov
Copy link

Title: WCAG 1.1.1: elements must have alternate text (object)
Tags: Accessibility, WCAG 1.1.1, object-alt​

Issue: elements must have alternate text (object-alt - https://dequeuniversity.com/rules/axe/3.3/object-alt?application=msftAI)​

Element path: object​

Snippet: <object style="display: block;position:absolute;top: 0;left: 0;height: 100%;width: 100%;overflow: hidden;pointer-events: none;z-index: -1;" data="about:blank" type="text/html" class="win-resizeinstrument win-disposable" tabindex="-1"></object>​

How to fix: ​
Fix any of the following:​
Element does not have text that is visible to screen readers​
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"​

@zhfk930129
Copy link

Hi we also met this issue, any updates or suggested workarounds?

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

2 participants