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

<a> tags not impl #413

Closed
Mas0nShi opened this issue Mar 16, 2022 · 1 comment
Closed

<a> tags not impl #413

Mas0nShi opened this issue Mar 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Mas0nShi
Copy link
Contributor

example code:

document.write(`<!doctype html>
<meta charset="windows-1252">
<a href="?sm&ouml;rg&aring;sbord" name="123">Test</a>`)
console.log(document.getElementsByName("123")[0].href);
// undefined
@capricorn86
Copy link
Owner

Duplicate of #204

@capricorn86 capricorn86 marked this as a duplicate of #204 Mar 27, 2022
@capricorn86 capricorn86 added the enhancement New feature or request label Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants