Re: [csswg-drafts] [css-writing-modes][css-pseudo][css-inline] text-combine-upright and initial-letter

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. 

![image](https://cloud.githubusercontent.com/assets/17156693/21417242/8046dc04-c85c-11e6-9ec6-0deea6042d4a.png)

![image](https://cloud.githubusercontent.com/assets/17156693/21417243/8a6fc614-c85c-11e6-9191-08f14294af9f.png)


-- 
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