Skip to content

[css-writing-modes][css-pseudo][css-inline] text-combine-upright, initial-letter and i18n quotation #889

@realskk

Description

@realskk

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

image

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions