source: frontend/node_modules/aria-query/lib/etc/roles/literal/rowRole.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 938 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var rowRole = {
8 abstract: false,
9 accessibleNameRequired: false,
10 baseConcepts: [],
11 childrenPresentational: false,
12 nameFrom: ['author', 'contents'],
13 prohibitedProps: [],
14 props: {
15 'aria-colindex': null,
16 'aria-expanded': null,
17 'aria-level': null,
18 'aria-posinset': null,
19 'aria-rowindex': null,
20 'aria-selected': null,
21 'aria-setsize': null
22 },
23 relatedConcepts: [{
24 concept: {
25 name: 'tr'
26 },
27 module: 'HTML'
28 }],
29 requireContextRole: ['grid', 'rowgroup', 'table', 'treegrid'],
30 requiredContextRole: ['grid', 'rowgroup', 'table', 'treegrid'],
31 requiredOwnedElements: [['cell'], ['columnheader'], ['gridcell'], ['rowheader']],
32 requiredProps: {},
33 superClass: [['roletype', 'structure', 'section', 'group'], ['roletype', 'widget']]
34};
35var _default = exports.default = rowRole;
Note: See TracBrowser for help on using the repository browser.