Kilotest: Diagnoses of hr misused
violation by HTML element 370 on McEwen Gisvold LLP page
Basics
About the McEwen Gisvold LLP page
- URL: https://www.mcewengisvold.com/
- Tested 29 days ago by job
u1son 2026-05-03 at 17:05
About HTML element 370
- Tag name:
DIV - Text:
How Can We Help You? … Submission of this form does not create any type of attorney-client relationship.
- Start tag:
<div class="u_1178268365 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1178268365" layout="divider-style-3"> - XPath:
[not obtained] - Bounding box: x = 1274, y = 3231, width = 111, height = 26
About the hr misused
issue
- Why it matters: User cannot get help on the nature of segments of the document
- Priority: lowest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the hr misused
issue for HTML element 370 of the McEwen Gisvold LLP page.
- The <code><hr></code> element adds extra <q>noise</q> and can be confusing. For example VoiceOver reads it as <q>dimmed collapsed on top, horizontal separator</q>, Windows Narrator reads it as <q>end of line</q>. A better option is to replace <code><hr></code> with <code><div></code> and use CSS for styling. Alternatively, <code>aria-hidden='true'</code> or <code>role='presentation'</code> can be applied to the <code><hr></code> element.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
horizontal_rule