mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Add support for the “suggestion” ARIA role
This commit is contained in:
parent
68164aa7ec
commit
96540e9f89
Notes:
github-actions[bot]
2024-12-12 08:54:20 +00:00
Author: https://github.com/sideshowbarker
Commit: 96540e9f89
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2845
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 48 additions and 3 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue