Description
Inline attachment CTAs are currently not tab-able.
This breaks keyboard a11y.
A couple approaches to making it visible to the a11y dom tree:
- Adding an empty
href attribute.
- Changing it to a button instead of an anchor element.

Reproduction Steps
- Open a story with an attachment such as examples/amp-story/attachment.html on the dev server.
- press tab to cycle through tab-able elements.