Re: [csswg-drafts] [css-inline-3] Naming Stuff (#8067)

+1 for the `text-box` suggestion by @michaeltaranto.
Imho the consistency in terminology brings clarity and simplifies comprehension.

Here are some more examples:

**default**:

```css
.paragraph {
  text-box-sizing: normal;
  text-box-trim: normal;
}
```

**cap** ✂️:

![image](https://user-images.githubusercontent.com/4113649/217504359-2a53117b-fca9-4aab-8e34-8195b4eb6aa1.png)

```css
.paragraph {
  text-box-sizing: cap;
  text-box-trim: both;
}
```

**cap alphabetic** ✂️:

![text-box-sizing: cap alphabetic](https://user-images.githubusercontent.com/4113649/217506411-f9c06764-366d-4e67-b9c1-4465b1ffad86.png)

```css
.paragraph {
  text-box-sizing: cap alphabetic;
  text-box-trim: both;
}
```


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


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

Received on Wednesday, 8 February 2023 10:42:10 UTC