- From: Hiroshi Sakakibara via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Dec 2016 06:38:23 +0000
- To: public-css-archive@w3.org
I have a quick question:
```
p {
writing-mode:vertical-rl;
text-orientation: sideways;
text-combine-upright: 2;
}
p::first-letter {
initial-letter: 3;
}
<p>"13" is a really nice number. Lorem Ipsum...</p>
```
I added double quotations around 13. In this situation, where these
punctuations should be displayed?
The below two images are what I imagined.


--
GitHub Notification of comment by realskk
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/653#issuecomment-268729878
using your GitHub account
Received on Thursday, 22 December 2016 06:38:28 UTC