If you write CSS, which color would you expect the borders to be in this example?

(Which would you have expected before you read this question 😜)

(Assume light mode.)

```
body {
color: purple;
}
img {
border: 3px solid;
}
```

black
71.9%
purple
28.1%
Poll ended at .
@jensimmons Since when is border-color defaulting to currentColor? Is it like… since the dawn of time? πŸ˜‚
Cascading Style Sheets, level 1

@fantasai @davidweb Shhhhh don't tell people the answer yet!

Don't show them a demo like: https://codepen.io/jensimmons/pen/bGXWGWP?editors=1100

`color` sets border colors β€” wha? yes. it does.

...