Kilotest: Diagnoses of position sticky
violation by HTML element 57 on Climate Emergency Fund page
Basics
About the Climate Emergency Fund page
- URL: https://www.climateemergencyfund.org/
- Tested 38 days ago by job
hopon 2026-04-24 at 20:58
About HTML element 57
- Tag name:
NAV - Text:
Climate Emergency Fund … Donate now
- Start tag:
<nav class="fixed top-0 left-0 right-0 grid grid-cols-[auto_1fr] lg:grid-cols-[1fr_auto_1fr] w-full bg-black text-white items-center justify-center py-[1rem] z-[60]"> - XPath:
/html/body/div[1]/div[1]/header[1]/nav[1] - Bounding box: x = 0, y = 0, width = 1920, height = 112
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 57 of the Climate Emergency Fund 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