Flash Cards
Name all screen readers and their OS
Windows - Narrator, Apple - VoiceOver, Android - TALKBACK,
JAWS, and NVDA
Name 4 Disability Categories?
Visual, Auditory, Motor, Cognitive(most common)
Why is it important to know accessibility?
Accessibility is the law
Name 2 ways to test for accessibility?
Accessibility Tree and wave.webaim.org
How to start Windows Narrator, move to next item, and stop it?
WIN+CTRL+ENTER to start, TAB to move to next item, and CTRL to stop it.
What is the meaning of Semantic?
Meaning
What are Semantic tags?
used to generally determine content or what the parts of the page are about.
Also known as Outliners
What is NodeJS?
NodeJS provides a new server called express and it is growing in the do-it-yourself tech industry.
What are the 5 Basic Semantic Outliner Tags we learned?
<header> <main> <nav> <article> <footer>
</footer></article></nav></main></header>
What should Semantic tags have?
Semantic Tags should have heading tags (h1, h2, h3, etc) applied so that outliners are descriptive.Hide the heading tag with the display : none; style
Name 5 Semantic tags besides the basic ones
<section> <figure> <figcaption> <aside> <time><details> <summary> <mark>
</mark></summary></details></time></aside></figcaption></figure></section>
Most common server?
Apache which runs on Linux
What does FTP stand for, and what does it do?
File Transfer Protocol: programs like FileZilla, which upload to the server and download from the server to our local files. Local files are on the left side, and Server files on the right
What are some file permissions on the server? and who can we set permissions for?
We can set the permissions on the files on the server to read, write and execute for older scripts like perl. We can set permissions for the owner, a group and other (public).
What do we use as placeholder text? and why?
Lorem ipsum, and it’s used so people know it’s placeholder text