Kilotest: Diagnoses of hr misused
violation by HTML element 1833 on PTR Global page
Basics
About the PTR Global page
- URL: https://www.ptrglobal.com/
- Tested 46 days ago by job
sdoon 2026-06-05 at 04:36
About HTML element 1833
- Tag name:
DIV - Text:
About Us … Copyright © 2026
- Start tag:
<div class="x-div x-container max width e20756-e13 mg0k-9"> - XPath:
/html/body/div[1]/div[1]/footer[1]/div[2]/div[1] - Bounding box: x = 360, y = 7957, width = 1200, height = 414
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 rule engines diagnose the hr misused
issue for HTML element 1833 of the PTR Global 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