Semantic Structure and Navigation Flashcards
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
C. Search results for “vegetarian recipes”
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.
A. True
B. False
A. True
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
A. Autocorrect features in Tri-coil, by Bob’s Brilliant Software
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
B. Screen readers
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"
E. lang=”de”
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 of the document
E. On every block level element in the content
B. On the html element
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
C. It will read the English words using French pronunciation rules
All of the following are valid ARIA landmark roles except:
A. banner B. navigation C. main D. end E. search
D. end
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
B. Probably has too many landmarks to be optimally useful to screen reader users
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
E. Each landmark should have its own aria-label or aria-labelledby attribute
Which 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
C. h1 h3 h4 h3 h4 h3
If the heading level 1 (h1) at the beginning of the main content says “How to hang ten on a surfboard,” the most appropriate page (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
D. How to hang ten on a surfboard
FIX ME
Which of the following will be recognized as a valid heading by screen readers?
A. <h1>h1>
B. Legal disclaimerh7>
C. <div>The secrets beneath the ocean’s surfacediv>
D. <p class="heading level2" style="font-size:200%;font-weight:bold;">Understand yourselfp></p></div></h1>
C. <div>The secrets beneath the ocean’s surface</div>
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
</h3></h2></h2></h4>
B. False
It is required for AAA
True or False: Screen readers will read the alt text of an image within a heading as part of the heading text.
A. True
B. False
A. True
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
E. There is no official limit
Note: Headings should be kept short and relevant.
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.
B. Link text should include words like “link” or “click” so screen reader users know it is a link.
True or false: Links must be visually distinguishable from the surrounding non-link text
A. True
B. False
A. True
Notes: 3:1 contrast ratio is required
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.
A. True
B. False
B. False
Notes: 3:1 contrast ratio is required
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
E. A and B
A. Be consistently located
B. Be consistently ordered
True or false: Links on the same page that go to the same destination should have the same text within the link.
A. True
B. False
A. True
The correct way to designate a navigation list as a navigation landmark is:
A. Wrap the navigation list in a 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 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 container
A. Wrap the navigation list in a container or in a container marked with role=”navigation”
Notes:
• A navigation list SHOULD include a visible method of informing users which page within the navigation list is the currently active/visible page.
• A navigation list SHOULD include a method of informing blind users which page within the navigation list is the currently active/visible page.
True or false: Screen readers can identify the current location within a navigation menu based on the visual styles
A. True
B. False
B. False
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
A. Must be placed just before the main navigation menu
Note:
The “skip link” should be the first focusable element on the page.
True or false: Sighted keyboard users can navigate by headings, landmarks, and other semantic features, just like blind screen reader users.
A. True
B. False
B. False
Notes:
Only screen readers offer shortcuts for navigating content via headers, tables, landmarks, etc.
Which of the following methods could be used to mark the current location within a paginated view? (Select all that apply)
A. hidden text B. aria-label C. aria-labelledby D. aria-describedby E. All of the above
E. All of the above
True or False: Layout tables are not permitted by WCAG standards.
A. True
B. False
B. False
Note:
Using tables for visual layout and not for data tables is discouraged but is technically allowed by accessibility guidelines. There is no severe accessibility consequence for using layout tables, but tables were designed for data grids, from a semantic structure perspective, so it is better to use them only for that purpose.
FIX ME
The title for a data table should be contained in what element?
A. B. C. D. E. F. The first row of the table (the columns of that row should be merged into a single cell)
C.
Note: Alternatively using aria-label on the table element is also acceptable.
FIX ME
The correct way to code a table cell that is a column header cell is:
A.
B.
C.
D.
C.
FIX ME
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.
B.
C.
D.
C.
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
B. id + header
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.
A. True
B. False
B. False
True or false: Screen readers will announce the number of items in a bulleted list if the list is marked up properly.
A. True
B. False
A. True
True or false: Screen readers do not read nested lists (lists within lists) properly.
A. True
B. False
B. False
Screen readers will recognize the following code as a list:
start p 1. First item 2. Second item 3. Third item end p
A. True
B. False
B. False
FIX ME
One of the main ways to make an accessible is to add:
A. a title attribute B. an alt attribute C. a name attribute D. a element E. tabindex="0" F. a element
A. a title attribute
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
C. The title element of the page within the iframe
Notes: Even though the WCAG guidelines require the title attribute, JAWS reads the element of the enclosed document instead, if available. Only if the enclosed document does not have a element will JAWS read the title attribute of the .
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
B. 5
Note: Screen readers treat an almost as if it is part of the same document that contains it. Users can access all of the content within an iframe using the same keystrokes that they would use to access the content if it were all in the same document.
If an iframe contains only JavaScript that is not meant to be read by the user, what is the best way to address this 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”
A. Hide it from screen reader users with aria-hidden=”true”
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
J. None of the above
Note:
If the emphasis is critical to understand the text — then you’ll need to find another way to create emphasis. Such as adding “Important” or “Warning” to your text to make sure that the content is emphasized. Alternativly you can addinvisible text for screen readers.
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
C. When the emphasis in the highlighting changes the meaning of the text.
Note:
Even though the element is semantically-correct, current screen readers do not notify users that a element is present, so there is no benefit to screen reader users (even though sighted users still benefit, because of the visual background color highlighting). That said, the element is still the best choice because that tag conveys the intended purpose (to mark something as highlighted).
Critical highlighted text SHOULD be supplemented with a text-based method to convey the meaning of the highlighting.
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
F. The word “Important: “ (or similar) in front of the emphasized text
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!
A. Twin mattress $300 $250!
Notes:
• Screen readers do not support the [del] element. They read the text, but do not notify users that the text has been deleted.
• Screen readers do not support the [ins] element. They read the text, but do not notify users that the text has been inserted.
Use hidden text to convey inserted text. For example:
[p]Twin mattress [del][span class=”visually-hidden”]was[/span]$300[/del][ins][span class=”visually-hidden”]now[/span]$250[/ins][/p]
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
A. Add a graphic element with “Important” as its alt text
Note: Technique is equivelent to writing “Important:” before the text but less verbose.
The concept of robust technology compatibility is to support compatibility of web content with current and future user agents — especially assistive technologies.
A. True
B. False
A. True
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.
B. Content has been spell-checked.
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
F. Both B & D
B. They are typically structural in nature.
D. They are disallowed by WCAG 2.0 standards.
FIX ME
All of the following HTML elements are deprecated in HTML5 except: A. B. C. D. E. All of the above are deprecated.
E. All of the above are deprecated.