first commit
This commit is contained in:
73
node_modules/aria-query/lib/etc/roles/literal/buttonRole.js
generated
vendored
Normal file
73
node_modules/aria-query/lib/etc/roles/literal/buttonRole.js
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var buttonRole = {
|
||||
abstract: false,
|
||||
accessibleNameRequired: true,
|
||||
baseConcepts: [],
|
||||
childrenPresentational: true,
|
||||
nameFrom: ['author', 'contents'],
|
||||
prohibitedProps: [],
|
||||
props: {
|
||||
'aria-disabled': null,
|
||||
'aria-expanded': null,
|
||||
'aria-haspopup': null,
|
||||
'aria-pressed': null
|
||||
},
|
||||
relatedConcepts: [{
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'button'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'image'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'reset'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'submit'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
name: 'button'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
name: 'trigger'
|
||||
},
|
||||
module: 'XForms'
|
||||
}],
|
||||
requireContextRole: [],
|
||||
requiredContextRole: [],
|
||||
requiredOwnedElements: [],
|
||||
requiredProps: {},
|
||||
superClass: [['roletype', 'widget', 'command']]
|
||||
};
|
||||
var _default = exports.default = buttonRole;
|
Reference in New Issue
Block a user