blob: 0ee9582700d777983ac2ae1d9c6fb2d1520974ba (
plain)
1
2
3
4
5
|
<!DOCTYPE html>
<meta charset=utf-8>
<p>Underline should skip over the subscripted 'x'</p>
<div style="font:36px serif; color:rgba(0,0,255,0.5);">
<u style="text-decoration-color:red;">xx<sub>x</sub>xx</u></div>
|