Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: Compute kind of widget - fallback</title>
<style>
    #container { width: 500px; }
    progress {
        appearance: none;
    }
</style>
<div id="container">
    <progress value=0.5></progress>
</div>