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
Bootstrap 3.2 changed the muted text from #999 to #777 in response to issue #13847. Subsequently, the input placeholders have been reverted back to #999 as part of issue #14107 and the nav bars were changed due to the weakened contrast between the new darker secondary color and the primary color, in issue #13943.
The same issues that lead to the the other items being reverted apply to other text still at the darker #777 value as the contrast ratio between the default primary color and secondary color is now a mere 2.82:1, which can be tricky to notice even for an average user in certain viewing conditions.
The previous #999 value had an ideal contrast ratio to the default primary of 4.43:1.
While I appreciate and value the accessibility support in Bootstrap, I feel that this change has made it harder for the average user. At the same time, users who need higher contrast can force this upon all websites using their operating system's enhanced contrast settings.
My developers complained about it, and they almost never notice tweaks to the interface, so I`d expect a number of customer complaints and issues when deployed to production.
Please consider rolling back the changes in issue #13847.
Just compare these before/after shots to see how striking the change is:
Placeholders can easily be confused as regular values and the help text now looks similar to regular text:
Dropdown headings are less obvious:
Disabled options aren't as clearly disabled, especially if the item has padding that separates it from primary active text:
While not as difficult to distinguish primary to secondary, the headline secondary text still presents a problem of not clearly separating the content... the full text of primary and secondary appear more like one phrase with a random text change than as two separate pieces, especially while quickly scanning a page:
Considering the user's operating system can enhance the contrast for users that require it, is it worth degrading the readability and intuitiveness of the average user? I don't imagine the widgets would be similarly degraded in the name of poor aria property availability.
The text was updated successfully, but these errors were encountered:
Bootstrap 3.2 changed the muted text from
#999
to#777
in response to issue #13847. Subsequently, the input placeholders have been reverted back to#999
as part of issue #14107 and the nav bars were changed due to the weakened contrast between the new darker secondary color and the primary color, in issue #13943.The same issues that lead to the the other items being reverted apply to other text still at the darker
#777
value as the contrast ratio between the default primary color and secondary color is now a mere 2.82:1, which can be tricky to notice even for an average user in certain viewing conditions.The previous
#999
value had an ideal contrast ratio to the default primary of 4.43:1.While I appreciate and value the accessibility support in Bootstrap, I feel that this change has made it harder for the average user. At the same time, users who need higher contrast can force this upon all websites using their operating system's enhanced contrast settings.
My developers complained about it, and they almost never notice tweaks to the interface, so I`d expect a number of customer complaints and issues when deployed to production.
Please consider rolling back the changes in issue #13847.
Just compare these before/after shots to see how striking the change is:
Placeholders can easily be confused as regular values and the help text now looks similar to regular text:
Dropdown headings are less obvious:
Disabled options aren't as clearly disabled, especially if the item has padding that separates it from primary active text:
While not as difficult to distinguish primary to secondary, the headline secondary text still presents a problem of not clearly separating the content... the full text of primary and secondary appear more like one phrase with a random text change than as two separate pieces, especially while quickly scanning a page:
Considering the user's operating system can enhance the contrast for users that require it, is it worth degrading the readability and intuitiveness of the average user? I don't imagine the widgets would be similarly degraded in the name of poor aria property availability.
The text was updated successfully, but these errors were encountered: