Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-text-decor/text-decoration-propagation-02.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<link rel="match" href="reference/text-decoration-propagation-02-ref.html">
<style>
span { text-decoration: underline; }
</style>
<span>
  <div style="display: inline-flex;">
    This text must not be underlined.
  </div>
</span>