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

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

@Deprecated public interface OndragUnexpected<E extends Element<?,?,E> & OndragUnexpected<E>> extends Ondrag<E>
Deprecated.
Although the ondrag 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.

Since:
HTML 5
Author:
AO Industries, Inc.