When using SVG fragments to customize radio buttons (`background-image: url('sprite.svg#svgView(viewBox(135,30,30,30))'); }`), the radio button is not redrawn when the form value changes. It is correctly redrawn when the radio is hovered again. Reproduction: https://codepen.io/STPo/pen/OJwoKrW - Click a radio button - Click another radio button - The first radio button is still showing the "checked" SVG - Hover the first radio button, it correctly redraws as unchecked This is working as expected if using a different SVG file for each state.
<rdar://problem/105118256>
I am able to reproduce this bug on WebKit ToT (265400@main) and it is also impacting LBSE.