- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Jul 2011 23:55:37 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9097 --- Comment #6 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2011-07-05 23:55:36 UTC --- (In reply to comment #5) > 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 SORRY, incorrect: it does *not* trigger hasLayout. CORRECT INTEPRETATION: *{display:inline-block} creates a line-break opportunity. Every tested browser treats an empty element with {display:inline-block} as a line-break oportunity. See my *heavily* updated test page: http://malform.no/testing/html5/nobr Thus, instead of wbr{content:"\00200B"}, we could simply say wbr{display:inline-block}. This is far more compatible with existing web browsers, as well. -- 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 Tuesday, 5 July 2011 23:55:38 UTC