1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibWeb: Move check for CSS-wide keywords to ValueID.h

This feels like a better home for it. The new name better reflects the
spec phrasing.
This commit is contained in:
Sam Atkins 2023-09-04 14:39:10 +01:00 committed by Andreas Kling
parent bf8aa33b68
commit e9b58ff096
3 changed files with 10 additions and 10 deletions

View file

@ -286,7 +286,6 @@ private:
Optional<Supports::Feature> parse_supports_feature(TokenStream<ComponentValue>&);
static bool has_ignored_vendor_prefix(StringView);
static bool is_builtin(StringView);
struct PropertiesAndCustomProperties {
Vector<StyleProperty> properties;