<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>
        <p>Interactive elements of the uploader are buttons, visit the <NuxtLink to="/button/#accessibility">Button</NuxtLink> accessibility section for more information.</p>
    </DocSectionText>
</template>