[Webkit-unassigned] [Bug 50969] <option> should support the dir attribute and be displayed accordingly both in the dropdown and after being chosen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 10:34:59 PST 2011


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





--- Comment #2 from Jeremy Moskovich <playmobil at google.com>  2011-01-18 10:34:59 PST ---
Levi: perhaps what you're seeing is Cocoa aligning Hebrew text to the right and English text to the left?  What about the following case:

  <select>
   <option dir="rtl">Right aligned</option>
   <option dir="ltr">left aligned</option>
   <option dir="ltr">מיושר לשמאל</option>
   <option dir="rtl">מיושר לימין</option>
  </select

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