Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>Reference for propagating text-decoration into buttons</title>
<style>
button { font: inherit }
</style>
<p>The text in the following buttons should be underlined.</p>
<p><button><u>foo</u></button><button><u>foo</u></button></p>
<p>The text in the following buttons should NOT be underlined.</p>
<p><button>foo</button><button>foo</button></p>