mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +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
Notes:
sideshowbarker
2024-07-16 23:34:44 +09:00
Author: https://github.com/AtkinsSJ
Commit: debf38ee9d
Pull-request: https://github.com/SerenityOS/serenity/pull/20429
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