Web accessibility principles - 3 Flashcards
What happens when a screen reader encounters a web page without a designated language in the markup?
A. It automatically detects the language based on the content.
B. It uses the pronunciation rules of the user’s default settings.
C. It disables the reading functionality.
D. It prompts the user to select a language.
B. It uses the pronunciation rules of the user’s default settings.
Why is it important to specify the language for words or phrases in a different language within a web page?
A. To prevent screen readers from skipping the text.
B. To improve SEO rankings.
C. To ensure accurate pronunciation by the screen reader.
D. To enhance visual clarity for users.
C. To ensure accurate pronunciation by the screen reader.
Which HTML tag attribute is used to specify the language of a web page?
A. <meta></meta>
B. lang
C. charset
D. alt
B
Which of the following techniques can help simplify text for accessibility?
A. Using long paragraphs for detailed explanations.
B. Avoiding headings to maintain a continuous flow.
C. Breaking text into sections with headings.
D. Using dense technical jargon.
C
What is a common difficulty for individuals with reading disabilities?
A. Reading long or unfamiliar words.
B. Viewing images or graphics.
C. Understanding hyperlinks.
D. Differentiating between text colors.
A
How can web developers make text content more understandable?
A. Use highly complex vocabulary to challenge the reader.
B. Use shorter sentences and paragraphs.
C. Minimize white space between lines of text.
D. Avoid using lists or bullet points.
B
Why should unfamiliar technical jargon or slang be avoided in web content?
A. It improves visual design.
B. It ensures users don’t misinterpret the content.
C. It is required by all accessibility standards.
D. It helps developers showcase expertise.
B
What type of content is likely to be difficult for users with generalized cognitive disabilities?
A. Simplified diagrams
B. Complex abstractions or ideas
C. Bullet points and lists
D. Plain language descriptions
B
What is the main benefit of providing supplemental formats like audio or video?
A. They eliminate the need for text content.
B. They support people with various learning styles and cognitive disabilities.
C. They are a requirement for all web pages.
D. They improve the website’s loading speed.
B
Which of the following is not a valid supplemental format?
A. Images
B. Audio recordings
C. Text with dense technical jargon
D. Videos with captions
C
Why is consistency important in web interfaces?
A. To increase the complexity of user interactions.
B. To align with artistic design principles.
C. To help users predict and navigate the interface effectively.
D. To meet aesthetic design standards.
C
What is a common issue when form controls behave unpredictably?
A. It improves engagement for advanced users.
B. It increases accessibility for users with disabilities.
C. It confuses users and reduces usability.
D. It encourages experimentation with the controls.
C
What should be included next to form fields with special constraints?
A. Decorative icons
B. Detailed instructions
C. Warnings about security risks
D. Links to unrelated content
B
Why is it important to provide error messages immediately to screen reader users?
A. To ensure they know a mistake was made without searching for it.
B. To simplify the user interface.
C. To reduce server load times.
D. To improve visual design aesthetics.
A
Which technique ensures that screen reader users can access confirmation or error messages?
A. Using decorative graphics to highlight errors.
B. Sending the focus to the message or using an alert dialog.
C. Adding instructions in a hidden section of the page.
D. Including the message in a downloadable PDF.
B