SSAgov / ANDI

A tool to test web content for accessibility and 508 compliance.
https://www.ssa.gov/accessibility/andi/help/howtouse.html
Other
293 stars 75 forks source link

Unused code in the ANDI repository #176

Open ollie-iterators opened 1 year ago

ollie-iterators commented 1 year ago

In the following files there is unused code:

  1. handi.js (Line 455): //$("#ANDI508-elementDetails").show();
  2. landi.js (Line 774): //$("#ANDI508-resultsSummary").show();
  3. tandi.js (Line 359): //activeTableIndex = $(table).attr("data-andi508-index") - 1;
  4. tandi.js (Line 502): //alert(colIndex+" "+rowIndex+" |"+ci+ri)
  5. tandi.js (Line 1143): //var all_th = $(all_rows).find("[role=columnheader],[role=rowheader]").filter(":visible");
  6. tandi.js (Line 1521): //$("#ANDI508-resultsSummary").show();