Update AccessibilityDoc.vue

pull/4899/head
tugcekucukoglu 2023-11-27 14:06:02 +03:00
parent 10d2988085
commit 46c5857512
1 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,7 @@
InlineMessage component uses <i>alert</i> role that implicitly defines <i>aria-live</i> as "assertive" and <i>aria-atomic</i> as "true". Since any attribute is passed to the root element, attributes like <i>aria-labelledby</i> and
<i>aria-label</i> can optionally be used as well.
</p>
<h3>Keyboard Support</h3>
<p>Component does not include any interactive elements.</p>
</DocSectionText>
</template>