Interface OnmousedownUnexpected<E extends Element<?,?,E> & OnmousedownUnexpected<E>>

Type Parameters:
E - This element type
All Superinterfaces:
Onmousedown<E>
All Known Implementing Classes:
AnyBASE, AnyBDO, AnyBR, AnyHEAD, AnyHTML, AnyINPUT.Hidden, AnyMETA, AnyPARAM, AnySCRIPT, AnySTYLE, AnyTITLE, AnyWBR

@Deprecated public interface OnmousedownUnexpected<E extends Element<?,?,E> & OnmousedownUnexpected<E>> extends Onmousedown<E>
Deprecated.
Although the onmousedown attribute is global, it is not expected on <base>, <bdo>, <br>, <head>, <html>, <iframe>, <input type="hidden">, <meta>, <param>, <script>, <style>, <title>, or <wbr>.

See HTML Event Attributes.

Author:
AO Industries, Inc.