-
Bug
-
Resolution: Fixed
-
Major
-
3.11.5
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
MDL-73629-master_color_errors -
As described in a forum post, under certain situations, the 'css_text_has_contrast" check can throw an invalid type error. This occurs of an HTML element has invalid colours specified, such as:
<span style="color: -10234; background-color: 1050743;">
As a workaround, find and fix those colour areas.