You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per https://www.w3.org/WAI/ARIA/apg/practices/landmark-regions/
> Including all perceivable content on a page
> in one of its landmark regions and giving each landmark region
> a semantically meaningful role is one of the most effective ways
> of ensuring assistive technology users
> will not overlook information that is relevant to their needs.
{/* The condition is the same as in https://github.com/deltachat/deltachat-desktop/blob/63af023437ff1828a27de2da37bf94ab180ec528/src/renderer/contexts/KeybindingsContext.tsx#L26 */}
202
206
{window.__screen===Screens.Main&&(
203
207
<divclassName={styles.buttonsContainer}>
208
+
{/* TODO a11y: this button shoul probably be
209
+
inside a landmark / section.
210
+
But which? It doesn't really belong to "Profiles". */}
0 commit comments