Skip to content

SC 1.3.1 Info and Relationships and description list #4037

Answered by stevefaulkner
sarasuri asked this question in Q&A
Discussion options

You must be logged in to vote

Just on the <dl> aspect, note that currently (in most browser/AT combos) description lists are announced in a slightly awkward/confusing way - the don't announce specifically that they're a description list, nor do they make a distinction between what's the <dt> and what's the <dd> (the above example announces as "a list with 4 items" or similar in some cases)

for 2 items I suggest either of the following is appropriate and would use them before <dl>, due to the quirks @patrickhlauke described

<h2 class="mrgn-tp-0">Claim details</h2>   
<p>This claim is for: John</p>
<p>Claim number: 1234-AA-90</p>

or

<h2 class="mrgn-tp-0">Claim details</h2>
<ul>    
<li>This claim is for: John</li>
<li>C…

Replies: 9 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by stevefaulkner
Comment options

You must be logged in to vote
1 reply
@scottaohara
Comment options

Comment options

You must be logged in to vote
1 reply
@sarasuri
Comment options

Comment options

You must be logged in to vote
1 reply
@TestPartners
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #4032 on August 23, 2024 11:35.