mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
LibWeb: Add Element.getHTML() and ShadowRoot.getHTML()
This commit is contained in:
parent
0c47b3ff97
commit
fb9f3f10f3
Notes:
sideshowbarker
2024-07-17 07:14:09 +09:00
Author: https://github.com/awesomekling
Commit: fb9f3f10f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/278
Reviewed-by: https://github.com/mattco98
Reviewed-by: https://github.com/nico
7 changed files with 32 additions and 2 deletions
|
@ -16,7 +16,7 @@ interface ShadowRoot : DocumentFragment {
|
|||
// https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization
|
||||
|
||||
[FIXME, CEReactions] undefined setHTMLUnsafe((TrustedHTML or DOMString) html);
|
||||
[FIXME] DOMString getHTML(optional GetHTMLOptions options = {});
|
||||
DOMString getHTML(optional GetHTMLOptions options = {});
|
||||
|
||||
// FIXME: [CEReactions] attribute (TrustedHTML or [LegacyNullToEmptyString] DOMString) innerHTML;
|
||||
[CEReactions, LegacyNullToEmptyString] attribute DOMString innerHTML;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue