mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibWeb: Support (and validate) prefixes in Document.createElementNS()
1% progression on ACID3. :^)
This commit is contained in:
parent
4fb67c1621
commit
bfa7aad0f6
5 changed files with 41 additions and 14 deletions
|
@ -160,4 +160,6 @@ private:
|
|||
template<>
|
||||
inline bool Node::fast_is<Element>() const { return is_element(); }
|
||||
|
||||
ExceptionOr<QualifiedName> validate_and_extract(FlyString namespace_, FlyString qualified_name);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue