summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Element.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/DOM/Element.idl')
-rw-r--r--Libraries/LibWeb/DOM/Element.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Libraries/LibWeb/DOM/Element.idl b/Libraries/LibWeb/DOM/Element.idl
index 33f8fe6dca..e698841c84 100644
--- a/Libraries/LibWeb/DOM/Element.idl
+++ b/Libraries/LibWeb/DOM/Element.idl
@@ -8,7 +8,5 @@ interface Element : Node {
attribute DOMString innerHTML;
[Reflect] attribute DOMString id;
[Reflect=class] attribute DOMString className;
-
- attribute DOMString contentEditable;
}