LibWeb: Add support for the “suggestion” ARIA role

This commit is contained in:
sideshowbarker 2024-12-09 11:41:14 +09:00 committed by Sam Atkins
parent 68164aa7ec
commit 96540e9f89
Notes: github-actions[bot] 2024-12-12 08:54:20 +00:00
5 changed files with 48 additions and 3 deletions

View file

@ -2046,6 +2046,48 @@
"childrenArePresentational": false,
"implicitValueForRole": {}
},
"Suggestion": {
"specLink": "https://w3c.github.io/aria/#suggestion",
"description": "A single proposed change to content.",
"superClassRoles": [
"Section"
],
"supportedStates": [
"aria-busy",
"aria-current",
"aria-errormessage",
"aria-grabbed",
"aria-haspopup",
"aria-hidden",
"aria-invalid"
],
"supportedProperties": [
"aria-atomic",
"aria-brailleroledescription",
"aria-controls",
"aria-describedby",
"aria-description",
"aria-details",
"aria-dropeffect",
"aria-flowto",
"aria-haspopup",
"aria-keyshortcuts",
"aria-live",
"aria-owns",
"aria-relevant",
"aria-roledescription"
],
"requiredStates": [],
"requiredProperties": [],
"prohibitedStates": [],
"prohibitedProperties": [],
"requiredContextRoles": [],
"requiredOwnedElements": [],
"nameFromSource": "Prohibited",
"accessibleNameRequired": false,
"childrenArePresentational": false,
"implicitValueForRole": {}
},
"Superscript": {
"specLink": "https://www.w3.org/TR/wai-aria-1.2/#superscript",
"description": "One or more superscripted characters. See related superscript.",