mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Previously identifiers were resolved to zero length. This could be seen when a border declaration doesn't have specified width (e.g. `border: solid`), as the initial border width is 'medium'. The spec doesn't specify what the identifiers should really resolve to, but it gives us some example values and that's what I've used here. :^) Spec link: https://www.w3.org/TR/css-backgrounds-3/#border-width