aria-valid-attr-value critical
ARIA attributes must conform to valid values
Manual review required to confirm this issue.
nodes: 2
target button[aria-controls="mh-translation-sign-in-menu"]
Fix all of the following:
Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls="mh-translation-sign-in-menu"
HTML snippet
<button type="button" class="mh-translation-bar__..." aria-label="Log In" :aria-expanded="$store.signInMenu.op..." aria-controls="mh-translation-sign-..." aria-haspopup="dialog" @click="$store.translateMenu..." aria-expanded="false">
target button[aria-label="Translate"]
Fix all of the following:
Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls="mh-translation-language-menu"
HTML snippet
<button type="button" class="mh-translation-bar__..." aria-label="Translate" :aria-expanded="$store.translateMenu..." aria-controls="mh-translation-langu..." aria-haspopup="listbox" @click="$store.signInMenu.op..." aria-expanded="false">
color-contrast serious
Elements must meet minimum color contrast ratio thresholds
Manual review required to confirm this issue.
nodes: 5
target h1
Fix any of the following:
Element's background color could not be determined due to a background gradient
HTML snippet
<h1 class="mh-hero__title whitespace-pre-line w-full max-w-[700px]">MI Plus Application Update</h1>
target .mh-section--bg-primary-red > .mh-section__body > .mh-section__inner > .mh-section__header > h2
Fix any of the following:
Element's background color could not be determined due to a background gradient
HTML snippet
<h2 class="mh-section__title whitespace-pre-line">Questions about MI Plus?</h2>
target .wp-block-paragraph
Fix any of the following:
Element's background color could not be determined due to a background gradient
HTML snippet
<p class="wp-block-paragraph">Contact our Mortgage Insurance Fund at <a href="tel:8888436432">888.843.6432</a> or <a href="mailto:[email protected]">[email protected]</a>.</p>
target a[href="tel:8888436432"]
Fix any of the following:
Element's background color could not be determined due to a background gradient
HTML snippet
<a href="tel:8888436432">888.843.6432</a>
Fix any of the following:
Element's background color could not be determined due to a background gradient
HTML snippet
<a href="mailto:[email protected]">[email protected]</a>