-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.5, 4.0, 4.1.4, 4.2, 4.3
HTML such as:
<p style="color:#333333; background-color:#000000; font-size: large;">
can cause the css_text_has_contrast to fail. This is due to the check looking for font-size numeric values and not handling alpha values for large-scale text as described here by W3C.
- caused a regression
-
MDL-82429 Calculated font sizes can cause an error in the Brickfield's css_text_has_contrast check
- Closed