- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Jul 2011 23:48:34 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9350 --- Comment #13 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2011-07-05 23:48:33 UTC --- (In reply to comment #12) > (In reply to comment #11) > Uh, I spoke to soon. We would not (necessarily) avoid it. At least VoiceOver > currently treats the following span element as a word separator, even if it has > span{display:inline;}: > > pres<span></span>ident Oh, I forgot: VoiceOver's behavior is simply due to a bug in Webkit: The test page I pointed to above shows that Webkit is the only webbrowser which treats a span element as a line-break opportunity. So, we *could* solve the issue by changing the semantics of <wbr> *and* instead of saying that <wbr> is equal to wbr{content:"\00200B"}, say that it is equal to wbr{display:inline-block}. -- 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:48:35 UTC