blob: f33a011a2040e3752c225e05f9bef4f58a7f607e [file] [log] [blame]
<!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>