Semantic Structure and Navigation Flashcards

1
Q

How do you describe Complex Header associations?

A

and scope “headers” plus “id”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Do not do this with Nested or Split tables.

A

MUST NOT reference header and data associations across them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How should you treat a table summary?

A

If provided it should make the table more understandable to screen reader users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you treat iFrames?

A

The source page must have a meaningful title.
Frame must have a title element
It should fit within the heading hierarchy of the page.
If hidden should contain aria-hidden = “true”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you apply critical emphasis for text?

A

<strong> or <em></em></strong>

Should be conveyed in text-based format</em></strong>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you code the quote element? ?

A

<code> , <pre></code>

Cannot be alone</pre></code>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you mark a strikethrough?

A

<del></del>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you mark an insertion?

A

<ins></ins>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does do?

A

Highlight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are properties if IDs?

A

Unique within a webpage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you designate a navigation list?

A

or role = “navigation”

should inform users which page they are currently on (both sighted and unsighted).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Multiple landmarks should be distinguished by

A

aria-label or arial-labeledby

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which instances should there only be one of on a given page?

A

Banner, Main, Contentinfo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

All text should be contained within what type of region?

A

landmark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is special about <h1>?</h1>

A

<h1> designates the start of the main content

| there should be only one</h1>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly