mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 16:42:19 +02:00
Before this change, we would never apply CSS rules where the selector had a mixed-case tag name. This happened because our rule caches would key them on the lowercased tag name, but we didn't lowercase the tag name when fetching things from the cache. This uncovered the fact that the SVG2 spec has a bunch of style applied to non-rendered elements in a way that doesn't match other browsers. Instead of blindly following the spec, we now match other browsers.
2.7 KiB
2.7 KiB