[Webkit-unassigned] [Bug 9536] Safari Incorrectly renders border-top, UNDER border-left or border-right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 18:56:23 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=9536





------- Comment #7 from proton at wiretapped.net  2007-08-28 18:56 PDT -------
It seems that every browser has a different ordering here. These are the
orderings of different browsers I've tested. The order given is the order the
borders are draw and thus those further down the list are drawn on top of those
higher in the list.

IE6/IE7
  Left
  Top
  Bottom
  Right

Firefox 2
  Bottom
  Left
  Top
  Right

Opera
  Bottom
  Left
  Right
  Top

WebKit
  Top
  Bottom
  Left
  Right


It seems that there is no agreement in the ordering here. Commonalities between
them (excluding WebKit):
Top always comes after Left
Right always comes after Bottom


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



More information about the webkit-unassigned mailing list