You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
Currently shaping is broken at element boundaries. It shouldn't.
To Reproduce:
See the test case below. In all the paragraphs, we should see "ffi" shaped as a ligature.
Servo only shapes the first paragraph correctly, and shapes all the remaining paragraphs as 3 independent letters.
<linkhref="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"><style>:root {
font-family: Roboto;
font-size:150%;
}
div::before {
content:"f";
}
div::after {
content:"i";
}
q {
quotes:"f""i";
}
</style><h1>All of the paragraphs below should look the same</h1>
ffi
f<span>f</span><div>f</div><q>f</q><br>
The text was updated successfully, but these errors were encountered:
Describe the bug:
Currently shaping is broken at element boundaries. It shouldn't.
To Reproduce:
See the test case below. In all the paragraphs, we should see "ffi" shaped as a ligature.
Servo only shapes the first paragraph correctly, and shapes all the remaining paragraphs as 3 independent letters.
The text was updated successfully, but these errors were encountered: