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

Does the "link" HTML button work as intended? #1899

Closed
murtaugh opened this issue Mar 16, 2022 · 3 comments · Fixed by #3240
Closed

Does the "link" HTML button work as intended? #1899

murtaugh opened this issue Mar 16, 2022 · 3 comments · Fixed by #3240
Assignees

Comments

@murtaugh
Copy link
Contributor

murtaugh commented Mar 16, 2022

The value of the "opening tag" for the link button reads as follows:

<a href="[![Link:!:http://]!]"(!( title="[![Title]!]")!)>

To me this reads as prompting the user to add a value for the href attribute, and then prompting the user to add a value for the title attribute. When using the button, the second prompt doesn't happen.

If I'm wrong and the second prompt isn't expected, why is the title attribute referenced at all?

@robsonsobral
Copy link
Contributor

(a plus: I'm not sure, but title isn't recommend to links.)

@intoeetive
Copy link
Contributor

@Yulyaswan can you look and see whether this is something we need to fix - or something we need to remove?

@Yulyaswan
Copy link
Collaborator

The title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element.
The title is ok to use for the link

HTML Button will check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants