Re: [csswg-drafts] [css-text-decor-4] Rethinking text-underline-offset

Hi, I prefer `from-font` is the value of `text-underline-offset`, then we can use it as followings.

```css
text-underline-position: left;
text-underline-offset: from-font;
``` 
and

```css
text-underline-position: right;
text-underline-offset: from-font;
``` 

Because if `from-font` is the value of `text-underline-position`, it seems impossible to meet the same effects. I'm not sure whether the following codes or something else can do that, according to the proposal made by @litherum above. So, @litherum, could you please explain further for me? Thank you :)
```css
text-underline-position: right from-font;
text-underline-position: left from-font;
```
> Perhaps an even better solution would be to join the two properties into one, so you could say something like ...

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

Received on Saturday, 20 October 2018 17:07:42 UTC