[Webkit-unassigned] [Bug 231668] New: OpenType Feature `dlig` for Japanese 組文字 Left Extra Spacing In <span>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 05:17:11 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231668

            Bug ID: 231668
           Summary: OpenType Feature `dlig` for Japanese 組文字 Left Extra
                    Spacing In <span>
           Product: WebKit
           Version: Safari 15
          Hardware: Mac (Intel)
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bufhdy at hotmail.com
                CC: mmaxfield at apple.com

Created attachment 441059

  --> https://bugs.webkit.org/attachment.cgi?id=441059&action=review

An example in Safari, Firefox and Chrome

Source code, in CSS:

```css
.dlig {
    font-feature-settings: "dlig";
}
```

In <body>:

```html
<p>中心気圧九四〇<span class="dlig">メリ</span>バール・瞬間最大風速五〇<span class="dlig">メートル</span>・暴風雨半径二五<span class="dlig">〇キロ</span>……</p>
```

<span> won't shrink for ligatures inside, which left extra spacing after.

-- 
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/20211013/26a1f2f3/attachment.htm>


More information about the webkit-unassigned mailing list