You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/ignore-warnings-cumulative/input.svelte

17 lines
336 B

<!-- svelte-ignore a11y-structure a11y-missing-attribute -->
<div>
<figure>
<img src="potato.jpg">
<marquee>
<figcaption>potato</figcaption>
</marquee>
</figure>
<!-- svelte-ignore a11y-distracting-elements -->
<figure>
<img src="potato.jpg">
<marquee>
<figcaption>potato</figcaption>
</marquee>
</figure>
</div>