Skip to content

Bugfix for the rendering of tags that have a namespace but no other attributes. #11

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged

Conversation

krisajenkins
Copy link

Due to a mixup with primed and non-primed variable names (as and
as'), if you have an element with a namespace but no attributes,
such as SVG.g [] [ ... ] it was rendering as: <gxmlns="...".

This commit fixes that behaviour.

…attributes.

Due to a mixup with primed and non-primed variable names (`as` and
`as'`), if you have an element with a namespace but no attributes,
such as `SVG.g [] [ ... ]` it was rendering as: `<gxmlns="..."`.

This commit fixes that behaviour.
@krisajenkins krisajenkins changed the title Bugfix for the rendering of tags that have a namespace but not other attributes. Bugfix for the rendering of tags that have a namespace but no other attributes. Sep 28, 2021
@thomashoneyman thomashoneyman merged commit 459f745 into purescript-halogen:0.14 Sep 28, 2021
@thomashoneyman
Copy link
Member

thomashoneyman commented Sep 28, 2021

@krisajenkins
Copy link
Author

Thanks for the (incredibly fast) publish! :-D

@krisajenkins krisajenkins deleted the fix-namespace-rendering branch September 28, 2021 10:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants