You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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 thetitle
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?The text was updated successfully, but these errors were encountered: