diff options
author | Geoffrey B. Eisenbarth <geoffrey-eisenbarth@users.noreply.github.com> | 2024-01-27 15:33:02 -0600 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2024-06-13 19:56:42 +0300 |
commit | 46561363c04e9ebe79750b123924365ea3786e04 (patch) | |
tree | 3fe3c73e226673691d4c79e33034102820951c6c | |
parent | e130a64852910ffb6f31b2bea5915cddfe567dc1 (diff) | |
download | missing-46561363c04e9ebe79750b123924365ea3786e04.tar.gz missing-46561363c04e9ebe79750b123924365ea3786e04.zip |
Fix link
-rw-r--r-- | www/docs/40-aria.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/40-aria.md b/www/docs/40-aria.md index 50c6505..0ab9e52 100644 --- a/www/docs/40-aria.md +++ b/www/docs/40-aria.md @@ -114,7 +114,7 @@ Use `listbox` and `option` ARIA roles. [WAI: Listbox][]. </figure> -[WAI: Listbox]: https://www.w3.org/WAI/ARIA/apg/patterns/menu/ +[WAI: Listbox]: https://www.w3.org/WAI/ARIA/apg/patterns/listbox/ ## Toolbar |