Kilotest: Diagnoses of hr misused
violation by HTML element 344 on Russellville Park page
Basics
About the Russellville Park page
- URL: https://russellvillepark.com/
- Tested 11 days ago by job
kyqon 2026-05-21 at 23:58
About HTML element 344
- Tag name:
DIV - Text: [not applicable]
- Start tag:
<div class="kt-block-spacer kt-block-spacer-halign-left kt-block-spacer-thalign-center"> - XPath:
/html/body/div[1]/footer[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
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 344 of the Russellville Park 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