Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upId attributes should become global JS variables #12853
Closed
Comments
|
Closing as duplicate of #8984, but thanks for filing the issue anyway! |
|
Great, I couldn't find it (lack of specialized vocabulary). Good to know it is indeed on the radar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose the problem is well known, but I couldn't find an issue about it. Each
idattribute defined on an element should create a JS global pointing to the element:Live here