Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: Compute kind of widget - fallback - button</title>
<style>
#container { width: 500px; }
button {
appearance: none;
}
</style>
<div id="container">
<button>button</button>
</div>