Wcag Audit Operable Target Size

🌐Community
by jkense · vlatest · Repository

Analyzes webpage elements to ensure operable target sizes meet WCAG 2.1 Success Criterion 2.5.5.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wcag-audit-operable-target-size npx -- -y @trustedskills/wcag-audit-operable-target-size
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wcag-audit-operable-target-size": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wcag-audit-operable-target-size"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill assesses web page elements against WCAG success criterion 2.5.5 (Target Size) to ensure they are sufficiently large and spaced for accessibility. It determines if interactive components meet the minimum target size of 44x44 CSS pixels, which is crucial for users with motor impairments. The tool provides feedback on elements that fail this test, helping developers improve usability.

When to use it

  • Accessibility Audits: Integrate into automated website accessibility audits to proactively identify and fix issues.
  • Design Reviews: Use during the design phase of a website or application to ensure interactive elements are designed with accessibility in mind.
  • Usability Testing: Employ as part of usability testing, especially when evaluating designs for users with motor impairments.
  • Remediation Efforts: Apply after receiving user feedback regarding difficulty interacting with page elements.

Key capabilities

  • Evaluates interactive components against WCAG 2.5.5 target size requirements.
  • Identifies elements smaller than the recommended 44x44 CSS pixel dimensions.
  • Provides feedback on spacing between interactive elements.

Example prompts

  • "Check this webpage [URL] for operable target size issues."
  • "Analyze the interactive elements of [URL] and report any WCAG 2.5.5 violations."
  • "Can you audit [URL] to ensure all buttons meet accessibility guidelines regarding target size?"

Tips & gotchas

This skill requires a URL to analyze. It focuses solely on target size; other accessibility considerations are not assessed.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jkense
Installs
7

🌐 Community

Passed automated security scans.