From beec57d044bc034744c23747449ac96616a5bc71 Mon Sep 17 00:00:00 2001
From: catcecilia <44314126+catcecilia@users.noreply.github.com>
Date: Mon, 22 Oct 2018 11:32:31 -0700
Subject: [PATCH] formatting change for #2 (#24080)
---
guide/english/accessibility/accessibility-examples/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/guide/english/accessibility/accessibility-examples/index.md b/guide/english/accessibility/accessibility-examples/index.md
index cc9edd16ab..61c4344aa6 100644
--- a/guide/english/accessibility/accessibility-examples/index.md
+++ b/guide/english/accessibility/accessibility-examples/index.md
@@ -14,6 +14,7 @@ To allow non-sighted users to skip to the main content of a site and avoid tabbi
Skip to Main Content
```
tabindex="0"
is added to ensure the link is keyboard focusable on all browsers. Further information about keyboard accessibility can be found at [webaim.org](https://webaim.org/techniques/keyboard/tabindex).
+
2. The "skip navigation" link needs to be associated with the main html tag in your webpage document using the ID tag.
```html