HTMLElement.bdi constructor

HTMLElement.bdi()

Creates an HTMLElement using the tag 'bdi'.

Implementation

HTMLElement.bdi() : _ = document.createElement('bdi');