Re: [csswg-drafts] [css-inline] better name for initial-letters property

Iʼd like to approach this with non-existing keywords for the most common cases in mind. These sound reasonable to me:

```` css
{
text-initial: dropped; /* = 3 3 */
text-initial: sunken; /* = 3 2 */
text-initial: raised; /* = 3 1 */

line-initial: dropped; /* = 3 3 */
line-initial: sunken; /* = 3 2 */
line-initial: raised; /* = 3 1 */

initial: dropped; /* = 3 3 */
initial: sunken; /* = 3 2 */
initial: raised; /* = 3 1 */
} 
````

In particular, `line-span`, which I liked initially, makes no sense this way. 

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

Received on Wednesday, 25 July 2018 20:31:09 UTC