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

innerHTML and outerHTML are returning tag names in all caps #486

Closed
ekashida opened this issue Jul 10, 2018 · 0 comments
Closed

innerHTML and outerHTML are returning tag names in all caps #486

ekashida opened this issue Jul 10, 2018 · 0 comments
Assignees

Comments

@ekashida
Copy link
Member

Description

lwc@0.23.2

foo.innerHTML => "<div><p>foo text</p><slot name="bar"><p slot="bar">slotted text</p></slot></div>"
foo.outerHTML => "<c-foo><div><p>foo text</p><slot name="bar"><p slot="bar">slotted text</p></slot></div></c-foo>"

lwc@0.24.0

foo.innerHTML => "<P slot="bar">slotted text</P>"
foo.outerHTML => "<C-FOO><P slot="bar">slotted text</P></C-FOO>"```
@caridy caridy self-assigned this Jul 11, 2018
caridy added a commit that referenced this issue Jul 11, 2018
* fix(engine): closes #486 to lowercase tag names

* fix(engine): PR 494 feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants