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
1 ) Class property-format span fails color contrast ratio thresholds for accessibility.
2 ) Property Style fails color contrast ratio thresholds for accessibility.
Current Behavior
1 )
2 )
Possible Solution
1 ) Increase the weight to the property format.
$prop-format-font-color: $gray-600 !default;
2 ) Increase the weight to the property format.
From #999 to #6b6b6b
Expected Behavior
1 ) Class property-format span fails color contrast ratio thresholds for accessibility.
2 ) Property Style fails color contrast ratio thresholds for accessibility.
Current Behavior
1 )
2 )
Possible Solution
1 ) Increase the weight to the property format.
$prop-format-font-color: $gray-600 !default;
2 ) Increase the weight to the property format.
From #999 to #6b6b6b
Context
Accessibility testing was completed using internal tools as well as Google Accessibility Extension (https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb) and aXe Accessibility Engine (https://www.deque.com/products/axe/). These failures were the most consistent and effect users with visual accessibility issues. Will submit a pull request with fixes.
The text was updated successfully, but these errors were encountered: