A small text with <i>
and opacity less than 1 is not rendered (originally found here: https://www.uiua.org - the text "wee-wuh").
To reproduce, load this from a file:
<!DOCTYPE html>
<head>
</head>
<style>
.span-test {
opacity: 0.8;
}
</style>
<body>
<p>Oops, <span class="span-test">this is <i>gone</i></span>!
</body>
</html>
The problem does not manifest itself if opacity is 1, or if the <i>
/</i>
tag pair is removed
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too