| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index 1121bff9cbee5c211b79940042dae7f69fee2f76..ed71d7cf1413c57b1a98702da957e09a11ffc6af 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -51,10 +51,6 @@ interface HTMLElement : Element {
|
| readonly attribute long offsetWidth;
|
| readonly attribute long offsetHeight;
|
|
|
| - // Input Method Editor API
|
| - // https://dvcs.w3.org/hg/ime-api/raw-file/default/Overview.html#the-inputmethodcontext-property
|
| - [RuntimeEnabled=IMEAPI] readonly attribute InputMethodContext? inputMethodContext;
|
| -
|
| // Non-standard APIs
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementInnerText] attribute DOMString innerText;
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementOuterText] attribute DOMString outerText;
|
|
|