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/illegal-attribute-character/input.svelte

16 lines
242 B

<script>
import C from './irrelevant';
</script>
<button on:click />
<button xml:click />
<button xmlns:click />
<button xlink:click />
<C on:click />
<C xml:click />
<C xmlns:click />
<C xlink:click />
<button foo:bar />
<C foo:bar />