LibWeb: Implement the Element.contentEditable IDL attribute

This commit is contained in:
Andreas Kling 2020-08-02 16:15:15 +02:00
commit 7811cf3520
Notes: sideshowbarker 2024-07-19 04:23:06 +09:00
4 changed files with 68 additions and 7 deletions

View file

@ -9,5 +9,6 @@ interface Element : Node {
[Reflect] attribute DOMString id;
[Reflect=class] attribute DOMString className;
attribute DOMString contentEditable;
}