Accessibility
We’re committed to making our site usable by every member. Our target is WCAG 2.1 Level AA across every member-facing page.
What we do
- Semantic HTML. Buttons are
<button>, links are<a>, navigation is<nav>. We don’t use<div>or<span>as actionable elements. - Visible focus. Every interactive element shows a visible focus ring when tabbed to.
- Color contrast. Body text meets 4.5:1 contrast against the background. Our gold-on-black palette was chosen with this in mind.
- Keyboard navigation. Every flow on the site can be completed using only the keyboard. Tab order matches the visual order.
- Screen readers. Icon-only buttons carry
aria-label. Important changes (e.g., “Time top-up successful”) announce viaaria-live. - Forms. Every input has an associated label; error messages are tied to the input via
aria-describedbyand announced when validation fires. - Motion. We respect the operating system’s
prefers-reduced-motionsetting and disable shimmer, marquee tickers, and grain effects when it’s on. - Imagery. Meaningful images carry alt text; decorative images are marked
alt=""so screen readers skip them. - Document outline. One
<h1>per page. Heading hierarchy is unbroken so screen-reader users can navigate by structure.
Reporting an issue
If something on this site isn’t accessible to you, please email members@membersonlypokerclub.com with the page URL, what device and browser you were using, and what wasn’t working. We respond within one business day for accessibility-related issues.
Audit history
Slice 4 will add the results of our first formal audit (manual keyboard-only walkthrough + screen-reader pass on every critical flow) to this section.