color-contrast serious
Elements must meet minimum color contrast ratio thresholds
nodes: 12
target .selected > div
Fix any of the following:
Element has insufficient color contrast of 3.6 (foreground color: #ffffff, background color: #65925f, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<div>ART & ARTIFACTS</div>
target h1
Fix any of the following:
Element has insufficient color contrast of 4.37 (foreground color: #6c7b84, background color: #ffffff, font size: 17.8pt (23.744px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<h1>Request not Accepted - Security Risk Detected</h1>
target em > a
Fix any of the following:
Element has insufficient color contrast of 4.43 (foreground color: #2f7faa, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="http://www.senate.gov/pagelayout/general/one_item_and_teasers/privacy.htm">privacy policy</a>
target .contenttext > li:nth-child(2) > a
Fix any of the following:
Element has insufficient color contrast of 4.43 (foreground color: #2f7faa, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="http://www.senate.gov/general/contact_information/senators_cfm.cfm">contact information for all current senators.</a>
target .contenttext > li:nth-child(8) > a:nth-child(2)
Fix any of the following:
Element has insufficient color contrast of 4.43 (foreground color: #2f7faa, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="mailto:[email protected]">[email protected]</a>
target a[href$="www.senate.gov"]
Fix any of the following:
Element has insufficient color contrast of 4.43 (foreground color: #2f7faa, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="www.senate.gov">www.senate.gov</a>
target li:nth-child(8) > a:nth-child(4)
Fix any of the following:
Element has insufficient color contrast of 4.43 (foreground color: #2f7faa, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="http://www.senate.gov/pagelayout/general/one_item_and_teasers/contacting.htm">contact your senators</a>
target .teasertext > p:nth-child(1) > a
Fix any of the following:
Element has insufficient color contrast of 4.11 (foreground color: #2f7faa, background color: #faf6ed, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="/about/research-tools/site-index.htm">Senate Index</a>
target p:nth-child(2) > a[href="/about/index.htm"]
Fix any of the following:
Element has insufficient color contrast of 4.11 (foreground color: #2f7faa, background color: #faf6ed, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="/about/index.htm">About the Senate section of Senate.gov</a>
target a[href$="committees_faq.htm"]
Fix any of the following:
Element has insufficient color contrast of 4.11 (foreground color: #2f7faa, background color: #faf6ed, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="/committees/committees_faq.htm">Committees</a>
target p:nth-child(3) > a
Fix any of the following:
Element has insufficient color contrast of 4.11 (foreground color: #2f7faa, background color: #faf6ed, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="/pagelayout/reference/b_three_sections_with_teasers/howto.htm">Congressional Research</a>
target p:nth-child(4) > a
Fix any of the following:
Element has insufficient color contrast of 4.11 (foreground color: #2f7faa, background color: #faf6ed, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<a href="/general/common/generic/NewCongress_faq.htm">New Congress</a>
label critical
Form elements must have labels
nodes: 2
target input[value="Search"]
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"
HTML snippet
<input type="text" name="q" value="Search" id="search3" onfocus="this.value=''">
target input[value="Enter Search Term(s)"]
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"
HTML snippet
<input onfocus="this.value=''" style="width: 140px;" class="searchBox" id="search3" value="Enter Search Term(s)" name="q" type="text" width="120">