[webkit-reviews] review requested: [Bug 12037] For relatively positioned boxes in an RTL block, 'right' should win over 'left' if both are not 'auto' : [Attachment 12124] Implement the spec

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sat Dec 30 11:24:17 PST 2006


mitz at webkit.org has asked  for review:
Bug 12037: For relatively positioned boxes in an RTL block, 'right' should win
over 'left' if both are not 'auto'
http://bugs.webkit.org/show_bug.cgi?id=12037

Attachment 12124: Implement the spec
http://bugs.webkit.org/attachment.cgi?id=12124&action=edit

------- Additional Comments from mitz at webkit.org
No layout test regressions. Implemented this way to avoid checking the
containing block's direction unless necessary (it's cheaper to check both
offsets than to check the direction and an offset).



More information about the webkit-reviews mailing list