mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Add ElementContentEditable WebIDL interface
This commit is contained in:
parent
d16ba51b47
commit
880a0f9478
2 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue