Hi Kim and Nikolay, please help review one more A11y fix. Thanks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
return typeof item !== 'string';Is it possible to use the exact type here? I assume you mean `UI.ActionRegistration.ActionCategory`?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
return typeof item !== 'string';Is it possible to use the exact type here? I assume you mean `UI.ActionRegistration.ActionCategory`?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
return typeof item !== 'string';Guangyue XuIs it possible to use the exact type here? I assume you mean `UI.ActionRegistration.ActionCategory`?
Replaced `string` with `UI.ActionRegistration.Action`.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[A11y] Add Home/End keyboard navigation in shortcut list
After the fix:
Press Home key or Fn + left arrow key in Mac to navigate to the
first item of the shortcut list.
Press End key or Fn + right arrow key in Mac to navigate to the
last item of the shortcut list.
Removed keyboard focus for the header items, e.g., "Background
Services", "Console" etc, in the shortcut list.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |