You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
692 B
38 lines
692 B
'use strict'; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
var buttonRole = { |
|
abstract: false, |
|
accessibleNameRequired: true, |
|
baseConcepts: [{ |
|
module: 'HTML', |
|
concept: { |
|
name: 'button' |
|
} |
|
}], |
|
childrenPresentational: true, |
|
nameFrom: ['author', 'contents'], |
|
props: { |
|
'aria-expanded': null, |
|
'aria-pressed': null |
|
}, |
|
relatedConcepts: [{ |
|
module: 'ARIA', |
|
concept: { |
|
name: 'link' |
|
} |
|
}, { |
|
module: 'XForms', |
|
concept: { |
|
name: 'trigger' |
|
} |
|
}], |
|
requireContextRole: [], |
|
requiredOwnedElements: [], |
|
requiredProps: {}, |
|
superClass: [['roletype', 'widget', 'command']] |
|
}; |
|
|
|
exports.default = buttonRole; |