Skip to content

Commit

Permalink
Remove associationlist, associationlistitemkey, and `associationl…
Browse files Browse the repository at this point in the history
…istitemvalue` roles.

Rel: w3c/aria#2095
  • Loading branch information
yusukehirao committed Jan 21, 2024
1 parent 5630ec8 commit f5c639f
Showing 1 changed file with 0 additions and 357 deletions.
357 changes: 0 additions & 357 deletions packages/@markuplint/html-spec/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2088,363 +2088,6 @@
],
"prohibitedProperties": []
},
{
"name": "associationlist",
"description": "A section containing associationlistitemkey and associationlistitemvalue elements.\n\nAssociation lists contain children whose role is associationlistitemkey and associationlistitemvalue to represent a list of key items each having one or more values.\n\nAuthor requirements for elements whose role is associationlist:",
"generalization": ["section"],
"requiredContextRole": [],
"requiredOwnedElements": ["associationlistitemkey", "associationlistitemvalue"],
"accessibleNameRequired": false,
"accessibleNameFromAuthor": true,
"accessibleNameFromContent": false,
"accessibleNameProhibited": false,
"ownedProperties": [
{
"name": "aria-atomic",
"inherited": true
},
{
"name": "aria-braillelabel",
"inherited": true
},
{
"name": "aria-brailleroledescription",
"inherited": true
},
{
"name": "aria-busy",
"inherited": true
},
{
"name": "aria-controls",
"inherited": true
},
{
"name": "aria-current",
"inherited": true
},
{
"name": "aria-describedby",
"inherited": true
},
{
"name": "aria-description",
"inherited": true
},
{
"name": "aria-details",
"inherited": true
},
{
"name": "aria-disabled",
"deprecated": true,
"inherited": true
},
{
"name": "aria-dropeffect",
"inherited": true
},
{
"name": "aria-errormessage",
"deprecated": true,
"inherited": true
},
{
"name": "aria-flowto",
"inherited": true
},
{
"name": "aria-grabbed",
"inherited": true
},
{
"name": "aria-haspopup",
"deprecated": true,
"inherited": true
},
{
"name": "aria-hidden",
"inherited": true
},
{
"name": "aria-invalid",
"deprecated": true,
"inherited": true
},
{
"name": "aria-keyshortcuts",
"inherited": true
},
{
"name": "aria-label",
"inherited": true
},
{
"name": "aria-labelledby",
"inherited": true
},
{
"name": "aria-live",
"inherited": true
},
{
"name": "aria-owns",
"inherited": true
},
{
"name": "aria-relevant",
"inherited": true
},
{
"name": "aria-roledescription",
"inherited": true
}
],
"prohibitedProperties": []
},
{
"name": "associationlistitemkey",
"description": "A single key item in an association list.\n\nAuthor requirements for elements whose role is associationlistitemkey:",
"generalization": ["section"],
"requiredContextRole": ["associationlist"],
"requiredOwnedElements": [],
"accessibleNameRequired": false,
"accessibleNameFromAuthor": true,
"accessibleNameFromContent": false,
"accessibleNameProhibited": false,
"ownedProperties": [
{
"name": "aria-atomic",
"inherited": true
},
{
"name": "aria-braillelabel",
"inherited": true
},
{
"name": "aria-brailleroledescription",
"inherited": true
},
{
"name": "aria-busy",
"inherited": true
},
{
"name": "aria-controls",
"inherited": true
},
{
"name": "aria-current",
"inherited": true
},
{
"name": "aria-describedby",
"inherited": true
},
{
"name": "aria-description",
"inherited": true
},
{
"name": "aria-details",
"inherited": true
},
{
"name": "aria-disabled",
"deprecated": true,
"inherited": true
},
{
"name": "aria-dropeffect",
"inherited": true
},
{
"name": "aria-errormessage",
"deprecated": true,
"inherited": true
},
{
"name": "aria-flowto",
"inherited": true
},
{
"name": "aria-grabbed",
"inherited": true
},
{
"name": "aria-haspopup",
"deprecated": true,
"inherited": true
},
{
"name": "aria-hidden",
"inherited": true
},
{
"name": "aria-invalid",
"deprecated": true,
"inherited": true
},
{
"name": "aria-keyshortcuts",
"inherited": true
},
{
"name": "aria-label",
"inherited": true
},
{
"name": "aria-labelledby",
"inherited": true
},
{
"name": "aria-level"
},
{
"name": "aria-live",
"inherited": true
},
{
"name": "aria-owns",
"inherited": true
},
{
"name": "aria-posinset"
},
{
"name": "aria-relevant",
"inherited": true
},
{
"name": "aria-roledescription",
"inherited": true
},
{
"name": "aria-setsize"
}
],
"prohibitedProperties": []
},
{
"name": "associationlistitemvalue",
"description": "A single value item in an association list.\n\nAuthor requirements for elements whose role is associationlistitemvalue:",
"generalization": ["section"],
"requiredContextRole": ["associationlist"],
"requiredOwnedElements": [],
"accessibleNameRequired": false,
"accessibleNameFromAuthor": true,
"accessibleNameFromContent": false,
"accessibleNameProhibited": false,
"ownedProperties": [
{
"name": "aria-atomic",
"inherited": true
},
{
"name": "aria-braillelabel",
"inherited": true
},
{
"name": "aria-brailleroledescription",
"inherited": true
},
{
"name": "aria-busy",
"inherited": true
},
{
"name": "aria-controls",
"inherited": true
},
{
"name": "aria-current",
"inherited": true
},
{
"name": "aria-describedby",
"inherited": true
},
{
"name": "aria-description",
"inherited": true
},
{
"name": "aria-details",
"inherited": true
},
{
"name": "aria-disabled",
"deprecated": true,
"inherited": true
},
{
"name": "aria-dropeffect",
"inherited": true
},
{
"name": "aria-errormessage",
"deprecated": true,
"inherited": true
},
{
"name": "aria-flowto",
"inherited": true
},
{
"name": "aria-grabbed",
"inherited": true
},
{
"name": "aria-haspopup",
"deprecated": true,
"inherited": true
},
{
"name": "aria-hidden",
"inherited": true
},
{
"name": "aria-invalid",
"deprecated": true,
"inherited": true
},
{
"name": "aria-keyshortcuts",
"inherited": true
},
{
"name": "aria-label",
"inherited": true
},
{
"name": "aria-labelledby",
"inherited": true
},
{
"name": "aria-live",
"inherited": true
},
{
"name": "aria-owns",
"inherited": true
},
{
"name": "aria-posinset"
},
{
"name": "aria-relevant",
"inherited": true
},
{
"name": "aria-roledescription",
"inherited": true
},
{
"name": "aria-setsize"
}
],
"prohibitedProperties": []
},
{
"name": "banner",
"description": "A landmark that contains mostly site-oriented content, rather than page-specific content.\n\nSite-oriented content typically includes things such as the logo or identity of the site sponsor, and a site-specific search tool. A banner usually appears at the top of the page and typically spans the full width.\n\nAssistive technologies SHOULD enable users to quickly navigate to elements with role banner. user agents SHOULD treat elements with role banner as navigational landmarks. user agents MAY enable users to quickly navigate to elements with role banner.\n\nThe author SHOULD mark no more than one element on a page with the banner role.\n\nBecause document and application elements can be nested in the DOM, they can have multiple banner elements as DOM descendants, assuming each of those is associated with different document nodes, either by a DOM nesting (e.g., document within document) or by use of the aria-owns attribute.",
Expand Down

0 comments on commit f5c639f

Please sign in to comment.