-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text-decoration-line should not be skipped at ideograph-alpha/numeric text spacing #1061
Comments
…meric text spacing - fix #1061
この不具合が再発生しているので、reopenします。原因は PR #1412 で次のissueに対処しようとしたためでした。 |
Test with Vivliostyle Viewer (v2.30.7): このテスト結果を見ると、和欧文間スペース(text-spacing:none以外の場合の "ABC-123" の前後)のほか、次の問題があることがわかる:
|
これについては別issueにする: |
Fixed in #1436. |
Test sample:
Test with Vivliostyle Viewer:
https://vivliostyle.vercel.app/#src=data:,%3Ch1%3E%E6%BC%A2%E5%AD%97Abc%20123%E3%81%8B%E3%81%AA%3C/h1%3E&style=data:,/*%3Cviewer%3E*/%0A/*%3C/viewer%3E*/%0Ah1%20%7B%0A%20%20text-decoration:%20underline;%0A%20%20text-spacing:%20auto;%0A%7D
Result screenshot:
![Screenshot 2022-12-13 at 21 42 15](https://user-images.githubusercontent.com/3324737/207322862-150ee791-83bf-4407-a317-abd82cd1e716.png)
In this test result, the underline is skipped at spaces created by
text-spacing: auto
(ideograph-alpha and ideograph-numeric are enabled). This looks not good.The text was updated successfully, but these errors were encountered: