HTMLElement.wbr constructor

HTMLElement.wbr()

Creates an HTMLElement using the tag 'wbr'.

Implementation

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