Permalink
Cannot retrieve contributors at this time
38 lines (37 sloc)
973 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
Object.defineProperty(exports, "__esModule", { | |
value: true | |
}); | |
exports.default = void 0; | |
var gridcellRole = { | |
abstract: false, | |
accessibleNameRequired: false, | |
baseConcepts: [], | |
childrenPresentational: false, | |
nameFrom: ['author', 'contents'], | |
prohibitedProps: [], | |
props: { | |
'aria-disabled': null, | |
'aria-errormessage': null, | |
'aria-expanded': null, | |
'aria-haspopup': null, | |
'aria-invalid': null, | |
'aria-readonly': null, | |
'aria-required': null, | |
'aria-selected': null | |
}, | |
relatedConcepts: [{ | |
concept: { | |
constraints: ['ancestor table element has grid role', 'ancestor table element has treegrid role'], | |
name: 'td' | |
}, | |
module: 'HTML' | |
}], | |
requireContextRole: ['row'], | |
requiredContextRole: ['row'], | |
requiredOwnedElements: [], | |
requiredProps: {}, | |
superClass: [['roletype', 'structure', 'section', 'cell'], ['roletype', 'widget']] | |
}; | |
var _default = gridcellRole; | |
exports.default = _default; |