Re: [csswg-drafts] [css-inline-3] Add keywords for raised / dropped initials

I like the idea of being able to say drop or raise using key words. I'd prefer to align it with syntax similar to how the span keyword works in CSS Grid. As in `keyword value` rather than `value keyword`.

We also should be able to set both at the same time.

```
[property-name]: drop 3 raise 2;
```
Or it could be done as functions instead?

```
[property-name]: drop(3) raise(2);
```

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

Received on Friday, 27 July 2018 12:36:28 UTC