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

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

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

See HTML Event Attributes.

Note: Enum type cannot be parameterized because this is a global attribute.

Author:
AO Industries, Inc.