- From: Hiroshi Sakakibara via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Jan 2017 21:20:20 +0000
- To: public-css-archive@w3.org
realskk has just created a new issue for
https://github.com/w3c/csswg-drafts:
== [css-writing-modes][css-pseudo][css-inline] text-combine-upright,
initial-letter and i18n quotation ==
* please tag the issue title with the spec's shortname, like
`[css-foo]`
* please link to the spec section you're talking about, or at least
the spec
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 ''.


Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/889 using your GitHub
account
Received on Wednesday, 11 January 2017 21:20:26 UTC