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
Try the following on any IE / Edge browser.
render( html`<i data-i="${'a'}" class="${'b'}"></i>`, document.body ); document.body.appendChild( document.createTextNode( document.body.firstElementChild.outerHTML ) );
Expected layout
<i data-i="a" class="b"></i>
Current layout
<i class="a" data-i="b"></i>
FYI this is fixed in hyperHTML since v0 and Firefox used to have the same issue.
hyperHTML
The text was updated successfully, but these errors were encountered:
is this still the case?
Sorry, something went wrong.
This was fixed by #132.
Merge pull request #61 from PolymerLabs/release
35b79c8
Release v0.4.0
Only handle changes to file: URL text documents (#61)
5219437
No branches or pull requests
Try the following on any IE / Edge browser.
Expected layout
Current layout
FYI this is fixed in
hyperHTML
since v0 and Firefox used to have the same issue.The text was updated successfully, but these errors were encountered: