You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the "Write something..." input field using the Tab key and activate the "Emoji" button.
Navigate to the "Search" input field using the Tab key.
Observe that the analyser reports that the contrast ratio is not sufficient.
Expected Result:
The border of the input field should have a contrast ratio against the page background of 3:1 or greater.
Actual Result:
Background/foreground color combinations with an insufficient contrast ratio was found on the screen. For instance, the #ECECEC border of the "Search" input field has a contrast ratio of 1.2:1 with the #FFFFFF background.
Similar type of issues repro on PR #7702 for the "search" field.
Workaround:
Yes
Area issue was found in:
Emoji
Failed WCAG checkpoints
1.4.11
User impact:
When sufficient contrast ratios are not met, users with low vision may have trouble identifying user interface components.
Suggested resolution:
Ensure that the color contrast for all user interface controls in their default as well as active, hover and focus states is 3:1 with the adjacent content.
Action Performed:
Expected Result:
The border of the input field should have a contrast ratio against the page background of 3:1 or greater.
Actual Result:
Background/foreground color combinations with an insufficient contrast ratio was found on the screen. For instance, the #ECECEC border of the "Search" input field has a contrast ratio of 1.2:1 with the #FFFFFF background.
Other Occurrences:
Similar type of issues repro on PR #8039, #9147, #8928, #9180, #9343
Workaround:
Yes
Area issue was found in:
Emoji
Failed WCAG checkpoints
1.4.11
User impact:
When sufficient contrast ratios are not met, users with low vision may have trouble identifying user interface components.
Suggested resolution:
Ensure that the color contrast for all user interface controls in their default as well as active, hover and focus states is 3:1 with the adjacent content.
Platform:
Version Number: 1.1.49-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
Reference link: https://www.w3.org/WAI/WCAG21/Understanding/non-text-contrast.html
Issue reported by: Sumit
The text was updated successfully, but these errors were encountered: