diff --git a/src/BlazorUI/Bit.BlazorUI/Components/Utilities/Overlay/BitOverlay.razor b/src/BlazorUI/Bit.BlazorUI/Components/Utilities/Overlay/BitOverlay.razor index c8d1ced563d..d5030f340a9 100644 --- a/src/BlazorUI/Bit.BlazorUI/Components/Utilities/Overlay/BitOverlay.razor +++ b/src/BlazorUI/Bit.BlazorUI/Components/Utilities/Overlay/BitOverlay.razor @@ -1,11 +1,15 @@ -@namespace Bit.BlazorUI +@namespace Bit.BlazorUI @inherits BitComponentBase +@* An Overlay that hosts no content and carries no accessible name of its own is a purely decorative + layer - a dim scrim or a transparent click catcher - so it is taken out of the accessibility tree the + way every surveyed backdrop is; one given content is the very thing a screen reader is meant to reach. *@