@@ -126,10 +126,10 @@ onActivated(refreshHomeSummary)
126126 </script >
127127
128128<template >
129- <div class =" td-home" >
129+ <div class =" td-home" role = " region " aria-label = " Home workspace " >
130130 <header class =" td-home__hero td-panel" >
131131 <div class =" td-home__hero-copy" >
132- <span class =" td-home__eyebrow" >Workspace</span >
132+ <span class =" td-home__eyebrow" aria-hidden = " true " >Workspace</span >
133133 <h1 class =" td-page-title" >Home</h1 >
134134 <p class =" td-home__subtitle" >
135135 Start with a note in Inbox, approve proposed changes in Review, then manage the work on a board.
@@ -214,7 +214,7 @@ onActivated(refreshHomeSummary)
214214 </template >
215215 </section >
216216
217- <section class =" td-home__grid" >
217+ <section class =" td-home__grid" aria-label = " Workspace overview " >
218218 <article class =" td-panel td-home-card" >
219219 <div class =" td-home-card__header" >
220220 <h2 class =" td-section-title" >Needs attention</h2 >
@@ -413,6 +413,11 @@ onActivated(refreshHomeSummary)
413413 border-color : rgba (91 , 64 , 62 , 0.25 );
414414}
415415
416+ .td-home-step :focus-visible {
417+ box-shadow : var (--td-focus-ring );
418+ outline : none ;
419+ }
420+
416421.td-home-step--complete {
417422 border-color : rgba (255 , 77 , 77 , 0.2 );
418423 background : rgba (255 , 77 , 77 , 0.04 );
@@ -573,6 +578,11 @@ onActivated(refreshHomeSummary)
573578 border-color : var (--td-border-default );
574579}
575580
581+ .td-home-action :focus-visible {
582+ box-shadow : var (--td-focus-ring );
583+ outline : none ;
584+ }
585+
576586.td-home-action__title {
577587 font-family : ' Manrope' , system-ui , sans-serif ;
578588 font-size : var (--td-font-sm );
@@ -671,6 +681,11 @@ onActivated(refreshHomeSummary)
671681 border-color : var (--td-border-default );
672682}
673683
684+ .td-home-board :focus-visible {
685+ box-shadow : var (--td-focus-ring );
686+ outline : none ;
687+ }
688+
674689.td-home-board__name {
675690 font-family : ' Manrope' , system-ui , sans-serif ;
676691 font-size : var (--td-font-sm );
0 commit comments