-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.11, 4.2.8, 4.3.5, 4.4.1
HTML such as:
<p style="color:#333333; background-color:#000000; font-size: calc(0.90375rem + 0.045vw);">
can cause the css_text_has_contrast to fail resulting in the following error:
Scheduled task failed: Process bulk batch accessibility checking (tool_brickfield\task\bulk_process_courses),Unsupported operand types: string * int
This is due to
"\tool_brickfield\local\htmlchecker\common\brickfield_accessibility_color_test::get_fontsize()"
not checking if substring is numeric
- is a regression caused by
-
MDL-73974 Alphabetic font sizes can cause an error in the Brickfield's css_text_has_contrast check
- Closed