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
Copy file name to clipboardExpand all lines: packages/ui-extensions/src/surfaces/customer-account/components/Section.d.ts
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,7 @@ import {BaseElementPropsWithChildren, IdProps} from './shared';
2
2
3
3
exportinterfaceSectionPropsextendsIdProps{
4
4
/**
5
-
* A label used to describe the section that will be announced by assistive technologies.
6
-
*
7
-
* When no `heading` property is provided or included as a children of the Section, you **must** provide an
8
-
* `accessibilityLabel` to describe the Section. This is important as it allows assistive technologies to provide
9
-
* the right context to users.
5
+
* A label announced by assistive technologies that describes the purpose or contents of the element. Only set this when the element's visible content doesn't provide enough context on its own.
0 commit comments