Bug 42270
Summary: | Direction aware CSS properties should depend on writing-mode and not on direction. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | CSS | Assignee: | 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: |
Erik Arvidsson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Erik Arvidsson
Hyatt, this seems to work correctly. I assume you implemented this already?