- From: <bugzilla@jessica.w3.org>
- Date: Mon, 04 Jul 2011 11:49:12 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9097 --- Comment #5 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2011-07-04 11:49:10 UTC --- Peter Paul Koch implemented wbr in Opera as wbr{ content: "\00200B" }. However, he was unable to make it work in IE8: http://www.quirksmode.org/oddsandends/wbr.html However, it turns out that one can enable it in IE8, very easily, if only one uses wbr{display:inline-block} to trigger the infamous hasLayout. Peter Paul Koch's test case, with the hasLayout trigger: http://malform.no/testing/html5/wbr-haslayout -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 4 July 2011 11:49:12 UTC