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
In some cases there are theme properties that together can result in a poor experience for end-users.
Some of these are coming up with the new sidebar + vertical tabs, and the main cause is often that the colour of text chosen for the tabs is based on a header image, but then if the frame colour (which is obscured by the header image) is either the same as the text colour, or lacks contrast with it this can cause cases where parts of the UI are illegible.
This is a very basic example and other fallbacks are also likely to be needing to be considered. As other examples come up we can further details. If basic support is added for this case, this would make it trivial to extend to other properties.
This bug is to cover considering what areas might be helped if the linter warned about poor contrast, to hopefully help newly created themes and updated themes avoid colour combinations that lack contrast.
It's worth noting in this bug we're also considering client-side interventions however, since that might not be what the author wants it makes sense to start flagging contrasts issues to theme developers on the way in in addition to mitigations that might be enabled elsewhere.
The text was updated successfully, but these errors were encountered:
In some cases there are theme properties that together can result in a poor experience for end-users.
Some of these are coming up with the new sidebar + vertical tabs, and the main cause is often that the colour of text chosen for the tabs is based on a header image, but then if the frame colour (which is obscured by the header image) is either the same as the text colour, or lacks contrast with it this can cause cases where parts of the UI are illegible.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1947430 for an example:
This is a very basic example and other fallbacks are also likely to be needing to be considered. As other examples come up we can further details. If basic support is added for this case, this would make it trivial to extend to other properties.
This bug is to cover considering what areas might be helped if the linter warned about poor contrast, to hopefully help newly created themes and updated themes avoid colour combinations that lack contrast.
It's worth noting in this bug we're also considering client-side interventions however, since that might not be what the author wants it makes sense to start flagging contrasts issues to theme developers on the way in in addition to mitigations that might be enabled elsewhere.
The text was updated successfully, but these errors were encountered: