- From: Kevin Garcia via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Jul 2018 20:51:32 +0000
- To: public-css-archive@w3.org
to build off of @crissov
```
/* Shorthand */
{
initial-chars: dropped; /* = 3 3 */
initial-chars: sunken; /* = 3 2 */
initial-chars: raised; /* = 3 1 */
initial-chars: 4 2; /* height in number of lines, offset in number of lines */
}
/* Long form */
{
initial-chars-height: 3;
initial-chars-offset: 2;
}
```
--
GitHub Notification of comment by kgcreative
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2950#issuecomment-407891297 using your GitHub account
Received on Wednesday, 25 July 2018 20:51:35 UTC