[Webkit-unassigned] [Bug 47210] CSS 2.1 failure: bidi-* tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 14:08:06 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=47210





--- Comment #4 from Yael <yael.aharon at nokia.com>  2011-04-14 14:08:06 PST ---
After https://bugs.webkit.org/show_bug.cgi?id=23124 was fixed, <br> would reset directionality only if it is set by a unicode character. In order to fix this bug, and also to be compatible with IE, <br> should not reset the directionality even if set by unicode character, if the document is in strict mode. IE allows <br> to reset directionality in quirks mode. I tested both IE8 and IE9.
Firefox does not seem to care about strict mode, and never resets the directionality.
The patch I am about to upload allows reseting the directionality only when in quirks mode.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list