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
There is no actual href in the link tag now. Which means, the browser doesn't see it as a link (no link mouse cursor). By adding role="link" and tabindex="0" I'm able to place the button in the right keyboard accessible tab order, however, I can't seem to "fire" the link. Hitting enter, or space on my keyboard does not load the url as defined in data-pin-href.
Have I coded something incorrectly here?
The text was updated successfully, but these errors were encountered:
@mortscode - Unfortunately no. I was running into this same problem because google dev tools was complaining about it and for accessibility. We're about to launch a redesign, and are doing away with the pins. Good luck!
This is the snippet of code I have on my page
When viewed in the browser, it outputs like this:
There is no actual href in the link tag now. Which means, the browser doesn't see it as a link (no link mouse cursor). By adding role="link" and tabindex="0" I'm able to place the button in the right keyboard accessible tab order, however, I can't seem to "fire" the link. Hitting enter, or space on my keyboard does not load the url as defined in data-pin-href.
Have I coded something incorrectly here?
The text was updated successfully, but these errors were encountered: