You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per tutti i componenti Modale viene automaticamente aggiunto l'attributo <Code>role="dialog"</Code> e <Code>role="document"</Code> all'elemento contenitore.
20
+
([maggiori info su MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/dialog_role))
29
21
</CalloutText>
30
22
<CalloutText>
31
-
L’attributo <Code>labelledby="..."</Code> deve essere assegnato al componente <Code>Modal</Code> ed usare come
L’attributo <Code>aria-labelledby="..."</Code> deve essere assegnato al componente <Code>Modal</Code> ed usare come valore l'ID del componente <Code>ModalHeader</Code>.
24
+
([maggiori info su MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-labelledby))
0 commit comments