Start over, this time in Astro
This commit is contained in:
34
node_modules/aria-query/lib/etc/roles/literal/separatorRole.js
generated
vendored
34
node_modules/aria-query/lib/etc/roles/literal/separatorRole.js
generated
vendored
@@ -1,34 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var separatorRole = {
|
||||
abstract: false,
|
||||
accessibleNameRequired: false,
|
||||
baseConcepts: [],
|
||||
childrenPresentational: true,
|
||||
nameFrom: ['author'],
|
||||
prohibitedProps: [],
|
||||
props: {
|
||||
'aria-disabled': null,
|
||||
'aria-orientation': 'horizontal',
|
||||
'aria-valuemax': '100',
|
||||
'aria-valuemin': '0',
|
||||
'aria-valuenow': null,
|
||||
'aria-valuetext': null
|
||||
},
|
||||
relatedConcepts: [{
|
||||
concept: {
|
||||
name: 'hr'
|
||||
},
|
||||
module: 'HTML'
|
||||
}],
|
||||
requireContextRole: [],
|
||||
requiredContextRole: [],
|
||||
requiredOwnedElements: [],
|
||||
requiredProps: {},
|
||||
superClass: [['roletype', 'structure']]
|
||||
};
|
||||
var _default = exports.default = separatorRole;
|
Reference in New Issue
Block a user