Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Standardized guidelines and patterns for Frontend Accessibility Aria.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -30% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -52% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -7% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 24% | 0% |
typescript// ✅ Good <button onClick={handleClick}>Click</button> // ❌ Bad <div onClick={handleClick}>Click</div>
typescript<button aria-label="Close dialog" aria-expanded={isOpen} aria-controls="dialog-content" > × </button> <div id="dialog-content" role="dialog" aria-labelledby="dialog-title" aria-modal="true" > <h2 id="dialog-title">Title</h2> </div>
typescript<a href="#main-content" className="skip-link"> Skip to main content </a> <main id="main-content"> {/* Content */} </main>
Other measured skills in the registry, with their headline benchmark lift.