Axe Common Issues Report
This report groups repeated axe violations across pages so you can track one engineering issue with a clear list of affected pages. It keeps the existing per-page HTML reports intact and adds a triage-oriented view on top.
Top Rules
| Rule | Impact | Pages | Occurrences | Help |
|---|---|---|---|---|
color-contrast |
serious | 3 | 12 |
Elements must meet minimum color contrast ratio thresholds
|
image-alt |
critical | 3 | 12 |
Images must have alternative text
|
link-name |
serious | 3 | 6 |
Links must have discernible text
|
link-in-text-block |
serious | 2 | 4 |
Links must be distinguishable without relying on color
|
label |
critical | 1 | 2 |
Form elements must have labels
|
Top Component Candidates
| Normalized selector | Pages | Occurrences | Rules |
|---|---|---|---|
.call-center-mobile |
3 | 6 | link-name |
img[src$="Call.svg"] |
3 | 6 | image-alt |
div > div:nth-child(*) |
3 | 3 | color-contrast |
a[href$="pgatour.com/"] |
2 | 4 | link-in-text-block |
.notes > a[target="_blank"]:nth-child(*) |
1 | 2 | color-contrast |
.search_icon |
1 | 2 | image-alt |
#note |
1 | 2 | label |
a[href$="privacy-policy"][target="_blank"]:nth-child(*) |
1 | 2 | color-contrast |
a[href$="terms"][target="_blank"] |
1 | 2 | color-contrast |
a[target="_blank"]:nth-child(*) |
1 | 2 | color-contrast |
body > img[width="0"][height="0"] |
1 | 2 | image-alt |
.dont_shy_desk |
1 | 1 | image-alt |
.dont_shy_mob |
1 | 1 | image-alt |
.reviews_card-body__Hd_kk > .reviews_more-btn__jDKRN.d-flex |
1 | 1 | color-contrast |
Recurring Issues
image-alt on img[src$="Call.svg"]
Images must have alternative text
<img src="/images/header/Call.svg">
Failure details
- Fix any of the following: Element does not have an alt attribute 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 Element's default semantics were not overridden with role="none" or role="presentation"
Affected pages
link-name on .call-center-mobile
Links must have discernible text
<a href="tel:1-844-336-6183" class="mob-links InfinityNumber clickable call-center-mobile" id="*" style="display:block !important"><img src="/images/header/Call.svg"><span class="InfinityNumber clickable add-remove-call-center-no d-none">Call </span></a>
Failure details
- Fix all of the following: Element is in tab order and does not have accessible text 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
Affected pages
color-contrast on div > div:nth-child(*)
Elements must meet minimum color contrast ratio thresholds
<div>Provide Feedback</div>
Failure details
- Fix any of the following: Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #00b140, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
link-in-text-block on a[href$="pgatour.com/"]
Links must be distinguishable without relying on color
<a href="https://pgatour.com/">PGATOUR.COM</a>
Failure details
- Fix any of the following: The link has insufficient color contrast of 2.85:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00b140, surrounding text: #ffffff) The link has no styling (such as underline) to distinguish it from the surrounding text
Affected pages
color-contrast on a[href$="privacy-policy"][target="_blank"]:nth-child(*)
Elements must meet minimum color contrast ratio thresholds
<a href="/about/privacy-policy" target="_blank">Privacy Policy</a>
Failure details
- Fix any of the following: Element has insufficient color contrast of 4.3 (foreground color: #00873c, background color: #f5f7f5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
color-contrast on a[href$="terms"][target="_blank"]
Elements must meet minimum color contrast ratio thresholds
<a href="/about/terms" target="_blank">Terms and Conditions</a>
Failure details
- Fix any of the following: Element has insufficient color contrast of 4.3 (foreground color: #00873c, background color: #f5f7f5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
color-contrast on .notes > a[target="_blank"]:nth-child(*)
Elements must meet minimum color contrast ratio thresholds
<a href="/about/california-privacy-policy" target="_blank">Privacy Notice</a>
Failure details
- Fix any of the following: Element has insufficient color contrast of 4.3 (foreground color: #00873c, background color: #f5f7f5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
color-contrast on a[target="_blank"]:nth-child(*)
Elements must meet minimum color contrast ratio thresholds
<a href="/about/california-privacy-policy" target="_blank">Privacy Policy</a>
Failure details
- Fix any of the following: Element has insufficient color contrast of 4.3 (foreground color: #00873c, background color: #f5f7f5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
image-alt on .search_icon
Images must have alternative text
<img class="search_icon" src="/images/CustomerSupport/seacrh.png">
Failure details
- Fix any of the following: Element does not have an alt attribute 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 Element's default semantics were not overridden with role="none" or role="presentation"
image-alt on body > img[width="0"][height="0"]
Images must have alternative text
<img src="https://beacon.krxd.net/event.gif?event_id=Oa8pdivh&event_type=default" width="0" height="0">
Failure details
- Fix any of the following: Element does not have an alt attribute 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 Element's default semantics were not overridden with role="none" or role="presentation"
label on #note
Form elements must have labels
<textarea class="checkField" maxlength="300" id="*" name="note"></textarea>
Failure details
- Fix any of the following: Element does not have an implicit (wrapped) <label> Element does not have an explicit <label> 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 Element has no placeholder attribute Element's default semantics were not overridden with role="none" or role="presentation"
color-contrast on .reviews_card-body__Hd_kk > .reviews_more-btn__jDKRN.d-flex
Elements must meet minimum color contrast ratio thresholds
<button class="reviews_more-btn__jDKRN d-flex" style="margin-bottom: 8px; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgb(0, 123, 255); cursor: pointer; padding: 0px;">More...</button>
Failure details
- Fix any of the following: Element has insufficient color contrast of 1.67 (foreground color: #1ee576, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1
image-alt on .dont_shy_desk
Images must have alternative text
<img class="w-100 dont_shy_desk contact_desktop" src="/images/CustomerSupport/contact_01_d.webp">
Failure details
- Fix any of the following: Element does not have an alt attribute 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 Element's default semantics were not overridden with role="none" or role="presentation"
image-alt on .dont_shy_mob
Images must have alternative text
<img class="w-100 dont_shy_mob" src="/images/CustomerSupport/contact_01_m.webp">
Failure details
- Fix any of the following: Element does not have an alt attribute 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 Element's default semantics were not overridden with role="none" or role="presentation"