@ibyar/elements
Version:
Ibyar elements, hold info about HTMLElements class, attributes and tag name
13 lines • 321 B
JavaScript
export const LiveRegionAttributes = [
'aria-busy',
'aria-live',
'aria-relevant',
'aria-atomic',
];
export const LiveRegionAttributesMap = {
'aria-busy': 'ariaBusy',
'aria-live': 'ariaLive',
'aria-relevant': 'ariaRelevant',
'aria-atomic': 'ariaAtomic',
};
//# sourceMappingURL=region.js.map