Kilotest: Diagnoses of position sticky
violation by HTML element 36 on Koenig Childhood Cancer Foundation donations page
Basics
About the Koenig Childhood Cancer Foundation donations page
- URL: https://thekccf.org/donate
- Tested 13 days ago by job
vc2on 2026-05-19 at 14:37
About HTML element 36
- Tag name:
NAV - Text:
HOME … DONATE
- Start tag:
<nav class="fixed top-0 left-0 right-0 z-50 transition-all duration-300 bg-white dark:bg-gray-900 shadow-sm"> - XPath:
/html/body/nav[1] - Bounding box: x = 0, y = 0, width = 1920, height = 96
About the position sticky
issue
- Why it matters: User may be unable to see needed content or may be forced to scroll in both dimensions
- Priority: lowest
- Related WCAG standard: 1.4.10
Diagnoses
Here is how tools diagnose the position sticky
issue for HTML element 36 of the Koenig Childhood Cancer Foundation donations page.
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle1.Guideline1_4.1_4_10.C32,C31,C33,C38,SCR34,G206