-
…in reply to @steve_ohh
steve_ohh hexagoncircle it’s really not difficult steve: if you’re linking to a page, use an <a> If you are triggering JS, use a <button> Some frameworks will server render a link, then switch to a client router. If you must do that, use role=“button” This is of course if you *must* write an SPA