mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibWeb: Add namespaces to Attribute selectors
For now, we parse these, but don't actually consider the namespace when matching them. `DOM::Element` does not (yet) store attribute namespaces so we can't check what they are.
This commit is contained in:
parent
1858f06881
commit
debf38ee9d
5 changed files with 51 additions and 36 deletions
|
@ -177,7 +177,7 @@ public:
|
|||
CaseInsensitiveMatch,
|
||||
};
|
||||
MatchType match_type;
|
||||
FlyString name {};
|
||||
QualifiedName qualified_name;
|
||||
String value {};
|
||||
CaseType case_type;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue