mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibWeb: Make the innerHTML setter spec compliant
This adds innerHTML to ShadowRoot in the process.
This commit is contained in:
parent
f62477c093
commit
8e0f3436a2
Notes:
sideshowbarker
2024-07-18 03:58:55 +09:00
Author: https://github.com/Lubrsi
Commit: 8e0f3436a2
Pull-request: https://github.com/SerenityOS/serenity/pull/10025
8 changed files with 109 additions and 9 deletions
|
@ -3,4 +3,7 @@ interface ShadowRoot : DocumentFragment {
|
|||
readonly attribute DOMString mode;
|
||||
readonly attribute Element host;
|
||||
|
||||
// FIXME: This should come from a InnerHTML mixin.
|
||||
[LegacyNullToEmptyString] attribute DOMString innerHTML;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue