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

impressivewebs has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-logical] Copy error in border-color section ==
In the [border-color](https://drafts.csswg.org/css-logical/#border-color) section of the CSS Logical Properties spec, it says:

> These two shorthand properties set the border-block-start-color & border-block-end-color and border-inline-start-color & border-inline-end-color, respectively. The first value represents the start edge **style**, and the second value represents the end edge **style**. If only one value is given, it applies to both the start and end edges.

It should say:

> These two shorthand properties set the border-block-start-color & border-block-end-color and border-inline-start-color & border-inline-end-color, respectively. The first value represents the start edge **color**, and the second value represents the end edge **color**. If only one value is given, it applies to both the start and end edges.

Bold added to indicate the mistake. I believe this is due to a copy/paste error when adding the information from the [border-style section](https://drafts.csswg.org/css-logical/#border-style).


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4629 using your GitHub account

Received on Tuesday, 24 December 2019 12:57:10 UTC