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
leaflet-control-dialog-close
<button type="button">
role="button"
tabindex="0"
<a href="#">
aria-label
title
title="Close dialog"
The text was updated successfully, but these errors were encountered:
Other resources that you may find helpful:
Sorry, something went wrong.
Hi Malboz,
At the moment the maintainer of this project is not available. But here there is a more updated fork:
https://github.com/canterbury-air-patrol/Leaflet.Dialog
No branches or pull requests
<button type="button">
orrole="button"
(withtabindex="0"
or<a href="#">
).aria-label
ortitle
can be used to allow screen reader users to understand what the control is for.For example
title="Close dialog"
.The text was updated successfully, but these errors were encountered: