Files
serenity/Userland/Libraries/LibWeb/HTML/HTMLMeterElement.cpp
simonkrauter 3df0082bb1 LibWeb: Correct HTMLMeterElement color selection
The logic of the comment "the region between the high boundary and the
maximum value must be treated as the optimum region" is correct.
However, the code below covered only two cases, the optimum case was
missing.
Fixes #473

(cherry picked from commit a676bd97a745cd7a4b33bb779e00ec68cb1d3c7c)
2024-07-13 18:22:04 -04:00

11 KiB