rowheaderRole.js 755 B

12345678910111213141516171819202122232425262728293031
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var rowheaderRole = {
  6. abstract: false,
  7. accessibleNameRequired: true,
  8. baseConcepts: [{
  9. module: 'HTML',
  10. concept: {
  11. name: 'th',
  12. attributes: [{
  13. name: 'scope',
  14. value: 'row'
  15. }]
  16. }
  17. }],
  18. childrenPresentational: false,
  19. nameFrom: ['author', 'contents'],
  20. props: {
  21. 'aria-sort': null
  22. },
  23. relatedConcepts: [],
  24. requireContextRole: ['row'],
  25. requiredOwnedElements: [],
  26. requiredProps: {},
  27. superClass: [['roletype', 'structure', 'section', 'cell'], ['roletype', 'structure', 'section', 'cell', 'gridcell'], ['roletype', 'widget', 'gridcell'], ['roletype', 'structure', 'sectionhead']]
  28. };
  29. exports.default = rowheaderRole;