note |
+ - Note
- Note
- Note
- Note
diff --git a/content/about/coverage-and-quality/role-coverage.csv b/content/about/coverage-and-quality/role-coverage.csv
index c9c7ed7d27..b1c5bd7a20 100644
--- a/content/about/coverage-and-quality/role-coverage.csv
+++ b/content/about/coverage-and-quality/role-coverage.csv
@@ -46,7 +46,7 @@
"meter","2","1","Guidance: Meter Pattern","Guidance: Range properties with meter","Example: Meter"
"navigation","5","3","Guidance: Fundamental Keyboard Navigation Conventions","Guidance: Keyboard Navigation Between Components (The Tab Sequence)","Guidance: Keyboard Navigation Inside Components","Guidance: Ensure Basic Access Via Navigation","Guidance: Navigation","Example: Navigation Menubar","Example: Navigation Treeview","Example: Navigation Landmark"
"none","0","7","Example: Navigation Menu Button","Example: Navigation Menubar","Example: Rating Radio Group","Example: Horizontal Multi-Thumb Slider","Example: Media Seek Slider","Example: Vertical Temperature Slider","Example: Navigation Treeview"
-"note","38","0","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note"
+"note","39","0","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note","Guidance: Note"
"option","0","8","Example: Editable Combobox With Both List and Inline Autocomplete","Example: Editable Combobox With List Autocomplete","Example: Editable Combobox without Autocomplete","Example: Select-Only Combobox","Example: (Deprecated) Collapsible Dropdown Listbox","Example: Listbox with Grouped Options","Example: Listboxes with Rearrangeable Options","Example: Scrollable Listbox"
"paragraph","0","0"
"presentation","5","0","Guidance: Hiding Semantics with the presentation Role","Guidance: Common Uses of Role presentation","Guidance: Effects of Role presentation","Guidance: Conditions That Cause Role presentation to be Ignored","Guidance: Example Demonstrating Effects of the presentation Role"
diff --git a/content/patterns/tabs/examples/tabs-actions.html b/content/patterns/tabs/examples/tabs-actions.html
index 3a3780efbd..0584e823b1 100644
--- a/content/patterns/tabs/examples/tabs-actions.html
+++ b/content/patterns/tabs/examples/tabs-actions.html
@@ -269,12 +269,12 @@ Tabs
Tab |
- - When focus moves into the
tablist, places focus on the active tab.
- - When focus is on a
tab, places focus on its associated menu button.
- - When focus is on the menu
button associated with a tab, moves focus to one of the following depending on which is nearest in the forward tab sequence:
+ - When focus moves into the
tablist, moves focus to the active tab.
+ - When focus is on a
tab, moves focus to its associated menu button.
+ - When focus is on a menu
button associated with a tab:
- - The active
tab.
- - The first focusable element following the
tablist. In this example, that is the a element in tabpanel.
+ - If the current focus precedes the active
tab (is to the left in left-to-right layouts), moves focus to the active tab.
+ - Otherwise, moves focus to the first
a element in the active tabpanel.
@@ -284,12 +284,12 @@ Tabs
| Shift + Tab |
- - When focus moves into the
tablist, places focus on the menu button associated with the active tab.
- - When focus is on the menu
button associated with a tab, places focus on that tab.
- - When focus is on a
tab, moves focus to one of the following depending on which is nearest in the backward tab sequence:
+ - When focus moves from the active tab panel content into the
tablist, moves focus to the menu button associated with the active tab.
+ - When focus is on a menu
button associated with a tab, moves focus to the associated tab.
+ - When focus is on a
tab:
- - The active
tab.
- - The first focusable element preceding the
tablist.
+ - If the current focus follows the active
tab (is to the right in left-to-right layouts), moves focus to the menu button associated with the active tab.
+ - Otherwise, moves focus to the first focusable element preceding the
tablist.
| |