# Shinecode Accessibility Standard

## Standard
Target: **WCAG 2.2 AA**

## Semantic HTML
Use correct HTML elements (button, a, nav, main, header, footer, section, article, form, label). Avoid using divs as interactive controls.

## Keyboard
Everything interactive must be keyboard accessible. Required: Visible focus, Logical tab order, Escape behavior for dialogs, No keyboard traps.
