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

I technically don't remember what I was thinking, but I'm sure @Loirooriol's comment is right. :)

Parsing `border-inline: solid orange 5px dotted``, it isn't clear where the first value ends and the second one starts. We *could* define that each type of value (color, style, width) is independently duplicated as needed, rather than resetting missing second values to their initial value. Then the above declaration would be the same as `border-inline: solid orange 5px dotted orange 5px` which is the same as `border-inline: orange 5px solid dotted`. It's not a pattern we've followed before, though.

Thoughts from anyone else?

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

Received on Wednesday, 16 January 2019 23:45:09 UTC