Kilotest: Diagnoses of hr misused
violation by HTML element 265 on Center for Democracy and Technology page
Basics
About the Center for Democracy and Technology page
- URL: https://cdt.org/
- Tested 34 days ago by job
ocbon 2026-04-28 at 16:47
About HTML element 265
- Tag name:
DIV - Text:
30+ … Members of CDT’s Task Force on Protecting Reproductive Health Info, helping to protect the privacy & access to info of people seeking reproductive health care. More.
- Start tag:
<div class="stat"> - XPath:
/html/body/div[1]/main[1]/div[1]/section[7]/div[2] - Bounding box: x = 530, y = 3771, width = 383, height = 318
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 265 of the Center for Democracy and Technology 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