From 0997e85ec5f14bd0d6959b9201fcd3845b224747 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 13 Aug 2022 16:19:57 +0100 Subject: Parse: Important: Handle new explicit defaulting values --- src/parse/important.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/important.c b/src/parse/important.c index e0e8620..1066d90 100644 --- a/src/parse/important.c +++ b/src/parse/important.c @@ -87,7 +87,7 @@ void css__make_style_important(css_style *style) offset++; /* Advance past any property-specific data */ - if (isInherit(opv) == false) { + if (hasFlagValue(opv) == false) { switch (op) { case CSS_PROP_AZIMUTH: if ((value & ~AZIMUTH_BEHIND) == AZIMUTH_ANGLE) -- cgit v1.2.1