interface HTMLInputElement { }; interface HTMLElement { }; interface Element{ };
partial interface HTMLInputElement { [CEReactions] attribute DOMString capture; };