[Webkit-unassigned] [Bug 12037] New: For relatively positioned boxes in an RTL block, 'right' should win over 'left' if both are not 'auto'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 30 10:56:40 PST 2006


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

           Summary: For relatively positioned boxes in an RTL block, 'right'
                    should win over 'left' if both are not 'auto'
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


According to <http://www.w3.org/TR/CSS21/visuren.html#relative-positioning>,
"If neither 'left' nor 'right' is 'auto', the position is over-constrained, and
one of them has to be ignored. If the 'direction' property of the containing
block is 'ltr, the value of 'left' wins and 'right' becomes -'left'. If
'direction' of the containing block is 'rtl', 'right' wins and 'left' is
ignored".

Currently in WebKit, 'left' always wins.


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