[csswg-drafts] Pull Request: [css-ui-4][editorial] Let `outline-color` refer to `border-top-color` values

SebastianZ has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-ui-4][editorial] Let `outline-color` refer to `border-top-color` values ==
The description of `outline-color` refers to `<'border-color'>` while its syntax definition explicitly contains `<color> | <image-1D>`.

This has two issues:

1. The description deviates from the syntax definition.
2. `border-color` is a shorthand that takes one to four values, which is not what was intended for `outline-color`

So this PR changes them to both refer to `<'border-top-color'>`, which only takes _one_ value and is also referenced in other related places.

Sebastian

See https://github.com/w3c/csswg-drafts/pull/12993


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 21 October 2025 12:24:10 UTC