✍️ Here’s my list of things I wish CSS could gain in 2023. Get busy, browser makers! https://meyerweb.com/eric/thoughts/2023/02/08/css-wish-list-2023/
CSS Wish List 2023

In which I set out to write down a wish or two for CSS in 2023, and ended up with a list of sixt—no, wait, seventeen.

@Meyerweb thumbs up on almost all of these. But what's "logical"? I haven't seen that before.
@sil As a keyword, it’s a thing I made up. As a concept, it means stuff like `margin-block` and `padding-inline` instead of `margin-top` or `padding-left`.
@Meyerweb @sil Wait… that was you?! You absolute beauty!
@oliverturner @sil No no, other people came up with logical properties. I just made up adding a keyword, which might not even be the right (or a good) way to do it.

@Meyerweb @sil Ohhh... gotcha! Of the many awesome ideas in your post it's still one of my faves though: hope it gets picked up 😀

Personally I'd love to see declarative scoping via the link element:
```
<link rel="stylesheet" href="/vendor.css" scope="vendor">
```