WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Diving into web-accessibility, what to start with?

for

From:
Date: Jul 4, 2020 10:58PM


Enviado desde mi iPhone

> El 22 jun 2020, a las 20:25, Dhananjay Bhole < <EMAIL REMOVED> > escribió:
>
> Hi Vsevolod,
>
> For elementary level of knowing accessibility, You can start with
> webaim.org/articles in with you can go with Introduction to web
> accessibility, Types of disabilities, Design consideration, HTML
> accessibility, CSS Accessibility, and so on.
>
> They are very short articles with easy language for non native English people.
>
> Regards
>
>> On 6/20/20, Всеволод Попов < <EMAIL REMOVED> > wrote:
>> Hello everyone!
>> Let me introduce myself first.
>> My name is Vsevolod, I am from Russia.
>> I am a student of the university, I am finishing the first course and
>> studying at the IT faculty.
>> I am interested in a web-development and learning django now.
>> But i am also interested in web-accessibility.
>> I don't know practically anything about it except of WCAG existence.
>> I have a question.
>> I would like to dive into web-accessibility, but i am not sure what to
>> start with.
>> Could you please recommend me any materials to learn as a beginner?
>> Or is it better to start diving into reading WCAG right from the start and
>> trying to read it's documentation?
>> Thank you in advance!
>> >> >> >> >>
>
>
> --
> Dhananjay Bhole,
> Accessibility evangelist,
> Cell: +919850123212
> Website: http://www.sites.google.com/site/dhananjaybhole
> > > > Thank you for answering my question!

I have read some articles such as accessibility principals, about WCAG documentation structure and the links that are followed there.

Now i have these questions.

Did I understand correctly that aria recommendations are used when there are more complicated situations when wcag cannot be used and aria suggests attouching roles to items that are inaccessible? Or how does it work?

As far as I understood after reading the mailing list, it is necessary to know html5 and /javascript.

Did i understand it correctly?

Are the mozilla web developer (mdn) courses for frontend developers good start to the topic for html5 and js?

I have started reading html5 course in mdn, however, i already have some knowledge of html, these courses are really useful to me because i learned about atributes.

So, did I understand it correctly that I need to learn html5 and javascript before diving into wcag and aria? In which cases aria is used? Thank you in advance!