[Webkit-unassigned] [Bug 74988] New: <ul><li> behavior is strange in RTL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 19:22:33 PST 2011


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

           Summary: <ul><li> behavior is strange in RTL.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: honten at chromium.org


Chrome Version       : 16.0.912.63
OS Version: OS X 10.7.2
URLs (if applicable) :
Other browsers tested:
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5: FAIL
  Firefox 4.x: OK
     IE 7/8/9: NA

What steps will reproduce the problem?
1.Make the following html file
<head>
  <style type="text/css">
    li {
       display: inline;
    }
  </style>
</head>
 <body dir="rtl">
  <ul>
    <li><i class='c1'>a</i><b>1</b> </li>
    <li><i class='c2'>b</i><b>2</b> </li>
    <li><i class='c3'>c</i><b>3</b> </li>
    <li><i class='c4'>d</i><b>4</b> </li>
  </ul>
</body>

2. And just load it on the browser

What is the expected result?

d4 c3 b2 a1

should be shown.

What happens instead?

a1 b2 c3 d4

The order is wrong.

UserAgentString: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

-- 
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