You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The color-contrast rule sometimes outputs Element's background color could not be determined because it is overlapped by another element messages. These messages are a result of how the CSS & DOM is structured and not something that is easily "fixed". Instead i would like the ability to ignore these specific messages. I do NOT want to disable the entire color-contrast rule. Just these results.
Perhaps
ignoreResults: `Element's background color could not be determined because it is overlapped by another element`
Or
ignoreResults: /(overlappedbyanotherelement)/
The text was updated successfully, but these errors were encountered:
Product
axe-core
Feature Description
The color-contrast rule sometimes outputs
Element's background color could not be determined because it is overlapped by another element
messages. These messages are a result of how the CSS & DOM is structured and not something that is easily "fixed". Instead i would like the ability to ignore these specific messages. I do NOT want to disable the entire color-contrast rule. Just these results.Perhaps
ignoreResults: `Element's background color could not be determined because it is overlapped by another element`
Or
ignoreResults: /(overlapped by another element)/
The text was updated successfully, but these errors were encountered: