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
I think button tags should be assigned characters as well. A lot of frontend apps these days use a button tag instead of an a tag to trigger actions.
Example:
The extension was able to detect only the first icon because it had an a tag inside with a non-empty href value. The other icons are buttons that trigger actions, but they aren't assigned an a tag.
The text was updated successfully, but these errors were encountered:
I think
button
tags should be assigned characters as well. A lot of frontend apps these days use abutton
tag instead of ana
tag to trigger actions.Example:
The extension was able to detect only the first icon because it had an
a
tag inside with a non-emptyhref
value. The other icons are buttons that trigger actions, but they aren't assigned ana
tag.The text was updated successfully, but these errors were encountered: