accessibility-guide

Provides accessibility guidelines for fundamental-styles components, including ARIA roles and WCAG 2.1 compliance.

232|70|Updated May 16, 2019
One-click install
npx skills add https://github.com/SAP/fundamental-styles --skill accessibility-guide-sap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-guide
Source: https://github.com/SAP/fundamental-styles/tree/main/.claude/skills/accessibility-guide
Command: npx skills add https://github.com/SAP/fundamental-styles --skill accessibility-guide-sap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidelines for creating accessible component examples in fundamental-styles, ensuring proper ARIA usage, semantic HTML, and WCAG compliance.

Core Features & Use Cases

  • Accessibility Best Practices: Offers guidance on semantic HTML, ARIA roles, and WCAG compliance.
  • Use Case: For developers and documentation writers who need to ensure their component examples are accessible to all users, including those with disabilities.

Quick Start

Review the accessibility guide for fundamental-styles to learn how to write ARIA-compliant HTML examples.

Frequently Asked Questions about accessibility-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add ARIA roles to web components for WCAG 2.1 compliance?

To add ARIA roles for WCAG 2.1 compliance, apply semantic HTML elements first, then use ARIA attributes only when native HTML cannot convey the necessary semantics for your web components.

What is the best way to write accessible HTML examples in fundamental-styles?

Writing accessible HTML examples in fundamental-styles involves following specific guidelines for semantic HTML structure and ARIA roles to ensure components meet WCAG 2.1 standards for inclusive web applications.

Do I need prior knowledge of web accessibility standards to use this guide?

Yes, you need existing knowledge of web accessibility standards and best practices, as the guide focuses on applying ARIA, semantic HTML, and WCAG compliance within the fundamental-styles framework.

Can I use semantic HTML to fix fundamental-styles components that fail WCAG compliance?

Yes, you can use semantic HTML to fix non-compliant components, as the guide provides specific best practices for implementing proper semantic structure and ARIA roles to achieve WCAG 2.1 compliance.

Why does my fundamental-styles component example lack proper ARIA semantics?

Your component example lacks proper ARIA semantics because it likely relies on generic HTML tags instead of semantic HTML elements, requiring ARIA roles to bridge the accessibility gap for screen readers.

When do I need to apply ARIA roles instead of native HTML elements?

You need to apply ARIA roles when native HTML elements cannot provide the required semantic meaning, ensuring your fundamental-styles components remain accessible and compliant with WCAG 2.1 guidelines.