This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element Multipage: http://www.whatwg.org/C#the-wbr-element Complete: http://www.whatwg.org/c#the-wbr-element Comment: It's unclear how there can be "content inside wbr elements" Posted from: 92.27.34.75 User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
var wbr = document.createElement("wbr"); wbr.textContent = "foo";