diff --git a/understanding/21/img/contrast-text-input-custom-caret.png b/understanding/21/img/contrast-text-input-custom-caret.png new file mode 100644 index 0000000000..5f2140a9cf Binary files /dev/null and b/understanding/21/img/contrast-text-input-custom-caret.png differ diff --git a/understanding/21/non-text-contrast.html b/understanding/21/non-text-contrast.html index ab57416b16..b441c70b8e 100644 --- a/understanding/21/non-text-contrast.html +++ b/understanding/21/non-text-contrast.html @@ -3,7 +3,6 @@
#CCC
) outline has an insufficient contrast of 1.6:1 against the white (#FFF
) background, the cursor/caret which is displayed when the input receives focus does provide a sufficiently strong visual indication.#CCC
) outline has an insufficient contrast of 1.6:1 against the white (#FFF
) background, the user-agent's default cursor/caret which is displayed when the input receives focus does provide a sufficiently strong visual indication.#CCC
) has contrast lower than 3:1 against its adjacent white background. Additionally, the caret / cursor has been given a customized light-blue color (#00C7FD
) which has a contrast lower than 3:1 against the interior white background color of the input.