complementaryRole.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var complementaryRole = {
  7. abstract: false,
  8. accessibleNameRequired: false,
  9. baseConcepts: [],
  10. childrenPresentational: false,
  11. nameFrom: ['author'],
  12. prohibitedProps: [],
  13. props: {},
  14. relatedConcepts: [{
  15. concept: {
  16. name: 'aside'
  17. },
  18. module: 'HTML'
  19. }, {
  20. concept: {
  21. attributes: [{
  22. constraints: ['set'],
  23. name: 'aria-label'
  24. }],
  25. constraints: ['scoped to a sectioning content element', 'scoped to a sectioning root element other than body'],
  26. name: 'aside'
  27. },
  28. module: 'HTML'
  29. }, {
  30. concept: {
  31. attributes: [{
  32. constraints: ['set'],
  33. name: 'aria-labelledby'
  34. }],
  35. constraints: ['scoped to a sectioning content element', 'scoped to a sectioning root element other than body'],
  36. name: 'aside'
  37. },
  38. module: 'HTML'
  39. }],
  40. requireContextRole: [],
  41. requiredContextRole: [],
  42. requiredOwnedElements: [],
  43. requiredProps: {},
  44. superClass: [['roletype', 'structure', 'section', 'landmark']]
  45. };
  46. var _default = complementaryRole;
  47. exports.default = _default;