blob: 20bf38150d696671c3cc37c15e2cef224e3f733f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
|