Transcripts of the Theoretical Video
On the "Web Accessibililty" webpage
Hello!
Today I I'm going to talk about accessibility.
Pointing to the navigation bar whenever needed
I will start with the historical Context. Next, I will talk about web accessibility. Above all, what is it, in which areas it is found, and who benefits from it. Finally, I will introduce the topic of accessibility in web design and development.
Web page change- On the page "Historical Context"
The creator of the World Wide Web is Tim Berners-Lee.
Navigating the page
He created it in 1990. Then, in 1994, he founded The World Wide Web Consortium. Finnaly, In 1997, he officially launched the Web Accessibility Initiative
Tim Berners-Lee had web accissibility in mind from the start. He said:
«The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.»
Web page change- On the page "Web Accessibililty"
What is web accessibility ?
Web accessibility makes it possible for people with disabilities to use websites, tools, and technologies because of the way they are designed and developed. Concretely speaking, each person can perceive, understand, navigate, interact with the Web and contribute to the Web.
Web accessibility takes place in 6 main areas: auditory, cognitive, neurological, physical, speech, and visual.
Who benefits from web accessibility?
Can I say everyone at least at some point in their life?
Of course, web accessibility benefits people with permanent or temporary disabilities, and aging people with changing abilities, but not only. For example, it is also useful for people using devices with small screens, different input modes, or a slow Internet connection.
Web page change- On the page "Design and Develop"
Now let's talk about accessibility in writing, web design and development.
Showing link
If you want to know more about each subject, you can click on the corresponding link.
Navigating the page
There are many ways to make the web accessible as you can see. I would like to emphasize some of them.
pointing the text each time.
- Create transcripts and captions for multimedia. I will create transcripts for this video.
- Use headings to convey meaning and structure, and keep content clear and concise.
Surfing the page to show it
That is what I tried to do here. The headings are all in blue, with the same font and at the same place. The structure of the pargraph is the same. There are simple bullets for concise text. The 2 background colors for the bullet paragraphs are to help especially dyslexics as well as simple font.
- Create designs for different viewport sizes. Responsive design is very important. We can use media query to do this for example.
Now I'm going to use an extension called Web Developer to see concretely how to do responsive design on an example and also accessibility in development as it is written in the last part, that is to say :
pointing the text each time in developping part.
- Identify page language and language changes.
- Use mark-up to convey meaning and structure.
- Include alternative text for images.
And so on.
We see each other in the second video.