good first issuehelp wanted
Description
HTML supports built-in progress bars:
<meter value="4" min="0" max="5">Section 4 of 5</meter><br>
<progress value="69" max="420"></progress>
<meter value="0.69">69%</meter>
Support for this stuff too would be cool :)