Bug 42270

Summary: Direction aware CSS properties should depend on writing-mode and not on direction.
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: arv, daviseago, eae, hyatt, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://dev.w3.org/csswg/css3-text-layout/
Bug Depends on: 46123    
Bug Blocks:    

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?