HTMLElement.bdi constructor
      
      HTMLElement.bdi()
     
    
Creates an HTMLElement using the tag 'bdi'.
Implementation
HTMLElement.bdi() : _ = document.createElement('bdi');
Creates an HTMLElement using the tag 'bdi'.
HTMLElement.bdi() : _ = document.createElement('bdi');