mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
This seems to have been required when pseudo-elements were first implemented, but has since become unused. It's also awkward because we don't have access to the DOM Element and its CountersSet at this point. So, let's remove it. For reference, Chrome&Firefox both return the computed value for `content: counter(foo)` as `counter(foo)`, not as the computed string. So not computing it here seems like the intended behaviour.
46 KiB
46 KiB