How to style an HTML5 Progress Element as Circle/Pie with pure CSS
问题 HTML5 introduced a new "progress" element that by default is rendered as a progress bar (thermometer). A very basic example is: <progress max="100" value="85"></progress> I have been experimenting with a variety of progress circle options using javascript, and also have been really impressed by some pure CSS approaches discussed here: CSS Progress Circle I am interested to know if anyone has successfully applied CSS to the "progress" element to provide a pie/clock/circle rendering rather than