- From: Jan Nicklas via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Feb 2023 10:42:08 +0000
- To: public-css-archive@w3.org
+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** ✂️:

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

```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