wcag-audit-understandable-forms-deep

Form design accessibility rules for user input and data collection

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wcag-audit-understandable-forms-deep" with this command: npx skills add jkense/agent-skills-wcag/jkense-agent-skills-wcag-wcag-audit-understandable-forms-deep

When to Use

Apply when designing input fields, form controls, validation, and user data entry interfaces.

Rules

  • Provide visible labels for all form controls
  • Associate labels programmatically with their corresponding inputs
  • Group related form fields with clear legends
  • Provide clear instructions for required fields and formats
  • Display error messages near the related form fields
  • Preserve user input when form validation fails
  • Provide multiple ways to submit forms
  • Ensure form controls are keyboard accessible
  • Clearly identify errors in text with specific descriptions
  • Provide confirmation for critical actions (legal, financial, data changes)
  • Allow users to review and correct information before submission

Avoid

  • Using placeholder text as the only field label
  • Hiding labels that are only visible to screen readers
  • Ambiguous error messages that don't identify the problem
  • Auto-advancing focus that disrupts user control

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

wcag-audit-operable-keyboard-focus

No summary provided by upstream source.

Repository SourceNeeds Review
Security

wcag-audit-perceivable-color-contrast

No summary provided by upstream source.

Repository SourceNeeds Review
Security

wcag-audit-perceivable-color-blindness

No summary provided by upstream source.

Repository SourceNeeds Review
Security

wcag-audit-operable-keyboard

No summary provided by upstream source.

Repository SourceNeeds Review
wcag-audit-understandable-forms-deep | V50.AI