5 progress { -webkit-appearance: none; border:
2px solid red; }
6 progress:indeterminate { border:
2px solid blue; }
9 window
.onload = function() {
10 document
.getElementById("dymanicindeterminate").removeAttribute("value");
11 document
.getElementById("dymanicdeterminate").setAttribute("value", 0.5);
16 <progress id=
"indeterminate"></progress>
18 <progress id=
"dymanicindeterminate" value=
0.5></progress>
20 <progress id=
"dymanicdeterminate"></progress>