We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This issue exists in axe-core 3.1.2, as well.
Sorry, something went wrong.
This is already in the works in a PR: #1284
Closing as a duplicate of #1265
No branches or pull requests
Expectation:
dt/dd elements below div element passes the axe-core checks.
Actual:
The above is reported as an issue:
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
The text was updated successfully, but these errors were encountered: