mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibWeb: Support (and validate) prefixes in Document.createElementNS()
1% progression on ACID3. :^)
This commit is contained in:
parent
4fb67c1621
commit
bfa7aad0f6
Notes:
sideshowbarker
2024-07-17 18:04:29 +09:00
Author: https://github.com/awesomekling
Commit: bfa7aad0f6
5 changed files with 41 additions and 14 deletions
|
@ -10,6 +10,6 @@
|
|||
|
||||
namespace Web::DOM {
|
||||
|
||||
NonnullRefPtr<Element> create_element(Document&, FlyString tag_name, FlyString namespace_);
|
||||
NonnullRefPtr<Element> create_element(Document&, FlyString local_name, FlyString namespace_, FlyString prefix = {});
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue