Which of the following would be the best
for a page describing the autocorrect features of a software product called "Tri-coil" by a company named "Bob's Brilliant Software?"
A. Autocorrect features in Tri-coil, by Bob's Brilliant Software
B. Bob's Brilliant Software: Tri-coil - autocorrect features
C. Features
D. All of the above are equally good
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Autocorrect features in Tri-coil, by Bob's Brilliant Software
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='27' id='card-564835142'>
<div class='header'>
27
</div>
<div class='card-face question'>
<div class='question-content'>
Identifying the language of a document or part of a document is important for users of:
A. Voice recognition software
B. Screen readers
C. Screen magnifiers
D. All of the above
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Screen readers
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='28' id='card-564835263'>
<div class='header'>
28
</div>
<div class='card-face question'>
<div class='question-content'>
The correct language code for German web content is:
A. lang="en"
B. lang="German"
C. lang="german"
D. lang="deutch"
E. lang="de"
F. lang="d"
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
E. lang="de"
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='29' id='card-564835641'>
<div class='header'>
29
</div>
<div class='card-face question'>
<div class='question-content'>
The correct location to identify the main language of an entire page is:
A. On the <!doctype> element
B. On the <html> element
C. On the <body> element
D. In a <meta> element in the <head> of the document
E. On every block level element in the content
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. On the <html> element
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='30' id='card-564835807'>
<div class='header'>
30
</div>
<div class='card-face question'>
<div class='question-content'>
If the user has the screen reader language set to French and a web page is written in English but does NOT specify the language of the document in the markup, how will the screen reader read the text?
A. It will translate the text to French
B. It will notify the user that there is a mismatch in languages
C. It will read the English words using French pronunciation rules
D. It will detect the language automatically and read the text with the correct pronunciation
E. It will cause the screen reader to turn off
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. It will read the English words using French pronunciation rules
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='31' id='card-564836420'>
<div class='header'>
31
</div>
<div class='card-face question'>
<div class='question-content'>
What are the most useful landmarks for HTML and ARIA markup for screenreaders?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
The most useful of these for most websites are header/banner, nav/navigation, main, and footer/contentinfo. The others may be used as well, but they are not as widely applicable across most websites.
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='32' id='card-564836610'>
<div class='header'>
32
</div>
<div class='card-face question'>
<div class='question-content'>
What are some best practices for landmarks?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
- All text should be contained within a landmark region.
- Multiple instances of the same type of landmark SHOULD be distinguishable by different programmatically determinable labels (aria-label or aria-labelledby).
- A page SHOULD NOT contain more than one instance of each of the following landmarks: banner, main, and contentinfo.
- The total number of landmarks SHOULD be minimized to the extent appropriate for the content.
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='33' id='card-564838240'>
<div class='header'>
33
</div>
<div class='card-face question'>
<div class='question-content'>
All of the following are valid ARIA landmark roles except:
A. banner
B. navigation
C. main
D. end
E. search
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
D. end
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='34' id='card-564838328'>
<div class='header'>
34
</div>
<div class='card-face question'>
<div class='question-content'>
A page with 47 landmarks:
A. Shows a high level of dedication to accessibility best practices
B. Probably has too many landmarks to be optimally useful to screen reader users
C. Demonstrates the popularity of the web page
D. Is using deprecated markup, and should be updated with more modern methods
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Probably has too many landmarks to be optimally useful to screen reader users
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='35' id='card-564838499'>
<div class='header'>
35
</div>
<div class='card-face question'>
<div class='question-content'>
If there are multiple navigation landmarks in the same page:
A. Each landmark should have its own unique title attribute
B. Screen readers will ignore all but the first one
C. The markup is invalid: there should be only one navigation landmark per page
D. The screen reader is likely to crash, especially older versions
E. Each landmark should have its own aria-label or aria-labelledby attribute
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
E. Each landmark should have its own aria-label or aria-labelledby attribute
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='36' id='card-564840634'>
<div class='header'>
36
</div>
<div class='card-face question'>
<div class='question-content'>
hich of the following does NOT represent best practice, in terms of creating a structured outline of the content with headings?
A. <h1>
<h2>
<h2>
<h3>
<h4>
<h2>
B. <h1>
<h2>
<h2>
<h2>
<h3>
<h4>
C. <h1>
<h3>
<h4>
<h3>
<h4>
<h3>
D. <h1>
<h2>
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. <h1>
<h3>
<h4>
<h3>
<h4>
<h3>
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='37' id='card-564840958'>
<div class='header'>
37
</div>
<div class='card-face question'>
<div class='question-content'>
If the heading level 1 (<h1>) at the beginning of the main content says "How to hang ten on a surfboard," the most appropriate <title> for the page from among the options below would be:
A. How to ride a surfboard
B. Surfing tutorial
C. Summers in California
D. How to hang ten on a surfboard
E. An article describing how to hang ten on a surfboard, describing the techniques and circumstances in which it is possible to do it
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
D. How to hang ten on a surfboard
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='38' id='card-564841287'>
<div class='header'>
38
</div>
<div class='card-face question'>
<div class='question-content'>
Which of the following will be recognized as a valid heading by screen readers?
A. <h1></h1>
B. <h7>Legal disclaimer</h7>
C. <div role="heading" aria-level="3">The secrets beneath the ocean's surface</div>
D. <p class="heading level2" style="font-size: 200%; font-weight: bold">Understand yourself</p>
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. <div role="heading" aria-level="3">The secrets beneath the ocean's surface</div>
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='39' id='card-564841516'>
<div class='header'>
39
</div>
<div class='card-face question'>
<div class='question-content'>
True or False: WCAG 2.0 level double A (AA) requires headings to be in a valid hierarchy under all circumstances. A heading 4 (<h4>) cannot directly follow a heading 2 (<h2>), for example. The next subheading under the heading 2 (<h2>) MUST be a heading 3 (<h3>).
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='40' id='card-564841932'>
<div class='header'>
40
</div>
<div class='card-face question'>
<div class='question-content'>
True or False: Screen readers will read the alt text of an image within a heading as part of the heading text.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
True
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='41' id='card-564842332'>
<div class='header'>
41
</div>
<div class='card-face question'>
<div class='question-content'>
What is the official character limit within a heading?
A. 256 characters
B. 140 characters
C. 1024 characters
D. It depends on the level of the heading
E. There is no official limit
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
E. There is no official limit
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='42' id='card-564843192'>
<div class='header'>
42
</div>
<div class='card-face question'>
<div class='question-content'>
What is necessary to keep in mind if you use ARIA role ="link"?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
- Add role="link" so that screen readers recognize it as a link.
- Add tabindex="0" to make it focusable with the keyboard.
- Ensure that the JavaScript allows both the mouse click AND the enter key to activate the link.
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='43' id='card-564843659'>
<div class='header'>
43
</div>
<div class='card-face question'>
<div class='question-content'>
What are the difference between links and buttons
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
Here are the main distinguishing factors between links and buttons:
- Links take users to different locations (either to a different page or to a different location on the same page);
- Buttons activate scripted functionality (e.g. make a dialog appear, expand a collapsed menu, turn font bold, etc.), usually on the same page, but a button can also submit form data.
</div>
</div>
</div>
<div class='flashcard-row thin-card' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-number='44' id='card-564847787'>
<div class='header'>
44
</div>
<div class='card-face question'>
<div class='question-content'>
All of the following statements are true, except:
A. Users should be warned if a link opens a new window.
B. Link text should include words like "link" or "click" so screen reader users know it is a link.
C. For images used as links, the alternative text for the image functions as link text for screen reader users.
D. Links with the same text should go to the same place.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Link text should include words like "link" or "click" so screen reader users know it is a link.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='45' id='card-564848114'>
<div class='header'>
45
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Links must be visually distinguishable from the surrounding non-link text
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='46' id='card-564848221'>
<div class='header'>
46
</div>
<div class='card-face question'>
<div class='question-content'>
What should navigation menus be marked with?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
Navigation menus should be marked as such (using <nav> or role="navigation"), and the number and order of the links in the navigation menu should be consistent from one page to the other.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='47' id='card-564848230'>
<div class='header'>
47
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Links can be the same color as the surrounding non-link text as long as an underline appears on mouse hover and on keyboard focus.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='48' id='card-564849278'>
<div class='header'>
48
</div>
<div class='card-face question'>
<div class='question-content'>
Why should you not assign the navigation role to ul list?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
It would override the original <ul> semantics and strip that element of its role of unordered list.
By assigning role="navigation" to the container, rather than to the <ul>, screen readers will recognize both the navigation role and the unordered list, which allows screen readers to say, "List with three items." If we strip the list of its semantics, the list items will not have their required parent element.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='49' id='card-564851987'>
<div class='header'>
49
</div>
<div class='card-face question'>
<div class='question-content'>
The main navigation menu should:
A. Be consistently located
B. Be consistently ordered
C. Be positioned horizontally
D. Include drop-down submenus
E. A and B
F. All of the above
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
E. A and B
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='50' id='card-564852217'>
<div class='header'>
50
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Links on the same page that go to the same destination should have the same text within the link.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='51' id='card-564852361'>
<div class='header'>
51
</div>
<div class='card-face question'>
<div class='question-content'>
The correct way to designate a navigation list as a navigation landmark is:
A. Wrap the navigation list in a <nav> container or in a container marked with role="navigation"
B. Set role="navigation" on every link in the navigation list, or wrap each link in <nav> elements
C. There is no need to add anything to the markup. Screen readers automatically detect navigation lists and announce them to users
D. Wrap the navigation list in a <navlist> container
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Wrap the navigation list in a <nav> container or in a container marked with role="navigation"
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='52' id='card-564852805'>
<div class='header'>
52
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Screen readers can identify the current location within a navigation menu based on the visual styles
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='53' id='card-564853446'>
<div class='header'>
53
</div>
<div class='card-face question'>
<div class='question-content'>
Why is important to pay attention to semantic elements?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
With screen readers, most common types of semantic elements (landmarks, headings, lists, links, images, tables, iframes, etc.) are navigable with keyboard shortcuts, so the more attention you pay to semantic structure, the more easily screen reader users will be able to navigate the page.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='54' id='card-564853829'>
<div class='header'>
54
</div>
<div class='card-face question'>
<div class='question-content'>
What is the purpose of a skip link?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
The Skip Navigation Link allows screen reader users to directly access the main content of the page without repeatedly going through the navigation on each page.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='55' id='card-564855218'>
<div class='header'>
55
</div>
<div class='card-face question'>
<div class='question-content'>
What are some general rules to follow with skip links?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
The skip link should be the first focusable element on the page
The skip link must be either visible at all times or visible on keyboard focus
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='56' id='card-564881546'>
<div class='header'>
56
</div>
<div class='card-face question'>
<div class='question-content'>
Why might you use a table of content on a page?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A table of contents:
- Increased understandability
- Improves navigation
- If a table of content is used, it should reflect the heading structure of the page.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='57' id='card-564883629'>
<div class='header'>
57
</div>
<div class='card-face question'>
<div class='question-content'>
What determines the reading order and tab/focus order?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
The DOM: https://dequeuniversity.com/class/semantic-structure-wcag-2.2/within-pages/order
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='58' id='card-564884294'>
<div class='header'>
58
</div>
<div class='card-face question'>
<div class='question-content'>
What are some CSS positioning techniques that can alter the visual layout so it doesn't match the DOM order?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
CSS positioning techniques — such as float:left, float:right, position:absolute, position:relative, position:fixed, margin, padding, etc. — can alter the visual layout in ways that don't match the reading order in the DOM.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='59' id='card-564886260'>
<div class='header'>
59
</div>
<div class='card-face question'>
<div class='question-content'>
What do you need consider when using dynamic JavaScript or AJAX?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
Injecting content dynamically via JavaScript or AJAX can place things in an unexpected location, such as above the user's current focus.
A blind person may not realize that new content has been added to the document, especially if the user has already visited that area of the page. There is no obvious reason for the blind person to navigate backward just to find out if maybe something has been added or altered in an area they've already been to.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='60' id='card-564889737'>
<div class='header'>
60
</div>
<div class='card-face question'>
<div class='question-content'>
Why should not tabindex of positive values be used.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
- It causes a discrepancy between the tab order and the reading order, leading to confusion when interacting with the page using a keyboard.
- It removes the items from their natural tab order and instead places them first in the tab order.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='61' id='card-564890444'>
<div class='header'>
61
</div>
<div class='card-face question'>
<div class='question-content'>
If a single character key shortcut exists, then at least one character must be true:
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
- single-character-key shortcuts can be turned off, remapped, or are only active when the relevant user interface component is in focus
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='62' id='card-564893198'>
<div class='header'>
62
</div>
<div class='card-face question'>
<div class='question-content'>
All of the following are true about skip links, except:
A. Must be placed just before the main navigation menu
B. Must be accessible to keyboard-only users
C. Must be accessible to screen reader users
D. Must become visible upon receiving focus, if hidden
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Must be placed just before the main navigation menu
This is most generally where you will find it , but it is not 100% to be placed here.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='63' id='card-564893670'>
<div class='header'>
63
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Sighted keyboard users can navigate by headings, landmarks, and other semantic features, just like blind screen reader users.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False:
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='64' id='card-564893911'>
<div class='header'>
64
</div>
<div class='card-face question'>
<div class='question-content'>
Why must table headers be designated with <th>
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
The only way that screen readers can know if a table cell is a header is by marking it with <th>
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='65' id='card-564895813'>
<div class='header'>
65
</div>
<div class='card-face question'>
<div class='question-content'>
True or False: Layout tables are not permitted by WCAG standards.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='66' id='card-564895896'>
<div class='header'>
66
</div>
<div class='card-face question'>
<div class='question-content'>
The accessible name for a data table should be contained in what element?
A. <title>
B. <tabletitle>
C. <caption>
D. <summary>
E. <name>
F. The first row of the table (the columns of that row should be merged into a single cell)
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. <caption>
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='67' id='card-564896209'>
<div class='header'>
67
</div>
<div class='card-face question'>
<div class='question-content'>
The correct way to code a table cell that is a column header cell is:
A. <td scope="col">
B. <td scope="column">
C. <th scope="col">
D. <th scope="column">
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. <th scope="col">
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='68' id='card-564896254'>
<div class='header'>
68
</div>
<div class='card-face question'>
<div class='question-content'>
In a table with two header cells in the first row ("Male" and "Female"), and with 5 header cells under each of them, the header cells in the first row should be marked as:
A. <td scope="colgroup">
B. <td scope="columngroup">
C. <th scope="colgroup">
D. <th scope="columngroup">
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. <th scope="colgroup">
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='69' id='card-564896552'>
<div class='header'>
69
</div>
<div class='card-face question'>
<div class='question-content'>
In complex tables, each data cell must be explicitly associated with each corresponding header cell by which method?
A. scope + header
B. id + header
C. id + scope
D. Merging table cells
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. id + header
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='70' id='card-564896855'>
<div class='header'>
70
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Complex tables with merged cells are easy for screen readers to understand, as long as the table has all the necessary accessible markup.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
Complex table structures with irregular column or row designations are difficult for screen reader users to understand and navigate even when all the markup is "perfect" for accessibility compliance. It is much better to create a simple table with no spanned cells than to create a confusing complex table that technically passes the accessibility guidelines.
Some screen readers, especially on mobile devices, do not support accessibility complex table markup. Old versions of VoiceOver for OS X, up until Mac OS X 10.10.2, also lacked accessibility support for complex tables.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='71' id='card-564897715'>
<div class='header'>
71
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Screen readers will announce the number of items in a bulleted list if the list is marked up properly.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='72' id='card-564898314'>
<div class='header'>
72
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Screen readers do not read nested lists (lists within lists) properly.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='73' id='card-564898468'>
<div class='header'>
73
</div>
<div class='card-face question'>
<div class='question-content'>
True or false: Screen readers will recognize the following code as a list:
<p>1. First item<br>2. Second item<br>3. Third item</p>
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='74' id='card-564899626'>
<div class='header'>
74
</div>
<div class='card-face question'>
<div class='question-content'>
One of the main ways to make an <iframe> accessible is to add:
A. a title attribute
B. an alt attribute
C. a name attribute
D. a <title> element
E. tabindex="0"
F. a <label> element
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. a title attribute
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='75' id='card-564900549'>
<div class='header'>
75
</div>
<div class='card-face question'>
<div class='question-content'>
What does the JAWS screen reader read with regard to the name/label of an <iframe>?
A. The name attribute on the <iframe> element
B. The title attribute on the <iframe> element
C. The <title> element of the page within the iframe
D. The title attribute of the page within the iframe
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. The <title> element of the page within the iframe
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='76' id='card-564901374'>
<div class='header'>
76
</div>
<div class='card-face question'>
<div class='question-content'>
If a page has 3 headings, and an <iframe>, and if the page within the <iframe> has 2 headings, how many headings total will show up in the screen reader's list of headings on the parent page?
A. 3
B. 5
C. 7
D. 13
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. 5
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='77' id='card-564901633'>
<div class='header'>
77
</div>
<div class='card-face question'>
<div class='question-content'>
If an <iframe> contains only JavaScript that is not meant to be read by the user, what is the best way to address this <iframe> in terms of accessibility?
A. Hide it from screen reader users with aria-hidden="true"
B. Hide it with display:none in the CSS
C. add aria-describedby="JavaScript only"
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Hide it from screen reader users with aria-hidden="true"
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='78' id='card-564904288'>
<div class='header'>
78
</div>
<div class='card-face question'>
<div class='question-content'>
Which of the following elements will most screen readers announce to users (in terms of the semantic meaning of the element itself)?
A. q
B. del
C. ins
D. mark
E. code
F. pre
G. B and C
H. D and E
I. All of the above
J. None of the above
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
J. None of the above
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='79' id='card-564904683'>
<div class='header'>
79
</div>
<div class='card-face question'>
<div class='question-content'>
If you want to highlight text on a web page, when is it necessary to add additional text so that screen reader users know the text is important?
A. Always
B. Never
C. When the emphasis in the highlighting changes the meaning of the text
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. When the emphasis in the highlighting changes the meaning of the text
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='80' id='card-564905290'>
<div class='header'>
80
</div>
<div class='card-face question'>
<div class='question-content'>
Screen readers announce emphasized text when it is marked with:
A. b
B. i
C. em
D. strong
E. mark
F. The word "Important: " (or similar) in front of the emphasized text
G. All of the above
H. None of the above
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
F. The word "Important: " (or similar) in front of the emphasized text
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='81' id='card-564905456'>
<div class='header'>
81
</div>
<div class='card-face question'>
<div class='question-content'>
What will a screen reader say when it comes across code marked as follows?
<p>Twin mattress <del>$300</del> <ins>$250</ins>!</p>
A. Twin mattress $300 $250!
B. Twin mattress deleted $300, inserted $250!
C. Twin mattress was $300, now $250!
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Twin mattress $300 $250!
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='82' id='card-564905605'>
<div class='header'>
82
</div>
<div class='card-face question'>
<div class='question-content'>
Which of the following is a recommended way to emphasize text accessibly for screen reader users?
A. Add a graphic element with "Important" as its alt text
B. Use all capital letters
C. Increase the font size
D. Add class="important" to the text
E. Style the text using <em>
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Add a graphic element with "Important" as its alt text
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='83' id='card-564905972'>
<div class='header'>
83
</div>
<div class='card-face question'>
<div class='question-content'>
True or False: The concept of robust technology compatibility is to support compatibility of web content with current and future user agents — especially assistive technologies.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='84' id='card-564906147'>
<div class='header'>
84
</div>
<div class='card-face question'>
<div class='question-content'>
Question 2 of 4: Which of the following is NOT considered an aspect of well-formed markup?
A. Elements are properly nested.
B. Content has been spell-checked.
C. All id attributes are unique.
D. Elements do not contain duplicate attributes.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Content has been spell-checked.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='85' id='card-564906369'>
<div class='header'>
85
</div>
<div class='card-face question'>
<div class='question-content'>
Which of the following statement(s) about deprecated HTML elements or attributes is/are FALSE?
A. They have been replaced by newer constructs such as CSS.
B. They are typically structural in nature.
C. They may cause users to be unable to override the deprecated items with their own style sheets.
D. They are disallowed by WCAG 2.0 standards.
E. They are outdated or obsolete.
F. Both B & D
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
F. Both B & D
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='86' id='card-564906678'>
<div class='header'>
86
</div>
<div class='card-face question'>
<div class='question-content'>
All of the following HTML elements are deprecated in HTML5 except:
A. <applet>
B. <center>
C. <frame>
D. <font>
E. All of the above are deprecated.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
E. All of the above are deprecated.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='87' id='card-564912195'>
<div class='header'>
87
</div>
<div class='card-face question'>
<div class='question-content'>
Semantic HTML is important because, when applied, all assistive technology and browsers will know how to operate the functionality.
True
False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='88' id='card-564924679'>
<div class='header'>
88
</div>
<div class='card-face question'>
<div class='question-content'>
What is the role, name and value of the link in:
<a href="https://www.google.com/">Google</a>
A. Role = link, name = Google, value = https://www.google.com/
B. Role = anchor, name = https://www.google.com/, value = Google
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Role = link, name = Google, value = https://www.google.com/
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='89' id='card-564924961'>
<div class='header'>
89
</div>
<div class='card-face question'>
<div class='question-content'>
Does this button have a proper, accessible name?
<button id="menu" title="menu">
<i class="fas fa-bars"></i>
</button>
A. Yes
B. No
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. No
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='90' id='card-564925041'>
<div class='header'>
90
</div>
<div class='card-face question'>
<div class='question-content'>
Is <dl> flow content, according to the MDN Documentation?
A. Yes
B. No
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Yes
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='91' id='card-564925449'>
<div class='header'>
91
</div>
<div class='card-face question'>
<div class='question-content'>
A Doctype declaration is not necessary if the webpage does not contain HTML5 elements.
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='92' id='card-564925677'>
<div class='header'>
92
</div>
<div class='card-face question'>
<div class='question-content'>
The lang attribute can be set on the HTML root element to define the language of the web page.
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='93' id='card-564926178'>
<div class='header'>
93
</div>
<div class='card-face question'>
<div class='question-content'>
Which <title> text is useful for screen reader users? Check all that apply.
A. Homepage
B. 24 search results for "apple pie" – Recipes R Us
C. My Site – Just another WordPress site
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. 24 search results for "apple pie" – Recipes R Us
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='94' id='card-564926396'>
<div class='header'>
94
</div>
<div class='card-face question'>
<div class='question-content'>
Should you set user-scalable=no?
A. No, user-scalable=no prevents the user from zooming in and out
B. Yes, because then I have more control over what the user sees
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. No, user-scalable=no prevents the user from zooming in and out
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='95' id='card-564926566'>
<div class='header'>
95
</div>
<div class='card-face question'>
<div class='question-content'>
<nav> is a top level landmark.
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='96' id='card-564926758'>
<div class='header'>
96
</div>
<div class='card-face question'>
<div class='question-content'>
<form role=”search”> is correct because:
A. It's ok to change the role of an element
B. This is a special case, because now screen reader users can quickly navigate to the search form
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. This is a special case, because now screen reader users can quickly navigate to the search form
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='97' id='card-564926952'>
<div class='header'>
97
</div>
<div class='card-face question'>
<div class='question-content'>
An aria-label on a <nav>, like <nav aria-label=”sitemap”> is helpful for:
A. Keyboard users
B. Screen reader users
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Screen reader users
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='98' id='card-564927172'>
<div class='header'>
98
</div>
<div class='card-face question'>
<div class='question-content'>
A <div> can be used to indicate the meaning of a text element.
True
False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='99' id='card-564927299'>
<div class='header'>
99
</div>
<div class='card-face question'>
<div class='question-content'>
What will a screen reader announce for:
. <img src="IMG_123.jpg" alt="" />
A. IMG_123
B. Nothing, the image is omitted
C. Image
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Nothing, the image is omitted
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='100' id='card-564927613'>
<div class='header'>
100
</div>
<div class='card-face question'>
<div class='question-content'>
Which of these is true? Check all that apply.
A. Images always need an alternative text, describing what's on the image
B. Decorative images do not need an alt attribute
C. An alt text may not be enough for Infographics
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
C. An alt text may not be enough for Infographics
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='101' id='card-564927911'>
<div class='header'>
101
</div>
<div class='card-face question'>
<div class='question-content'>
The accessible name of an SVG can be provided by…? Check all that apply:
A. The title element and an aria-labelledby on the SVG element
B. The title element and an aria-describedby on the SVG element
C. The title attribute on the SVG element
D. An aria-label on the SVG element
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. The title element and an aria-labelledby on the SVG element
C. The title attribute on the SVG element
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='102' id='card-564928118'>
<div class='header'>
102
</div>
<div class='card-face question'>
<div class='question-content'>
Is <select multiple="multiple"> fully supported by browsers and assistive technology?
A. Yes
B. No
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. No
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='103' id='card-564928303'>
<div class='header'>
103
</div>
<div class='card-face question'>
<div class='question-content'>
Is the first rule of ARIA: don’t use ARIA?
A. Yes, use Semantic HTML5 over ARIA.
B. No, it is better to use ARIA and build components with divs and spans.
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Yes, use Semantic HTML5 over ARIA
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='104' id='card-565132780'>
<div class='header'>
104
</div>
<div class='card-face question'>
<div class='question-content'>
h2::before {
content: "Chapter ";
}
.sale::after {
content: " On sale!";
color: #c00;
}
Why or why not is this a good way to add content to the page?
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
It is not a good idea to use before:: and after:: for content that is essential, it should only be used for content that is non-essential.
Two disadvantages are:
- If a user decides to view the page in Reader View, use their own CSS or disable the CSS altogether, the information is lost. Also, it is doubtful whether search engines actually index content in CSS.
- One other disadvantage for serious web development: this will be hard to translate for multilingual websites using the same stylesheet.
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='105' id='card-565134943'>
<div class='header'>
105
</div>
<div class='card-face question'>
<div class='question-content'>
Form controls like checkboxes and radio buttons look outdated.
It’s better to use a more modern approach than use common design patterns. It’s more refreshing for the user to create a new interface for my forms.
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
False, keep this consistent and don't use unfamiliar design patterns
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='106' id='card-565135065'>
<div class='header'>
106
</div>
<div class='card-face question'>
<div class='question-content'>
For consistency it’s important to (check all that apply):
A. Have consistent navigation on every page
B. Keep the look and names of links and buttons consistent
C. Have a help page and tooltips for all functionality
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. Have consistent navigation on every page
B. Keep the look and names of links and buttons consistent
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='107' id='card-565135270'>
<div class='header'>
107
</div>
<div class='card-face question'>
<div class='question-content'>
Don’t depend on colour alone. That is important for:
A. Colour blind users
B. Blind users
C. Users with a visual impairment
D. Users from another culture, where colour can have a different meaning than the one you intended
E. All of the above
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
E. All of the above
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='108' id='card-565135567'>
<div class='header'>
108
</div>
<div class='card-face question'>
<div class='question-content'>
Screen reader software always reads the contents of a website from top down.
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='109' id='card-565135636'>
<div class='header'>
109
</div>
<div class='card-face question'>
<div class='question-content'>
Why should you opt for SVGs when presenting text in images?
A. Smaller file size
B. Users can zoom in without the text becoming blurry
C. Screen reading software can read the text
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Users can zoom in without the text becoming blurry (can scale up to 400%)
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='110' id='card-565135779'>
<div class='header'>
110
</div>
<div class='card-face question'>
<div class='question-content'>
It is important for the different levels of headings to be used in a linear, hierarchical order.
A. True
B. False
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. True
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='111' id='card-565135888'>
<div class='header'>
111
</div>
<div class='card-face question'>
<div class='question-content'>
What are drawbacks of content in CSS?
A. Screen reader software reads it out far too loudly
B. Screen reader support is buggy
C. It can be inaccessible to users who disable CSS or who use their own CSS
D. The contrast is too low for users with a visual impairment
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
B. Screen reader support is buggy
C. It can be inaccessible to users who disable CSS or who use their own CSS
</div>
</div>
</div>
<div class='flashcard-row thin-card is-blurrable' data-a-button-url='/sign-up?packId=22570317&returnTo=%2Fpacks%2F22570317%2Fsubscribe&source=preview-card&subject=IAAP+WAS+EXAM+Preparation+2025' data-card-is-blurrable data-number='112' id='card-565136082'>
<div class='header'>
112
</div>
<div class='card-face question'>
<div class='question-content'>
When should you use the lang attribute for parts of the content?
A. If your page contains content in a language that differs from the site language
B. For comedic effect: use a random language to have your text read with a funny accent
C. If your page contains proper names, technical terms, words of indeterminate language and words or phrases in well-known slang
</div>
</div>
<div class='card-face answer'>
<div class='answer-content'>
A. If your page contains content in a language that differs from the site language
</div>
</div>
</div>
</div>
</div>
</div>
<div class='flashcards-sidebar'>
<div class='sidebar-header'>
<div class='react-component' id='flashcards-search-bar'>
<div class='placeholder market-search-bar' id='flashcards-search-bar-placeholder'></div>
</div>
</div>
<div class='sidebar-content'>
<p class='deck-subject-heading'>
<a class="decks-in-subject-link" href="/packs/iaap-was-exam-preparation-2025-22570317"><span class="pack-name">IAAP WAS EXAM Preparation 2025</span> (29 decks)
</a></p>
<ul class='deck-list-items'>
<a class='deck-link ' href='/flashcards/types-of-disabilities-18167849/packs/22570317'>
<li class='deck-list-item'>Types of Disabilities</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-and-accessibility-general-questions-17725293/packs/22570317'>
<li class='deck-list-item'>WCAG and Accessibility General Questions</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-22-perceivable-17707918/packs/22570317'>
<li class='deck-list-item'>WCAG 2.2 - Perceivable</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-22-operable-17707964/packs/22570317'>
<li class='deck-list-item'>WCAG 2.2 - Operable</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-22-understandable-17707978/packs/22570317'>
<li class='deck-list-item'>WCAG 2.2 Understandable</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-22-robust-17707980/packs/22570317'>
<li class='deck-list-item'>WCAG 2.2 Robust</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-22-random-questions-17707990/packs/22570317'>
<li class='deck-list-item'>WCAG 2.2 - Random Questions</li>
</a>
<a class='deck-link ' href='/flashcards/atag-principles-guidelines-basics-17940467/packs/22570317'>
<li class='deck-list-item'>ATAG - principles, guidelines, basics</li>
</a>
<a class='deck-link ' href='/flashcards/en-301-549-17790705/packs/22570317'>
<li class='deck-list-item'>EN 301 549</li>
</a>
<a class='deck-link ' href='/flashcards/wai-aria-17708011/packs/22570317'>
<li class='deck-list-item'>WAI-ARIA</li>
</a>
<a class='deck-link selected' href='/flashcards/semantic-structure-and-navigation-with-w-17708022/packs/22570317'>
<li class='deck-list-item'>Semantic Structure and Navigation (with WCAG 2.2 updates)</li>
</a>
<a class='deck-link ' href='/flashcards/visual-design-and-colors-with-wcag-22-up-17708030/packs/22570317'>
<li class='deck-list-item'>Visual Design and Colors (with WCAG 2.2 updates)</li>
</a>
<a class='deck-link ' href='/flashcards/device-independent-input-methods-with-wc-17708036/packs/22570317'>
<li class='deck-list-item'>Device-Independent Input Methods (with WCAG 2.2 updates)</li>
</a>
<a class='deck-link ' href='/flashcards/form-labels-instructions-and-validation-17708044/packs/22570317'>
<li class='deck-list-item'>Form Labels, Instructions, and Validation (with WCAG 2.2 updates)</li>
</a>
<a class='deck-link ' href='/flashcards/images-svg-and-canvas-17708050/packs/22570317'>
<li class='deck-list-item'>Images, SVG, and Canvas</li>
</a>
<a class='deck-link ' href='/flashcards/responsive-design-and-zoom-17708054/packs/22570317'>
<li class='deck-list-item'>Responsive Design and Zoom</li>
</a>
<a class='deck-link ' href='/flashcards/multimedia-animations-and-motion-17708061/packs/22570317'>
<li class='deck-list-item'>Multimedia, Animations, and Motion</li>
</a>
<a class='deck-link ' href='/flashcards/custom-javascript-aria-widgets-17708125/packs/22570317'>
<li class='deck-list-item'>Custom JavaScript/ARIA Widgets</li>
</a>
<a class='deck-link ' href='/flashcards/dynamic-updates-ajax-and-single-page-app-17708138/packs/22570317'>
<li class='deck-list-item'>Dynamic Updates, AJAX, and Single-Page Apps</li>
</a>
<a class='deck-link ' href='/flashcards/web-accessibility-testing-basic-methods-17708154/packs/22570317'>
<li class='deck-list-item'>Web Accessibility Testing: Basic Methods and Tools</li>
</a>
<a class='deck-link ' href='/flashcards/web-accessibility-testing-screen-readers-17708162/packs/22570317'>
<li class='deck-list-item'>Web Accessibility Testing: Screen Readers</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-22-conformance-testing-methodology-17708184/packs/22570317'>
<li class='deck-list-item'>WCAG 2.2 Conformance Testing Methodology</li>
</a>
<a class='deck-link ' href='/flashcards/wcag-21-conformance-testing-methodology-17708187/packs/22570317'>
<li class='deck-list-item'>WCAG 2.1 Conformance Testing Methodology</li>
</a>
<a class='deck-link ' href='/flashcards/usability-testing-for-accessibility-17708200/packs/22570317'>
<li class='deck-list-item'>Usability Testing for Accessibility</li>
</a>
<a class='deck-link ' href='/flashcards/assistive-technology-17779195/packs/22570317'>
<li class='deck-list-item'>Assistive Technology</li>
</a>
<a class='deck-link ' href='/flashcards/accessible-behavior-17929141/packs/22570317'>
<li class='deck-list-item'>Accessible Behavior</li>
</a>
<a class='deck-link ' href='/flashcards/show-and-hide-techniques-with-html-and-c-17929501/packs/22570317'>
<li class='deck-list-item'>Show and hide techniques with HTML and CSS</li>
</a>
<a class='deck-link ' href='/flashcards/accessible-tables-17930026/packs/22570317'>
<li class='deck-list-item'>Accessible Tables</li>
</a>
<a class='deck-link ' href='/flashcards/mobile-accessibility-18513991/packs/22570317'>
<li class='deck-list-item'>Mobile Accessibility</li>
</a>
</ul>
</div>
</div>
</div>
<div id='tooltip-controller'></div>
<div data='{"packId":22570317,"source":"spaced-repetition-modal","subject":"IAAP WAS EXAM Preparation 2025","resources":{"deckId":17708022,"packId":22570317},"returnTo":"/packs/22570317/subscribe"}' id='spaced-repetition-modal-controller'></div>
<div id='banner-controller'></div>
<div id='dialog-modal-controller'></div>
<div class='band band-footer'>
<div class='footer-main'>
<ul class='sections'>
<li class='section key-links'>
<p class='section-heading'>
Key Links
</p>
<ul class='options-list'>
<li class='option'>
<a id="footer-pricing-link" class="option-link" href="/pricing?paywall=upgrade">Pricing</a>
</li>
<li class='option'>
<a class="option-link" href="/companies">Corporate Training</a>
</li>
<li class='option'>
<a class="option-link" href="/teachers">Teachers & Schools</a>
</li>
<li class='option'>
<a class="option-link" target="_blank" rel="nofollow noopener noreferrer" href="https://itunes.apple.com/us/app/brainscape-smart-flashcards/id442415567?mt=8">iOS App</a>
</li>
<li class='option'>
<a class="option-link" target="_blank" rel="nofollow noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.brainscape.mobile.portal">Android App</a>
</li>
<li class='option'>
<a class="option-link" target="_blank" rel="noopener" href="https://www.brainscape.com/faq">Help Center</a>
</li>
</ul>
</li>
<li class='section subjects'>
<p class='section-heading'>
Subjects
</p>
<ul class='options-list'>
<li class='option'>
<a class="option-link" href="/subjects/medical-nursing">Medical & Nursing</a>
</li>
<li class='option'>
<a class="option-link" href="/subjects/law">Law Education</a>
</li>
<li class='option'>
<a class="option-link" href="/subjects/foreign-languages">Foreign Languages</a>
</li>
<li class='option'>
<a class="option-link" href="/subjects-directory/a">All Subjects A-Z</a>
</li>
<li class='option certified-classes'>
<a class="option-link" href="/learn">All Certified Classes</a>
</li>
</ul>
</li>
<li class='section company'>
<p class='section-heading'>
Company
</p>
<ul class='options-list'>
<li class='option'>
<a class="option-link" href="/about">About Us</a>
</li>
<li class='option'>
<a target="_blank" class="option-link" rel="nofollow noopener noreferrer" href="https://brainscape.zendesk.com/hc/en-us/articles/115002370011-Can-I-earn-money-from-my-flashcards-">Earn Money!</a>
</li>
<li class='option'>
<a target="_blank" class="option-link" href="https://www.brainscape.com/academy">Academy</a>
</li>
<li class='option'>
<a target="_blank" class="option-link" href="https://brainscapeshop.myspreadshop.com/all">Swag Shop</a>
</li>
<li class='option'>
<a target="_blank" rel="nofollow noopener" class="option-link" href="/contact">Contact</a>
</li>
<li class='option'>
<a target="_blank" rel="nofollow noopener" class="option-link" href="/terms">Terms</a>
</li>
<li class='option'>
<a target="_blank" class="option-link" href="https://www.brainscape.com/academy/brainscape-podcasts/">Podcasts</a>
</li>
<li class='option'>
<a target="_blank" class="option-link" href="/careers">Careers</a>
</li>
</ul>
</li>
<li class='section find-us'>
<p class='section-heading'>
Find Us
</p>
<ul class='social-media-list'>
<li class='option twitter-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://twitter.com/Brainscape"><img data-src="/pks/images/shared/twitterx-af917e8b474ed7c95a19.svg" alt="twitter badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
<li class='option linkedin-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.linkedin.com/company/brainscape/"><img data-src="/pks/images/shared/linkedin-2f15819658f768056cef.svg" alt="linkedin badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
<li class='option facebook-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.facebook.com/Brainscape"><img data-src="/pks/images/shared/facebook-1598a44227eabc411188.svg" alt="facebook badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
<li class='option youtube-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.youtube.com/c/BrainscapeNY"><img data-src="/pks/images/shared/youtube-7f2994b2dc1891582524.svg" alt="youtube badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
<li class='option pinterest-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.pinterest.com/brainscape/"><img data-src="/pks/images/shared/pinterest-04f51aa292161075437b.svg" alt="pinterest badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
<li class='option tiktok-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.tiktok.com/@brainscapeu"><img data-src="/pks/images/shared/tiktok-644cf4608bd73fbbb24f.svg" alt="tiktok badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
<li class='option insta-badge group'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.instagram.com/brainscape/"><img data-src="/pks/images/shared/insta-210cc2d059ae807961d2.svg" alt="insta badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a>
</li>
</ul>
<div class='get-the-app'>
<div class='qr-code'>
<img data-src="https://www.brainscape.com/assets/cms/public-views/shared/shortio-from-homepage.png" alt="QR code" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="130" height="130" />
</div>
<div class='app-badges'>
<div class='badge apple-badge'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://apps.apple.com/us/app/brainscape-smart-flashcards/id442415567"><img data-src="/pks/images/shared/apple-badge-b6e4f380fb879821d601.svg" alt="apple badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="124" height="50" /></a>
</div>
<div class='badge android-badge'>
<a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://play.google.com/store/apps/details?id=com.brainscape.mobile.portal&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img data-src="/pks/images/shared/android-badge-a2251833dc7f6ca8879c.svg" alt="android badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="124" height="50" /></a>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class='footer-blurb'>
Brainscape helps you reach your goals faster, through stronger study habits.
<br>
© 2025 Bold Learning Solutions. <a class="option-link" href="/terms">Terms and Conditions</a>
</div>
</div>
<script>
if (typeof window.__REACT_DEVTOOLS_GLOBAL_HOOK__ === 'object') {
__REACT_DEVTOOLS_GLOBAL_HOOK__.inject = function() {};
}
</script>
<script>
window.addEventListener('load', () => {
setTimeout(() => {
const script = document.createElement('script');
script.src = "/pks/js/public-deck-cards-page-d0410d84e8b38e8511bf.js";
script.defer = true;
document.body.appendChild(script);
}, 0);
});
</script>
<script src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js" defer="defer"></script>
<script>
document.addEventListener("mainSharedready", () => {
GaHelper.setGaDimension("dimension1","No");
});
</script>
<script type='application/ld+json'>
{"@context":"https://schema.org/","@type":"Quiz","about":{"@type":"Thing","name":"Semantic Structure and Navigation (with WCAG 2.2 updates)"},"hasPart":[{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What are the types of landmarks in ARIA?","acceptedAnswer":{"@type":"Answer","text":"banner navigation main contentinfo complementary form search region"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What HTML tag maps to banner?","acceptedAnswer":{"@type":"Answer","text":"header"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Should you have more than one banner role per page?","acceptedAnswer":{"@type":"Answer","text":"No, you should only have one banner role per page."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What does the HTML tag map to in ARIA?","acceptedAnswer":{"@type":"Answer","text":"navigation"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Can you have more then one tag per page?","acceptedAnswer":{"@type":"Answer","text":"Yes, you can. It is recommended to provide an arialabel or arialabelledby to provide an accessible name for multiple navs on page. Examples: Categories https://practical-accessibility.today/chapters/landmark-regions/"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"How many main landmarks should be used on a page?","acceptedAnswer":{"@type":"Answer","text":"Just one, it denotes the main section of the page"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What does the ARIA role of contentinfo map to for an HTML tag?","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is complementary landmark used for?","acceptedAnswer":{"@type":"Answer","text":"It contains information that is complementary to the main content, such as side bar with additional links on a blog posts. Use the HTML tag https://practical-accessibility.today/chapters/landmark-regions/"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is a good way to create more then one complementary landmark on a page?","acceptedAnswer":{"@type":"Answer","text":"You may create more than one complementary landmark on a page. Similar to the navigation landmark, if you do create more than one complementary landmark, assign each of them an appropriate name that identifies its purpose. When a heading is present, you can expose that heading as the name for the using the aria-labelledby attribute: Title for this complementary area This is secondary information related to the `main` content of the page. Title for another complementary area This is another secondary information area. https://practical-accessibility.today/chapters/landmark-regions/"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What a good way to use form landmarks?","acceptedAnswer":{"@type":"Answer","text":"Every form should ideally have a visible label that describes what the form is for. This label may then be used to provide an accessible name for the form using aria-labelledby:\\\\ Sign up "}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"True or False: The landmark is exposed by default.","acceptedAnswer":{"@type":"Answer","text":"The element is not exposed as a form landmark by default. It is only exposed as a form landmark when it is given an accessible name. Not all forms need to be exposed as landmarks."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"How should you create a search landmark?","acceptedAnswer":{"@type":"Answer","text":"Use the HTML element Find an article Go! Find and filter your query Results found: ... ... https://practical-accessibility.today/chapters/landmark-regions/#the-search-landmark"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is region landmark?","acceptedAnswer":{"@type":"Answer","text":"A region landmark is defined as “a perceivable section containing content that is relevant to a specific purpose and sufficiently important that users will likely want to be able to navigate to the section easily and to have it listed in a summary of the page. https://practical-accessibility.today/chapters/landmark-regions/#the-generic-region”"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is the proper way to use a region landmark?","acceptedAnswer":{"@type":"Answer","text":" Editor .. or Editor .. https://practical-accessibility.today/chapters/landmark-regions/#the-generic-region"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"When should you use link vs a button?","acceptedAnswer":{"@type":"Answer","text":"- Buttons trigger programmable actions. You will generally need to use JavaScript to make a button do something. - Links take you places."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is the best way to code a navigation for accessibility?","acceptedAnswer":{"@type":"Answer","text":" Breadcrumbs Home Products Sustainable Kitchen By creating the code in this way, we let the user know the nav list is a breadcrumb with the aria-labelledby, the list tells the user how many items are in the list, and finally the user will know that each of these are links. Use an ordered list when the order of the items is important such as here in the breadcrumb navigation. https://practical-accessibility.today/chapters/navigation/#labelling-multiple-navigations-on-the-page"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Why is semantic HTML markup important for accessibility?","acceptedAnswer":{"@type":"Answer","text":"Screen readers rely on the meaning of HTML elements and attributes to convey information to blind users. It is through the semantic markup that browsers are able to parse accessibility cues and information through the accessibility API and pass that information on to users, through assistive technologies, such as screen readers."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"In a page title should the company's come first or last? a.) Contact Us Brand Name b.) Brand Name Contact Us","acceptedAnswer":{"@type":"Answer","text":"Contact Us Brand Name"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Why do you need to add the ?","acceptedAnswer":{"@type":"Answer","text":"It tells screen readers and the browser which language the page should be read in. https://www.w3schools.com/tags/ref_language_codes.asp"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"If part of the part of the page is in a different language, do you need add a language tag.?","acceptedAnswer":{"@type":"Answer","text":"Yes, if you have text you will need to indicate that it is written with a new language by adding a language tag. lang=\"es\""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What’s the difference between landmarks and headings?","acceptedAnswer":{"@type":"Answer","text":"Headings designate sections within the content. Landmarks designate sections of the overall page design and layout."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Should you let users know when you are going to have something open in a new window?","acceptedAnswer":{"@type":"Answer","text":"Yes, you can do so by adding an external icon and using the alt text to alert screen reader users that it will open in a new window."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Why should you have a page title for each page?","acceptedAnswer":{"@type":"Answer","text":"Screen reader users rely on the title to quickly learn the identity and purpose of the page. If you leave off the title, screen reader users will have to browse the page and infer the identity and purpose from the content, which is highly inconvenient. Example code: Products and Services "}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"If a person types \"vegetarian recipes\" in a site search, which of the following is the best page title on the search result page? A. Search B. Search results C. Search results for \"vegetarian recipes\" D. Vegetarian recipes","acceptedAnswer":{"@type":"Answer","text":"C. Search results for \"vegetarian recipes\""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"True or false: On a so-called single-page application — in which AJAX is used to bring in new content without refreshing or loading the entire web page — any time that the URL changes, the page title should be updated accordingly.","acceptedAnswer":{"@type":"Answer","text":"True"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Which of the following would be the best for a page describing the autocorrect features of a software product called \"Tri-coil\" by a company named \"Bob's Brilliant Software?\" A. Autocorrect features in Tri-coil, by Bob's Brilliant Software B. Bob's Brilliant Software: Tri-coil - autocorrect features C. Features D. All of the above are equally good","acceptedAnswer":{"@type":"Answer","text":"A. Autocorrect features in Tri-coil, by Bob's Brilliant Software"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Identifying the language of a document or part of a document is important for users of: A. Voice recognition software B. Screen readers C. Screen magnifiers D. All of the above","acceptedAnswer":{"@type":"Answer","text":"B. Screen readers"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The correct language code for German web content is: A. lang=\"en\" B. lang=\"German\" C. lang=\"german\" D. lang=\"deutch\" E. lang=\"de\" F. lang=\"d\"","acceptedAnswer":{"@type":"Answer","text":"E. lang=\"de\""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The correct location to identify the main language of an entire page is: A. On the element B. On the element C. On the element D. In a element in the of the document E. On every block level element in the content","acceptedAnswer":{"@type":"Answer","text":"B. On the element"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"If the user has the screen reader language set to French and a web page is written in English but does NOT specify the language of the document in the markup, how will the screen reader read the text? A. It will translate the text to French B. It will notify the user that there is a mismatch in languages C. It will read the English words using French pronunciation rules D. It will detect the language automatically and read the text with the correct pronunciation E. It will cause the screen reader to turn off","acceptedAnswer":{"@type":"Answer","text":"C. It will read the English words using French pronunciation rules"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What are the most useful landmarks for HTML and ARIA markup for screenreaders?","acceptedAnswer":{"@type":"Answer","text":"The most useful of these for most websites are header/banner, nav/navigation, main, and footer/contentinfo. The others may be used as well, but they are not as widely applicable across most websites."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What are some best practices for landmarks?","acceptedAnswer":{"@type":"Answer","text":"- All text should be contained within a landmark region. - Multiple instances of the same type of landmark SHOULD be distinguishable by different programmatically determinable labels (aria-label or aria-labelledby). - A page SHOULD NOT contain more than one instance of each of the following landmarks: banner, main, and contentinfo. - The total number of landmarks SHOULD be minimized to the extent appropriate for the content."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"All of the following are valid ARIA landmark roles except: A. banner B. navigation C. main D. end E. search","acceptedAnswer":{"@type":"Answer","text":"D. end"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A page with 47 landmarks: A. Shows a high level of dedication to accessibility best practices B. Probably has too many landmarks to be optimally useful to screen reader users C. Demonstrates the popularity of the web page D. Is using deprecated markup, and should be updated with more modern methods","acceptedAnswer":{"@type":"Answer","text":"B. Probably has too many landmarks to be optimally useful to screen reader users"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"If there are multiple navigation landmarks in the same page: A. Each landmark should have its own unique title attribute B. Screen readers will ignore all but the first one C. The markup is invalid: there should be only one navigation landmark per page D. The screen reader is likely to crash, especially older versions E. Each landmark should have its own aria-label or aria-labelledby attribute","acceptedAnswer":{"@type":"Answer","text":"E. Each landmark should have its own aria-label or aria-labelledby attribute"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"hich of the following does NOT represent best practice, in terms of creating a structured outline of the content with headings? A. B. C. D. ","acceptedAnswer":{"@type":"Answer","text":"C. "}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"If the heading level 1 () at the beginning of the main content says \"How to hang ten on a surfboard,\" the most appropriate for the page from among the options below would be: A. How to ride a surfboard B. Surfing tutorial C. Summers in California D. How to hang ten on a surfboard E. An article describing how to hang ten on a surfboard, describing the techniques and circumstances in which it is possible to do it","acceptedAnswer":{"@type":"Answer","text":"D. How to hang ten on a surfboard"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Which of the following will be recognized as a valid heading by screen readers? A. B. Legal disclaimer C. The secrets beneath the ocean's surface D. Understand yourself","acceptedAnswer":{"@type":"Answer","text":"C. The secrets beneath the ocean's surface"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"True or False: WCAG 2.0 level double A (AA) requires headings to be in a valid hierarchy under all circumstances. A heading 4 () cannot directly follow a heading 2 (), for example. The next subheading under the heading 2 () MUST be a heading 3 (). A. True B. False","acceptedAnswer":{"@type":"Answer","text":"False"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"True or False: Screen readers will read the alt text of an image within a heading as part of the heading text.","acceptedAnswer":{"@type":"Answer","text":"True"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is the official character limit within a heading? A. 256 characters B. 140 characters C. 1024 characters D. It depends on the level of the heading E. There is no official limit","acceptedAnswer":{"@type":"Answer","text":"E. There is no official limit"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What is necessary to keep in mind if you use ARIA role =\"link\"?","acceptedAnswer":{"@type":"Answer","text":"- Add role=\"link\" so that screen readers recognize it as a link. - Add tabindex=\"0\" to make it focusable with the keyboard. - Ensure that the JavaScript allows both the mouse click AND the enter key to activate the link."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"What are the difference between links and buttons","acceptedAnswer":{"@type":"Answer","text":"Here are the main distinguishing factors between links and buttons: - Links take users to different locations (either to a different page or to a different location on the same page); - Buttons activate scripted functionality (e.g. make a dialog appear, expand a collapsed menu, turn font bold, etc.), usually on the same page, but a button can also submit form data."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"All of the following statements are true, except: A. Users should be warned if a link opens a new window. B. Link text should include words like \"link\" or \"click\" so screen reader users know it is a link. C. For images used as links, the alternative text for the image functions as link text for screen reader users. D. Links with the same text should go to the same place.","acceptedAnswer":{"@type":"Answer","text":"B. Link text should include words like \"link\" or \"click\" so screen reader users know it is a link."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"True or false: Links must be visually distinguishable from the surrounding non-link text","acceptedAnswer":{"@type":"Answer","text":"True"}}],"educationalAlignment":[{"@type":"AlignmentObject","alignmentType":"educationalSubject","targetName":"Semantic Structure and Navigation (with WCAG 2.2 updates)"}]}
</script>
</body>
</html>