Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-02-03 17:20:53 +00:00
parent 3e913ef09d
commit 9660df3fcc
990 changed files with 74805 additions and 60149 deletions

View file

@ -8,6 +8,7 @@ var DisclosureTriangleRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
constraints: ['scoped to a details element'],
name: 'summary'
}
}],

View file

@ -0,0 +1,26 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var TextAreaRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
attributes: [{
name: 'aria-multiline',
value: 'true'
}],
name: 'textbox'
}
}, {
module: 'HTML',
concept: {
name: 'textarea'
}
}],
type: 'widget'
};
var _default = TextAreaRole;
exports.default = _default;