Ollie
Ollie
iandi.js has some comments that makes it look like the code for iANDI was copied from fANDI without fixing all of the comments. They are: - At line 2 where...
There is an omission in line 2 of landi.js. On line 2, it is said that lANDI is the links ANDI module, but it should be called the links and...
(Screengrab/videos or Screen capture) (insert file names here) 2020 09 10, ANDI Error about Images.mp4 [2020 09 10, ANDI Error about Images.mp4.zip](https://github.com/SSAgov/ANDI/files/5220794/2020.09.10.ANDI.Error.about.Images.mp4.zip) Environment (Device > OS > Browser) Computer >...
It says that in this url: https://www.w3schools.com/tags/att_img_longdesc.asp, that longdesc is not supported in the major browsers. Because of this, I think it can be removed from gANDI.
I think it would be good if the code was formatted better, like by using jslint or a code checked like Codacy. It is free for open source code projects.
In sANDI, there are two buttons, a role attributes button and a lang attributes button. Both of them have comments identifying them as role attributes buttons. Also, in the roleAttributes...
Since in the createOverlay function, if tabindex is not given a value means that it is given a value of 0, it means that you could give tabindex a default...
Some of the TODO statements are confusing in what you need the changes to be made for. For example: "//TODO: add video" in gANDI. - Which tests are needed to...
Some classes (lANDI508-nextTab and lANDi508-anchorTarget) were found when using modules other than lANDI.
In the code for the contrast function, the farthest variable is set to: farthest: onWhite == max? _.WHITE : _.BLACK. The max variable is set to Math.max(contrastOnBlack, contrastOnWhite);, and min...