primevue-mirror/doc/fileupload/AccessibilityDoc.vue

10 lines
476 B
Vue
Raw Normal View History

2023-02-28 08:29:30 +00:00
<template>
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
<h3>Screen Reader</h3>
<p>FileUpload uses a hidden native <i>input</i> element with <i>type="file"</i> for screen readers.</p>
<h3>Keyboard Support</h3>
2023-02-28 17:40:48 +00:00
<p>Interactive elements of the uploader are buttons, visit the <NuxtLink to="/button/#accessibility">Button</NuxtLink> accessibility section for more information.</p>
2023-02-28 08:29:30 +00:00
</DocSectionText>
</template>