Skip to main content
Back to registry

web-accessibility

supercent-io/skills-template

Use meaningful HTML elements to make the structure clear.

Installs11
Install command
npx skills add https://github.com/supercent-io/skills-template --skill web-accessibility
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use meaningful HTML elements to make the structure clear. Tasks : Example (❌ Bad vs ✅ Good): Form Example : Ensure all features are usable without a mouse. Tasks : Decision Criteria : Example (React Dropdown): Provide additional context for screen readers. Tasks : Checklist : Example (Modal): aria-live Example (Notifications): Ensure sufficient contrast ratios for users with visual impairments. Tasks : Example (CSS): Validate accessibility with automated and manual testing. Tasks : Example (Jest + axe-core): Keyboard Accessibility : All features must be usable without a mouse Alternative Text : All images must have an alt attribute Clear Labels : All form inputs must have an associated label Do Not Remove Outline : Never use outline: none Do Not Use tabindex > 0 : Avoid changing focus order Do Not Convey Information by Color Alone : Accompany with icons or text Semantic HTML First : ARIA is a last resort Focus Management : Manage focus on page transitions in SPAs Error Messages : Clear and helpful error messages #accessibility #a11y #WCAG #ARIA #screen-reader #keyboard-navigation #frontend - New UI Component Development : Designing accessible components - Accessibility Audit : Identifying and fixing accessibility issues in existing sites - Form Implementation : Writing screen reader-friendly forms - Modals/Dropdowns : Focus management and keyboard trap prevention - WCAG...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does web-accessibility do?

Use meaningful HTML elements to make the structure clear.

Is web-accessibility good?

web-accessibility does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does web-accessibility work with?

web-accessibility currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to web-accessibility?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install web-accessibility?

npx skills add https://github.com/supercent-io/skills-template --skill web-accessibility

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering