-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification to description list #386
Comments
@scottaohara hmm I thought you had to put the div inside of the dt or dd? At any rate, thanks for bringing this up! |
@MelSumner dl element per the HTML spec example from the
|
ok, good to know; I think some checkers flag this (and I've definitely asked for changes on PRs if this was the markup). I did think that ARIA was supposed to take precedence if there was something different in the HTML spec though? WDYT? |
I don’t understand the question? There’s nothing in aria about description lists yet. |
the valid dl elements point of failure states:
But,
<div>
elements are also allowed so long as they contain<dt>
and<dd>
elements.The text was updated successfully, but these errors were encountered: