Add ElementContentEditable WebIDL interface

This commit is contained in:
Corey Farwell 2015-11-06 23:07:57 -05:00
parent d16ba51b47
commit 880a0f9478
2 changed files with 11 additions and 2 deletions

View file

@ -31,8 +31,6 @@ interface HTMLElement : Element {
//readonly attribute DOMString accessKeyLabel;
// attribute boolean draggable;
//[PutForwards=value] readonly attribute DOMSettableTokenList dropzone;
// attribute DOMString contentEditable;
//readonly attribute boolean isContentEditable;
// attribute HTMLMenuElement? contextMenu;
// attribute boolean spellcheck;
//void forceSpellCheck();
@ -57,4 +55,5 @@ partial interface HTMLElement {
};
HTMLElement implements GlobalEventHandlers;
HTMLElement implements ElementContentEditable;
HTMLElement implements ElementCSSInlineStyle;