A skip link pointing at a missing anchor silently does nothing.
- Free, no signupNo account, no card
- No AI in the score986 deterministic rules
- Nothing publishedYour scans stay yours
- Answers in secondsQuick scan, no browser
How this rule is weighted
- Importance
- 3 / 10
- How much this matters relative to other rules.
- Confidence
- SPECIFICATION
- A standard says so: HTML, WCAG, an RFC or Google's own documentation.
- Severity
- info
- How the finding is presented when it fails.
- Scoring
- Excluded
- Reported in the report, never penalised.
Impact is importance multiplied by the confidence tier’s weight — SPECIFICATION 1.0, RESEARCH 0.7, EMERGING 0.3, EXPERIMENTAL 0.1. Two rules backed by the same class of evidence therefore always carry the same weight, which is what makes the score reproducible rather than hand-tuned.
Questions about this rule
- Does A11Y_SKIP_TARGET_EXISTS affect my score?
- No. It is a detection rule: it runs, appears in your report and never penalises you. "Skip-link target exists" is information about the page rather than a defect - most pages are not expected to satisfy it.
- What does SPECIFICATION confidence mean?
- A standard says so: HTML, WCAG, an RFC or Google's own documentation. Confidence is a declared tier rather than a per-rule number, so every rule backed by the same class of evidence carries the same weight - which is what makes the score reproducible instead of hand-tuned.
- How do I check A11Y_SKIP_TARGET_EXISTS on my own site?
- Paste your URL into the box above and it runs only this rule, usually in a couple of seconds. It is also included in the Accessibility checker and in a full scan.
Tags
- accessibility
Related Accessibility rules
- Body is not aria-hiddenaria-hidden on <body> or <html> removes the entire page from the accessibility tree, making it completely unusable with a screen reader.A11Y_ARIA_HIDDEN_BODY
- [role="img"] elements must have alternative textEnsure [role="img"] elements have alternative text Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_ROLE_IMG_ALT
- <audio> elements must have a captions trackEnsure <audio> elements have captions Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_AUDIO_CAPTION
- <blink> elements are deprecated and must not be usedEnsure <blink> elements are not used Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_BLINK
- <dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elementsEnsure <dl> elements are structured correctly Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_DEFINITION_LIST
- <dt> and <dd> elements must be contained by a <dl>Ensure <dt> and <dd> elements are contained by a <dl> Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_DLITEM