2.2.1.6 HTMLDDElement

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, and IE11 Mode (All Versions)

The HTMLDDElement interface provides access to the dd object.

The HTMLDDElement interface has been added, with the following attribute:

  • noWrap

     //Introduced in Internet Explorer.
     interface HTMLDDElement : HTMLElement {
                 attribute boolean         noWrap;
     };