- From: Jonathan Neal via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Jun 2017 21:44:35 +0000
- To: public-css-archive@w3.org
> harder for everyone except RTL authors Hey @bradkemper, I’d love to understand you correctly. So, are you saying that when we take: ```css margin: logical 1px 2px 3px 4px; ``` Which effectively becomes: ```css margin-block-start: 1px; margin-inline-start: 2px; margin-block-end: 3px; margin-inline-end: 4px; ``` That RTL authors will experience no change, because those logical properties become: ```css margin-top: 1px; margin-right: 2px; margin-bottom: 3px; margin-left: 4px; ``` And that RTL authors will gain more benefit with less sacrifice than LTR authors, possibly harming adoption of logical properties? Please let me know if I have falsely presented your case. I’m just trying to understand. -- GitHub Notification of comment by jonathantneal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1500#issuecomment-307938201 using your GitHub account
Received on Monday, 12 June 2017 21:44:41 UTC