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:
parent
bf8aa33b68
commit
e9b58ff096
3 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue