kristenchapline-design / GEI

ADA Audit
0 stars 0 forks source link

GEI Bidding All non-empty td element in table larger than 3 by 3 must have an associated table header #50

Open kristenchapline-design opened 3 years ago

kristenchapline-design commented 3 years ago

Issue description Ensure that each non-empty data cell in a large table has one or more table headers

Element location .hdr

Element Source table cellpadding="0" cellspacing="0" class="hdr" style="width: 1348px; table-layout: fixed; margin-right: 20px; padding-right: 20px;"

o solve this violation, you need to: Fix the following: Some non-empty data cells do not have table headers

Related nodes: .hdr > tbody > tr:nth-child(2) > td:nth-child(1) .dhxgrid_sort_asc_col .hdr > tbody > tr:nth-child(2) > td:nth-child(3) .hdr > tbody > tr:nth-child(2) > td:nth-child(4) .hdr > tbody > tr:nth-child(2) > td:nth-child(5) .hdr > tbody > tr:nth-child(2) > td:nth-child(6) .hdr > tbody > tr:nth-child(2) > td:nth-child(7) .hdr > tbody > tr:nth-child(2) > td:nth-child(8) .hdr > tbody > tr:nth-child(2) > td:nth-child(9) .hdr > tbody > tr:nth-child(2) > td:nth-child(10) .hdr > tbody > tr:nth-child(2) > td:nth-child(11) tr:nth-child(3) > td:nth-child(2) tr:nth-child(3) > td:nth-child(3) tr:nth-child(3) > td:nth-child(5) tr:nth-child(3) > td:nth-child(6) tr:nth-child(3) > td:nth-child(7) tr:nth-child(3) > td:nth-child(8) tr:nth-child(3) > td:nth-child(9)

kristenchapline-design commented 3 years ago

issue still appears