Files
servo/components/layout/table
Oriol Brufau 8637ee6388 layout: Simplify logic for border specificity (#42264)
When CSS tables collapse borders, we need to compare their specificities
to determine which border wins. One thing that the specificity takes
into account is the border-style. We were manually mapping each possible
BorderStyle to its priority, but Stylo already provides Ord, so we can
just use that instead.

Testing: Not needed, no behavior change

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2026-01-31 16:18:02 +00:00
..