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

Added notes to the documentation about SVG tag casing #2703

Merged
merged 6 commits into from
May 25, 2022
Merged

Added notes to the documentation about SVG tag casing #2703

merged 6 commits into from
May 25, 2022

Conversation

wainwrightmark
Copy link
Contributor

Description

I added notes to https://yew.rs/docs/next/concepts/html and https://yew.rs/docs/concepts/html/introduction to warn users about SVG tag casing. I also fixed an example that was broken on both pages.

Fixes #2699

Checklist

  • I have reviewed my own code
  • I have added tests

Do I need to run some sort of lint on the .mdx files I changed? I couldn't see anything in the website readme about one.

hamza1311
hamza1311 previously approved these changes May 24, 2022
Copy link
Member

@hamza1311 hamza1311 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

We should try to perverse the casing, if possible, but that for the future

@github-actions
Copy link

github-actions bot commented May 24, 2022

Visit the preview URL for this PR (updated for commit a85e57f):

https://yew-rs--pr2703-master-xk3913wv.web.app

(expires Wed, 01 Jun 2022 10:33:49 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Copy link
Member

@WorldSEnder WorldSEnder left a comment

Choose a reason for hiding this comment

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

Just small little suggestion, looks good otherwise. Thanks for your contribution 🎉

website/docs/concepts/html/introduction.mdx Outdated Show resolved Hide resolved
Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>
@hamza1311 hamza1311 merged commit 9d00e0e into yewstack:master May 25, 2022
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.

html! macro changes the case of SVG tags.
3 participants