You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug <a href="javascript:history.back()" class="underline">homepage</a>
causes a console error: A11y: 'javascript:history.back()' is not a valid href attribute
This was specifically added in sveltejs/svelte#4733. That's not to say this won't be reconsidered, but at one point this was considered a feature and not a bug.
Describe the bug
<a href="javascript:history.back()" class="underline">homepage</a>
causes a console error:
A11y: 'javascript:history.back()' is not a valid href attribute
But it is valid as its used to go back.
To Reproduce
See Here
Expected behavior
No error.
Information about your Sapper Installation:
Not relevant as it can be reproduced in REPL
Severity
Not even slightly
Additional context
Not just sapper but svelte too.
The text was updated successfully, but these errors were encountered: