Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid "A11y: '#' is not a valid href attribute" #5990

Closed
mustafa0x opened this issue Feb 14, 2021 · 2 comments · Fixed by #6110
Closed

Invalid "A11y: '#' is not a valid href attribute" #5990

mustafa0x opened this issue Feb 14, 2021 · 2 comments · Fixed by #6110
Labels

Comments

@mustafa0x
Copy link
Contributor

<a href="#{'a'}">hello</a>

The url is #a, not #.

@peopledrivemecrazy
Copy link
Contributor

<script>
	let name = 'world';
</script>


<a href="#{name}">hello</a>

this seems to work 👀

@Conduitry
Copy link
Member

This should be fixed in 3.38.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants