a11y_add_aria
Improve HTML accessibility by adding appropriate ARIA attributes. Provide UI component type for context-aware enhancements.
Instructions
Add appropriate ARIA attributes to HTML elements to improve accessibility
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML content to enhance with ARIA attributes | |
| api_key | No | API key for authentication | |
| component_type | No | UI component type for context: 'modal', 'nav', 'form', 'table', 'tabs' |