diff --git a/docs/a11y/Making_html_elements_a11y.md b/docs/a11y/Making_html_elements_a11y.md
index d44afda868799e07016e981725318c3cccb6be5a..e9f0ef2ab65d198ad2504c66761bdaa5bf2a165f 100644
--- a/docs/a11y/Making_html_elements_a11y.md
+++ b/docs/a11y/Making_html_elements_a11y.md
@@ -109,3 +109,10 @@ ngOnInit() {
 </button>
 
 ```
+
+## HTML5 Accessibility: aria-hidden and role=”presentation”
+
+A page about aria-hidden and role="presentation" attribute usage tests:
+
+http://john.foliot.ca/aria-hidden/
+