@scope styles on img
To reproduce: Open this page in Safari with Live Text enabled (Settings → General → Language & Region → Live Text), which is the default setting. Long-press or hover over the first image below to trigger Live Text. The image will snap from object-fit: cover / height: 100% to height: auto, breaking the layout. The 2nd image uses identical rules but without @scope — it works.
Expected: Live Text overlay injection should not affect @scope styles on the img element.
Actual: When Live Text activates, the @scope image loses height: 100% and object-fit: cover are lost and the unscoped img rule (height: auto) renders.
img styled inside @scope