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

@Dan503 You'd need to use the two-number version that is currently in the spec. The first number is the size expansion factor, the second number (which must be an integer) is the line number at which it is aligned. I'm not sure exactly what you're picturing, but probably either `4 2` or `5 3` would do what you want.

[See examples in the spec](https://drafts.csswg.org/css-inline-3/#sizing-drop-initials). E.g., this is `3 2` (Letters 3 lines high, baseline aligned with the second line of the paragraph):

![Spec example of a sunken initial letter in the first paragraph of Moby Dick](https://drafts.csswg.org/css-inline-3/images/InitialLetter32.png)

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

Received on Tuesday, 16 October 2018 22:39:45 UTC