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

Add more HTML form and SVG elements #689

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

MadLittleMods
Copy link
Contributor

Add more HTML form and SVG elements

Split off from #653

Personally using select, option, and path currently in https://github.com/matrix-org/matrix-public-archive
but added a few extra SVG elements that seemed common to me.

Split off from #653

Personally using `select`, `option`, and `path` currently in https://github.com/matrix-org/matrix-public-archive
but added a few extra SVG elements that seemed common to me.
"pre", "code", "button", "time", "input", "textarea", "label", "form", "progress", "output", "video"],
[SVG_NS]: ["svg", "circle"]
"pre", "code", "button", "time", "input", "textarea", "select", "option", "label", "form",
"progress", "output", "video"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff isn't obvious here but I just added "select", "option" to this list and put the others on a new line.

Copy link
Contributor

@bwindels bwindels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, looks good!

@bwindels bwindels merged commit 770f7ae into master Mar 1, 2022
@MadLittleMods
Copy link
Contributor Author

Thanks for the review and merge @bwindels 🦦

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

Successfully merging this pull request may close these issues.

None yet

2 participants