▲ Href For EveryThing - Add href attribute to all html tags and use to link pages like anchor tag at github.com▼1 up and 0 down, posted by Niyko 1633 days ago 1 comment
kaszu 1632 days ago. link 1 point ▲ ▼This is bad for accessibility. Since href is not a valid attribute to for example <p>, assistive technologies will ignore it. Technically you should be using event delegation instead of attaching events to the elements on DOMSubtreeModified.