interface HTMLInputElement { }; interface HTMLElement { }; interface Element{ };
partial interface HTMLInputElement { attribute boolean capture; };