UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

25 lines (24 loc) 510 B
const SliderRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "slider", }, }, { module: "HTML", concept: { name: "input", attributes: [ { name: "type", value: "range", }, ], }, }, ], type: "widget", }; export default SliderRole;