This issue is forked from #653 .
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>
When TCY includes quotation, and in case of the above code, what is the adequate rendering results?
The below two images are what I imagined.
The example depicts text-orientation: sideways;, but this question is applicable when the contents is vertical writing text, such as Japanese.
Moreover, when quotations are 「」 or 「」, the position of these quotations might be different from "", or ''.

