Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<body>
<p style="text-decoration: overline; text-decoration-color: #44cc44;">
  <span>Should have</span>
  only overline.
</p>
 <text style="text-decoration: overline;" y="20">
  <tspan>Should have</tspan> only overline.
 </text>
</svg>
 <text id="text2" y="20"><tspan>Should have</tspan> no overline.</text>
</svg>
</body>