mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
See https://dom.spec.whatwg.org/#characterdata
This commit is contained in:
parent
6e80458515
commit
67c73ddd59
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