progress
element without a value
attribute behaves as a loader.
Use role="presentation"
on the progress
'loader' element as it no longer
represents progress in percentages.<div style="--span:6;" class="s-grid">
<div>
<div>
<label><progress value=".7" max="1">70 %</progress></label>
</div>
<div aria-busy="true" inert>
<progress role="presentation" ></progress>
</div>
</div>
</div>