Accessibility Standards · Example Payload

Aria Role Example

Meets WCAG 2.2 Level AA requirements.

AccessibilityComplianceUXWeb StandardsWCAGARIASection 508Disability

Aria Role Example is an example object payload from Accessibility Standards, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecategorydescriptionsuperclassRolerequiredStatessupportedPropertiesimplicitAriaSemanticsspecUrl

Example Payload

aria-role-example.json Raw ↑
{
  "name": "button",
  "category": "Abstract",
  "description": "Meets WCAG 2.2 Level AA requirements.",
  "superclassRole": [
    "command",
    "input"
  ],
  "requiredStates": [
    "aria-pressed"
  ],
  "supportedProperties": [
    "aria-expanded",
    "aria-haspopup",
    "aria-label"
  ],
  "implicitAriaSemantics": "button, input[type=button]",
  "specUrl": "https://www.w3.org/TR/wai-aria-1.2/#button"
}