source: frontend/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.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: 1.0 KB
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var columnheaderRole = {
8 abstract: false,
9 accessibleNameRequired: true,
10 baseConcepts: [],
11 childrenPresentational: false,
12 nameFrom: ['author', 'contents'],
13 prohibitedProps: [],
14 props: {
15 'aria-sort': null
16 },
17 relatedConcepts: [{
18 concept: {
19 name: 'th'
20 },
21 module: 'HTML'
22 }, {
23 concept: {
24 attributes: [{
25 name: 'scope',
26 value: 'col'
27 }],
28 name: 'th'
29 },
30 module: 'HTML'
31 }, {
32 concept: {
33 attributes: [{
34 name: 'scope',
35 value: 'colgroup'
36 }],
37 name: 'th'
38 },
39 module: 'HTML'
40 }],
41 requireContextRole: ['row'],
42 requiredContextRole: ['row'],
43 requiredOwnedElements: [],
44 requiredProps: {},
45 superClass: [['roletype', 'structure', 'section', 'cell'], ['roletype', 'structure', 'section', 'cell', 'gridcell'], ['roletype', 'widget', 'gridcell'], ['roletype', 'structure', 'sectionhead']]
46};
47var _default = exports.default = columnheaderRole;
Note: See TracBrowser for help on using the repository browser.