week11y issue 87
A Deep Dive on Skipping to Content Paul Ratcliffe describes a “2021-friendly” implementation of a skip link. It looks something like this (note that the text is hidden visually until it is focused – I’ve omitted this from the code below): <a href=”#skip-link-target”>Skip to main content</a> <a href=”#skip-link-target” id=”skip-link-target”>Start of main content</a><main>the content</main> Paul points… [Read More]