Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Rendering of summary element with text-decoration</title>
<link rel="match" href="summary-text-decoration-ref.html">
<meta name="assert" content="Checks that text-decoration applies to rendered summary element.">
<style>
summary { text-decoration: underline; }
</style>
<details>
<summary>This text should be underlined.</summary>
</details>