We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ends up causing really funky things to occur if you extend a (such as overwriting the host portion of the linked URL)
a
Polymer({ is: 'super-link', extends: 'a', ready() { this.setAttribute('href', '#awesome'); // When we set `this.host` up the stack, we screw up the href }, });
The text was updated successfully, but these errors were encountered:
in Firefox all ok but Chrome failed
Sorry, something went wrong.
Fixed in version 0.9
No branches or pull requests
Ends up causing really funky things to occur if you extend
a
(such as overwriting the host portion of the linked URL)The text was updated successfully, but these errors were encountered: