Having used them for a little while I have two thoughts:
- The modal makes most sense for cases where the text is formatted obfuscating the hyper link.
- Clickable event links are now spans, they still should be
a elements but with event.preventDefault() attached so you also get the benefits of hovering over links and seeing their destination. It would possibly also allow for overriding the modal by ctrl/command+clicking on links.
Having used them for a little while I have two thoughts:
aelements but withevent.preventDefault()attached so you also get the benefits of hovering over links and seeing their destination. It would possibly also allow for overriding the modal by ctrl/command+clicking on links.