From af215138810077a83d94d75787a7f27052f7b2e6 Mon Sep 17 00:00:00 2001 From: Raigo Jerva Date: Sat, 27 Oct 2018 21:46:58 +0100 Subject: [PATCH] add title to accessibility-basics (#20389) --- guide/english/accessibility/accessibility-basics/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/english/accessibility/accessibility-basics/index.md b/guide/english/accessibility/accessibility-basics/index.md index c21e2f41a1..7bbe7cd5b7 100644 --- a/guide/english/accessibility/accessibility-basics/index.md +++ b/guide/english/accessibility/accessibility-basics/index.md @@ -1,11 +1,13 @@ --- title: Accessibility Basics --- + +## Accessibility Basics + > "The Dark Arts are many, varied, ever-changing, and eternal. Fighting them is like fighting a many-headed monster, which, each time a neck is severed, sprouts a head even fiercer and cleverer than before. You are fighting that which is unfixed, mutating, indestructible." > > --Professor Severus Snape, Harry Potter Series - Accessibility's role in development is essentially understanding the user's perspective and needs, and knowing that the web, and applications are a solution for people with disabilities. In this day and age, more and more new technologies are invented to make the life of developers, as well as users, easier. To what degree this is a good thing is a debate for another time, for now it's enough to say the toolbox of a developer, especially a web developer, is as ever-changing as the so called "dark arts" are according to our friend Snape.