Additional WAS Flashcards
(25 cards)
How do you tun talkback on/off
Triple press home or hold both volume buttons for several seconds
Holding down a finger and sliding around the screen does what?
Tells you what objects are under your finger
What does swipe down with one finger do?
Toggle between read modes, word by word, headings etc.
when you then swipe right it will read in that order.
What preferred browser:
Jaws
Crome
What preferred browser:
NVDA
Firefox
What preferred browser:
Narrator
Edge
What preferred browser:
Voiceover
Mac/iPhone
What preferred browser:
Talkback
Android/Crome
What is wcag-em
Website accessibility conformance Evaluation Methodology
What is ATAG
Authoring Tool Acessibility Guidence
What is WCAG
Web Content Accessibility Guidelines
What techniques for meeting wcag success criteria is there?
Sufficient techniques
Advisory techniques
Failure techniques
What two types of areas is there in ATAG?
Part A - make the authoring tool itself accessible
Part B - the authoring tool to help authors produce accessible content
ATAG
A1 ATAG folows what guidelines?
The set of WCAG standards
ATAG
A.2. Editing-views are perceivable
Make sure the information that is eddited can be “read” by assesive technology…
ATAG
A.3 Editing-views are operable
Make sure that you can use the keybord for controlong things in edit mode without time limit… etc..
ATAG
A.4 Editing-views are understandable
Provide information on how to use the tool. Could be in the serive or with documentation such as manulas.
ATAG
Name the 4 points in ATAG B
B1. Fully automatic processes produce accessible content
B.2. Authors are supported in producing accessible content
B.3. Authors are supported in improving the accessibility of existing content
B.4. Authoring tools promote and integrate their accessibility features
Name 3 automated testing tools
Axe DevTools by Deque
Siteimprove Accessibility by Siteimprove
SortSite by Powermapper Software
Tanaguru by Tanaguru
Tenon by Tenon
Tingtun HTML / eAccessibility by European Internet Inclusion Initiative
Total Validator by Total Validator
WAVE by WebAIM
Web Accessibility by Level Access
Name 3 MAnual testing tools
Web Developer Toolbar (Firefox)
Web Developer Toolbar (Chrome)
WAVE Accessibility Extension (Firefox)
WAVE Evaluation Tool (Chrome)
Yslow
*Color Contrast Analyser
*W3C, Markup Validation Service
*W3C, CSS Validation Service
Site-wide scanning
Scanning the entire website whit an automated tool. Good for hard facts such as contrasts markup etc.
Server-based analysis
Monitoring the usage like Google analytic?
Unit testing
Testing small pieces of the code isolated
Integration testing
Integration testing is a type of software testing where components of the software are gradually integrated and then tested as a unified group. Usually, these components are already working well individually, but they may break when integrated with other components.