Kilotest: Diagnoses of position sticky
violation by HTML element 52 on Not Here to be Liked page
Basics
About the Not Here to be Liked page
- URL: https://www.notheretobeliked.studio/
- Tested 38 days ago by job
bdxon 2026-04-24 at 20:58
About HTML element 52
- Tag name:
NAV - Text:
Not here to be liked … HD
- Start tag:
<nav class="h-12 fixed inset-x-2 md:inset-x-4 top-4 border-black shadow-[0_2px_30px_rgba(0,0,0,0.1)] bg-white/60 rounded-full backdrop-blur-md z-30 flex justify-between items-center px-1 ml-1"> - XPath:
/html/body/div[1]/header[1]/nav[1] - Bounding box: x = 20, y = 16, width = 1884, height = 48
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 52 of the Not Here to be Liked 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