We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jeg vil kunne provide a11y label via aria-labelledby isteden for å bli tvunget til å bruke aria-label.
aria-labelledby
aria-label
Eksempel:
const headerId = `minUnikeId-${sykmeldingsId}` <ExpansionCard aria-labelledby={headerId}> <ExpansionCard.Header id={headerId}> En tittel
Dagens props krever at aria-label er satt:
The text was updated successfully, but these errors were encountered:
Ser ut som det er godkjent syntax, så ser ikke noe i veien for det @mortentollefsen Vet du om noen ulemper med aria-labelledby vs aria-label for section-elementer?
Sorry, something went wrong.
KenAJoh
Successfully merging a pull request may close this issue.
Tilbakemelding
Jeg vil kunne provide a11y label via
aria-labelledby
isteden for å bli tvunget til å brukearia-label
.Eksempel:
Dagens props krever at
aria-label
er satt:The text was updated successfully, but these errors were encountered: