mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
See https://dom.spec.whatwg.org/#characterdata
This commit is contained in:
parent
6e80458515
commit
67c73ddd59
Notes:
sideshowbarker
2024-07-18 04:38:28 +09:00
Author: https://github.com/Lubrsi
Commit: 67c73ddd59
Pull-request: https://github.com/SerenityOS/serenity/pull/9849
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
interface CharacterData : Node {
|
||||
|
||||
attribute DOMString data;
|
||||
[LegacyNullToEmptyString] attribute DOMString data;
|
||||
readonly attribute unsigned long length;
|
||||
|
||||
readonly attribute Element? nextElementSibling;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue