<!doctype html>
<title>CSS Test reference: Dynamic text-decoration propagation</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#line-decoration">
<style>
div { text-decoration: underline }
</style>
<div>
<span><b>Should be underlined</b></span>
</div>