[Webkit-unassigned] [Bug 278469] `ruby` test case is not working similar to other web browsers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 27 17:52:21 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278469
--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
The code right now on the site is
```
<dd> シャーロック・ホームズ全事件(いしいひさいち)<br> 名前のない<ruby>事件<rt>ヤマ</rt></ruby>~CASE WITH NO NAME~</dd>
```
The code for testing:
data:text/html,<!doctype html><title>ruby</title><meta charset='utf-8'><p>名前のない<ruby style="display:inline">事件<rt>ヤマ</rt></ruby></p>
On Safari, the characters ヤマ disappear
On Chrome and Firefox, they are put after 事件
Without display: inline, the normal ruby layout is on all browsers, aka
ヤ マ
事件
--
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/20240828/4302685a/attachment.htm>
More information about the webkit-unassigned
mailing list