mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
LibWeb: Implement the Element.contentEditable IDL attribute
This commit is contained in:
parent
07e13e9868
commit
7811cf3520
Notes:
sideshowbarker
2024-07-19 04:23:06 +09:00
Author: https://github.com/awesomekling
Commit: 7811cf3520
4 changed files with 68 additions and 7 deletions
|
@ -9,5 +9,6 @@ interface Element : Node {
|
|||
[Reflect] attribute DOMString id;
|
||||
[Reflect=class] attribute DOMString className;
|
||||
|
||||
attribute DOMString contentEditable;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue