Cirrus
Cirrus copied to clipboard
Different `meter` and `progress` element appearances
Describe the bug
The meter and progress elements are different unstyled on Chrome.
This may be a problem, but other frameworks also have the same issue if they reset the border of elements to 0.
To Reproduce Steps to reproduce the behavior:
<article id="embedded__meter">
<h2>Meter</h2>
<div><meter value="2" min="0" max="10">2 out of 10</meter></div>
</article>
<article id="embedded__progress">
<h2>Progress</h2>
<div><progress>progress</progress></div>
</article>
<article id="embedded__meter">
<h2>Meter</h2>
<div><meter value="2" min="0" max="10" style="border: revert">2 out of 10</meter></div>
</article>
<article id="embedded__progress">
<h2>Progress</h2>
<div><progress style="border: revert">progress</progress></div>
</article>
Root cause: https://github.com/Spiderpig86/Cirrus/commit/b6e3a9fc359b00528b3bcb008068ea8346225ead
But this is required for all border style util classes to work.
I identified a styling inconsistency with the native