Hi, looking for some advice on internal anchor links on the same page.
Looking to use the an anchor link to allow a learner to skip past an article.
In the text editor I've set it up my link like this to article: <a href="#/id/6273e5c30887f003f021b19e">Link text</a>.
Which works fine for one click, then subsequent clicks don't work. Is there a better way to do this? Also need to make sure the technique works with screen readers. At the moment focus seems to be above the heading itself, so you need to press the down arrow to hear where you are after it has been selected. Would be good if the focus went to the heading.
I've achieved a similar effect before by using the quickNav/ pageNav component which does work well and focus correctly when linking to an ID, but would be nice if I could link from within text :)
Any tips appreciated.
Ross