[Webkit-unassigned] [Bug 260120] No spacing within vertical upright text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 13 06:32:01 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260120
--- Comment #3 from zalan <zalan at apple.com> ---
Safari produces the same result when font is set to Ahem (or Monospace) which makes me think this is more about fonts than layout. Myles?
<style>
div {
writing-mode: vertical-lr;
text-orientation: upright;
font-family: Ahem;
}
</style>
<div>yes spacing</div>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230813/5352bec4/attachment.htm>
More information about the webkit-unassigned
mailing list