HTMLDirectoryElement constructor

HTMLDirectoryElement()

Creates an HTMLDirectoryElement using the tag 'dir'.

Implementation

HTMLDirectoryElement() : _ = document.createElement('dir');