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

[BUG] Don't create a link if there's nothing to link to #1092

Closed
TheCarpetMerchant opened this issue Jun 19, 2022 · 2 comments · Fixed by #1265
Closed

[BUG] Don't create a link if there's nothing to link to #1092

TheCarpetMerchant opened this issue Jun 19, 2022 · 2 comments · Fixed by #1265
Labels
bug Something isn't working
Milestone

Comments

@TheCarpetMerchant
Copy link

Test HTML :
<a>test</a>

Opening this HTML in Chrome does not create a link. I think it's best if flutter_html follows does the same, in the interest of staying closer to what is (in practicality) the standard behavior.

@TheCarpetMerchant TheCarpetMerchant added the bug Something isn't working label Jun 19, 2022
@erickok
Copy link
Collaborator

erickok commented Jun 20, 2022

Yes, flutter_html should follow the w3c standards here. I think what you mean is that it shouldn't apply any styling (underline) here?

@TheCarpetMerchant
Copy link
Author

Yep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants