Re: [csswg-drafts] [css-logical-1] [css-cascade-3] The all longhand probably shouldn't set logical properties.

Food for thought: what happens in this scenario?

```js
elem.style.marginTop = "1px";
elem.style.marginBlockStart = "2px";
elem.style.writingMode = "horizontal-tb"; // is top margin 1px or 2px now?
```

-- 
GitHub Notification of comment by adomasven
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1898#issuecomment-338888898 using your GitHub account

Received on Tuesday, 24 October 2017 06:36:58 UTC