diff --git a/components/doc/card/accessibilitydoc.js b/components/doc/card/accessibilitydoc.js
index 7b0227bf42..88a24c8bdd 100644
--- a/components/doc/card/accessibilitydoc.js
+++ b/components/doc/card/accessibilitydoc.js
@@ -1,4 +1,3 @@
-import { DevelopmentSection } from '@/components/doc/common/developmentsection';
import { DocSectionCode } from '@/components/doc/common/docsectioncode';
import { DocSectionText } from '@/components/doc/common/docsectiontext';
@@ -12,23 +11,21 @@ export function AccessibilityDoc() {
};
return (
-
- A card can be utilized in many use cases as a result no role is enforced, in fact a role may not be necessary if the card is used for presentational purposes only. Any valid attribute is passed to the container element so if you
- require to use one of the{' '}
-
- landmark
- {' '}
- roles like region, you may use the role property.
-
+ A card can be utilized in many use cases as a result no role is enforced, in fact a role may not be necessary if the card is used for presentational purposes only. Any valid attribute is passed to the container element so if you
+ require to use one of the{' '}
+
+ landmark
+ {' '}
+ roles like region, you may use the role property.
+ Component does not include any interactive elements.Screen Reader
- Screen Reader
+ Keyboard Support
-
Component does not include any interactive elements.
+ ); }