Bug 42270 - Direction aware CSS properties should depend on writing-mode and not on direction.
Summary: Direction aware CSS properties should depend on writing-mode and not on direc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://dev.w3.org/csswg/css3-text-lay...
Keywords:
Depends on: 46123
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-14 10:51 PDT by Erik Arvidsson
Modified: 2011-05-05 14:00 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2010-07-14 10:51:50 PDT
Our direction aware CSS properties (border-start, padding-start, margin-start etc) currently depend on the direction (RTL) but the CSS3 draft makes these depend on the writing-mode. Our writing-mode is insufficient at the moment but when writing-mode is fully working we should update the direction aware properties.
Comment 1 Erik Arvidsson 2011-05-05 14:00:58 PDT
Hyatt, this seems to work correctly. I assume you implemented this already?