htmx/www/static/test/ws-sse/static/sse-target.html
Alexander Petros d26fe4709d
Remove the last of the go code (#1890)
Update the website tests with the latest tests on master, deleting the
mirrored go code in the process.
2023-10-12 16:01:34 -06:00

15 lines
421 B
HTML

<main>
<h1>Event Target Test</h1>
<div role="tablist" hx-target="#page" hx-push-url="false">
<a role="tab" href="/sse-target.html" aria-selected="true">Legacy Style</a>
<a role="tab" href="/sse-target-ext.html">New Style</a>
</div>
<h3>Description</h3>
<p>
The original implementation of <b>hx-sse</b> does not use for <b>hx-target</b> attributes.
Therefore, this test is not implemented on this page.
</p>
</main>