From 3bbbb84909868750cd662340af95ee0a409fe719 Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Wed, 4 Aug 2021 14:39:36 +0800 Subject: [PATCH] update(web-a11y): WAI-ARIA roles issue #105 --- notes/web/html/htmlBasicNotes.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/notes/web/html/htmlBasicNotes.md b/notes/web/html/htmlBasicNotes.md index c2878e0593..73a64aa735 100755 --- a/notes/web/html/htmlBasicNotes.md +++ b/notes/web/html/htmlBasicNotes.md @@ -1257,7 +1257,7 @@ export function trapTabKey(e, context) { - `aria-label` - `aria-labelledby="dropdownMenuButton"`: dropdown/form - `aria-disabled="true"`: disable element -- `aria-controls="navbarSupportedContent"`: navigation +- `aria-controls="navbarSupportedContent"`: navigation/select - `aria-expanded="false"`: dropdown - `aria-haspopup="true"`: dropdown/popup - `aria-current="pages`: breadcrumb @@ -1273,6 +1273,28 @@ export function trapTabKey(e, context) { - `