[Bug 10828] i18n comment 4 : at least by default, <br> should constitute a bidi paragraph break

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10828

--- Comment #59 from fantasai <fantasai.bugs@inkedblade.net> 2011-03-23 02:40:47 UTC ---
Here's the implementation data from smontagu's tests:

Impl      <BR>     <PRE> CR/LF
===============================
IE7        PS          PS
IE8        LS          LS
IE9        LS          PS
Chrome9   PS/LS       PS/LS
Safari5   PS/LS       PS/LS
FF3.6      LS          LS
Opera11    LS          LS

WebKit's behavior is really weird. Whether the break is LS or PS seems to
depend on what type of content is near the break: if there is an *embedded*
element after the <br>, it's treated as LS (the RTL effect passes through the
<br>).

To summarize, the ideal behavior would be IE9's, i.e.
Ideal      LS          PS
The safest behavior is probably IE7's,
Safe       PS          PS

-- 
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 Wednesday, 23 March 2011 02:40:54 UTC