Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Fixed URL in RoleTooltipRequiresDescribedBy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschaefer authored Oct 23, 2017
1 parent e12bfeb commit 10e0e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audits/RoleTooltipRequiresDescribedBy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ goog.require('axs.utils');
axs.AuditRules.addRule({
name: 'roleTooltipRequiresDescribedby',
heading: 'Elements with role=tooltip should have a corresponding element with aria-describedby',
url: 'https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_02',
url: 'https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_tooltip_01',
severity: axs.constants.Severity.SEVERE,
relevantElementMatcher: function(element, flags) {
return axs.browserUtils.matchSelector(element, '[role=tooltip]') && !flags.hidden;
Expand Down

1 comment on commit 10e0e5e

@Diogolaz12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.