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

Just landed the edits for https://github.com/w3c/csswg-drafts/issues/8829#issuecomment-1699500216 in https://github.com/w3c/csswg-drafts/commit/7869dc6823e2ce9c6d816c33fb070ed5c317eb1a and posted a [new naming issue](https://github.com/w3c/csswg-drafts/issues/10675) to solidify those edits. The proposed syntax is:

```
<text-edges> = [ text | cap | ex | ideographic | ideographic-ink ]
               [ text | alphabetic | ideographic | ideographic-ink ]?
<text-trim> = start | end | both

/* line box sizing property (inherited) */
line-fit-edge: leading | <text-edges>

/* leading-trim properties (non-inherited) */
text-box: normal | <text-trim> || <text-edges>
text-box-trim: none | <text-trim>
text-box-edge: auto | <text-edges>
```

Have a look at the [details in the issue](https://github.com/w3c/csswg-drafts/issues/10675) and let us know what you think!

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


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

Received on Friday, 2 August 2024 18:40:07 UTC