Skip to content
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

div as parents of dt/dd #1289

Closed
honoka-h opened this issue Dec 21, 2018 · 2 comments
Closed

div as parents of dt/dd #1289

honoka-h opened this issue Dec 21, 2018 · 2 comments

Comments

@honoka-h
Copy link
Contributor

Expectation:
dt/dd elements below div element passes the axe-core checks.

<dl>
<div>
<dt>dt element inside div</dt>
<dd>dd element inside div</dd>
</div>
</dl>

Actual:
The above is reported as an issue:

Ensures <dt> and <dd> elements are contained by a <dl>

Motivation:
I have seen that this issue has been taken care of in #262, but the issue is still reported.
Could you please look into it?

axe-core version: 3.1.1

Browser and Assistive Technology versions
Chrome 71.0.3578.98

@kensgists
Copy link

This issue exists in axe-core 3.1.2, as well.

@marcysutton
Copy link
Contributor

This is already in the works in a PR: #1284

Closing as a duplicate of #1265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants