mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Support the ARIA “sectionheader” & “sectionfooter” roles
This commit is contained in:
parent
203267fcc2
commit
1b165d887b
Notes:
github-actions[bot]
2024-12-16 14:57:25 +00:00
Author: https://github.com/sideshowbarker
Commit: 1b165d887b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2932
6 changed files with 153 additions and 4 deletions
|
|
@ -496,6 +496,98 @@
|
|||
"childrenArePresentational": false,
|
||||
"implicitValueForRole": {}
|
||||
},
|
||||
"SectionFooter": {
|
||||
"specLink": "https://w3c.github.io/aria/#sectionfooter",
|
||||
"description": "A set of user interface objects and information representing information about its closest ancestral content group.",
|
||||
"superClassRoles": [
|
||||
"Section"
|
||||
],
|
||||
"supportedStates": [
|
||||
"aria-busy",
|
||||
"aria-current",
|
||||
"aria-disabled",
|
||||
"aria-grabbed",
|
||||
"aria-hidden",
|
||||
"aria-invalid"
|
||||
],
|
||||
"supportedProperties": [
|
||||
"aria-atomic",
|
||||
"aria-braillelabel",
|
||||
"aria-brailleroledescription",
|
||||
"aria-controls",
|
||||
"aria-describedby",
|
||||
"aria-description",
|
||||
"aria-details",
|
||||
"aria-dropeffect",
|
||||
"aria-dropeffect",
|
||||
"aria-errormessage",
|
||||
"aria-flowto",
|
||||
"aria-haspopup",
|
||||
"aria-keyshortcuts",
|
||||
"aria-label",
|
||||
"aria-labelledby",
|
||||
"aria-live",
|
||||
"aria-owns",
|
||||
"aria-relevant",
|
||||
"aria-roledescription"
|
||||
],
|
||||
"requiredStates": [],
|
||||
"requiredProperties": [],
|
||||
"prohibitedStates": [],
|
||||
"prohibitedProperties": [],
|
||||
"requiredContextRoles": [],
|
||||
"requiredOwnedElements": [],
|
||||
"nameFromSource": "Author",
|
||||
"accessibleNameRequired": false,
|
||||
"childrenArePresentational": false,
|
||||
"implicitValueForRole": {}
|
||||
},
|
||||
"SectionHeader": {
|
||||
"specLink": "https://w3c.github.io/aria/#sectionheader",
|
||||
"description": "A set of user interface objects and information that represents a collection of introductory items for the element's closest ancestral content group.",
|
||||
"superClassRoles": [
|
||||
"Section"
|
||||
],
|
||||
"supportedStates": [
|
||||
"aria-busy",
|
||||
"aria-current",
|
||||
"aria-disabled",
|
||||
"aria-grabbed",
|
||||
"aria-hidden",
|
||||
"aria-invalid"
|
||||
],
|
||||
"supportedProperties": [
|
||||
"aria-atomic",
|
||||
"aria-braillelabel",
|
||||
"aria-brailleroledescription",
|
||||
"aria-controls",
|
||||
"aria-describedby",
|
||||
"aria-description",
|
||||
"aria-details",
|
||||
"aria-dropeffect",
|
||||
"aria-dropeffect",
|
||||
"aria-errormessage",
|
||||
"aria-flowto",
|
||||
"aria-haspopup",
|
||||
"aria-keyshortcuts",
|
||||
"aria-label",
|
||||
"aria-labelledby",
|
||||
"aria-live",
|
||||
"aria-owns",
|
||||
"aria-relevant",
|
||||
"aria-roledescription"
|
||||
],
|
||||
"requiredStates": [],
|
||||
"requiredProperties": [],
|
||||
"prohibitedStates": [],
|
||||
"prohibitedProperties": [],
|
||||
"requiredContextRoles": [],
|
||||
"requiredOwnedElements": [],
|
||||
"nameFromSource": "Author",
|
||||
"accessibleNameRequired": false,
|
||||
"childrenArePresentational": false,
|
||||
"implicitValueForRole": {}
|
||||
},
|
||||
"Input": {
|
||||
"specLink": "https://www.w3.org/TR/wai-aria-1.2/#input",
|
||||
"description": "A generic type of widget that allows user input.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue