Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
GNU Affero General Public License v3.0
56
stars
18
forks
source link
Javascript: allowed only valid RGB values #74
Closed
dzc34 closed 7 years ago
Observed behaviour
JS allow bad RGB value like
rgb(255,255,256)
Expected behaviour
Javascript: allowed only valid RGB values Don't allow a bad RGB value like
rgb(255,255,256)