mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Previously we implemented an all encompassing `MathDepthStyleValue` specifically for the `math-depth` property, this was unnecessary since we can represent `auto-add` and `<integer>` using existing `StyleValue` classes. This brings the values created from parsing in line with those set via `StylePropertyMap` which allows us to simplify computation