Re: [csswg-drafts] [css-logical] border-block/border-inline syntax (#3519)

I would rather keep it simple and not allow this.

Instead of `border-inline: solid orange 5px dotted`, people can use

```css
border-inline: orange 5px;
border-inline-style: solid dotted;
```

which seems much clearer to me.

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

Received on Thursday, 17 January 2019 00:08:17 UTC