-
Notifications
You must be signed in to change notification settings - Fork 201
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 native attribute names #2747
Comments
Is this actively being worked on? |
Probably not yet as it was opened 20 hrs ago. I'm sure it will be in the near future unless you want to put out a PR to fix it 🙂 |
Added Polymer/polymer#5060 |
I can see this using .raw in Polymer's html-tag may be an issue in every other place involving a |
Update: This is actively being worked on in the context of Polymer/polymer 2.next and upcoming 3.0 prerelease version as we speak. Modulizer output is still going to emit the escaping for forseeable future for all dollar signs, backticks and backslashes. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Getting this browser error at runtime:
It looks like the escape of the
$
is not necessary, which leads to a trailing back slash.Example can be seen in iron-a11y-announcer
will work if the
\
is removed:The text was updated successfully, but these errors were encountered: