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/runtime/samples/html-entities-inside-attrib.../main.svelte

16 lines
483 B

<span data-xxx="&copy=value" style="&copy=value"></span>
<span data-xxx="&copy=value" style="&copy=value"></span>
<span data-xxx="&copy" style="&copy"></span>
<span data-xxx="&copy;=value" style="&copy;=value"></span>
<span data-xxx="&copyotherstring=value" style="&copyotherstring=value"></span>
<span data-xxx="&copy123=value" style="&copy123=value"></span>
<span data-xxx="&rect=value" style="&rect=value"></span>
<span data-xxx="&rect;=value" style="&rect;=value"></span>