This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15696 - It's unclear how there can be "content inside wbr elements"
Summary: It's unclear how there can be "content inside wbr elements"
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 17:33 UTC by contributor
Modified: 2012-07-18 18:38 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-01-24 17:33:44 UTC
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)
Comment 1 Ms2ger 2012-07-02 09:33:26 UTC
var wbr = document.createElement("wbr");
wbr.textContent = "foo";