mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
LibWeb: Fully implement the fragment serializing algorithm
Rather than assuming the node's node document is an HTML document, handle XML documents as well.
This commit is contained in:
parent
e1ac9c83b2
commit
13b8eeff54
Notes:
sideshowbarker
2024-07-17 07:16:27 +09:00
Author: https://github.com/trflynn89
Commit: 13b8eeff54
Pull-request: https://github.com/SerenityOS/serenity/pull/15897
Reviewed-by: https://github.com/linusg
7 changed files with 19 additions and 13 deletions
|
@ -117,7 +117,7 @@ public:
|
|||
|
||||
CSS::CSSStyleDeclaration* style_for_bindings();
|
||||
|
||||
String inner_html() const;
|
||||
WebIDL::ExceptionOr<String> inner_html() const;
|
||||
WebIDL::ExceptionOr<void> set_inner_html(String const&);
|
||||
|
||||
WebIDL::ExceptionOr<void> insert_adjacent_html(String position, String text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue