Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Highlight API Test: ::highlight dynamic remove text decoration - reference</title>
<style>
#upper {
text-decoration: wavy underline overline green 5px;
text-underline-offset: 20px;
}
div {
border: solid 1px black;
padding: 50px;
}
</style>
<div id="upper">This line starts with under/over lines that remain.</div>
<div id="lower">This line starts with under/over lines that are removed.</div>
</html>