mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibWeb: Parse and match basic "contains" attribute selectors (~=)
This commit is contained in:
parent
a38a5d50ab
commit
65c4e5cacf
4 changed files with 15 additions and 2 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
None,
|
||||
HasAttribute,
|
||||
ExactValueMatch,
|
||||
Contains,
|
||||
};
|
||||
|
||||
AttributeMatchType attribute_match_type { AttributeMatchType::None };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue