ucfopen / UDOIT

The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
GNU General Public License v3.0
108 stars 65 forks source link

Transparent background-color styling throwing "Insufficient Text Color Contrast" error #908

Open kywoodland opened 1 year ago

kywoodland commented 1 year ago

The following code produces an "Insufficient Text Color Contrast With the Background" error even if there is no contrast issue: <p style="background-color: transparent;"> Removing the background-color styling gets rid of the error but it's impossible to see it in the Rich Content Editor. UDOIT cannot change the color using the arrows to adjust value up and down in the UFIXIT editor (nothing happens if you use it), but it can successfully change the background color using the color picker drop-down.

dmols commented 3 months ago

Update here. The PR above was closed because it involves a solution that skips instructor approval, and that's an essential part of the solution we want to implement. Will be revisiting this issue in the future.