Re: [csswg-drafts] [css-logical-1] Copy error in border-color section (#4629)

>  The first value represents the start edge style, and the second value represents the end edge style.

This pattern is used almost everywhere:
https://drafts.csswg.org/css-logical/#propdef-margin-block
https://drafts.csswg.org/css-logical/#propdef-inset-block
https://drafts.csswg.org/css-logical/#propdef-padding-block
https://drafts.csswg.org/css-logical/#propdef-border-block-style
https://drafts.csswg.org/css-logical/#propdef-border-block-color

I think the idea is that "style" doesn't refer to a border style but to a CSS style in general. So in your quote "start edge style" means is "style for the start edge border color".

But it's a bit confusing because https://drafts.csswg.org/css-logical/#border-width does say "start edge width".

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

Received on Tuesday, 24 December 2019 14:25:05 UTC