diff --git a/content/patterns/carousel/examples/carousel-1-prev-next.html b/content/patterns/carousel/examples/carousel-1-prev-next.html
index 42fc6bc7a4..e3d95180f4 100644
--- a/content/patterns/carousel/examples/carousel-1-prev-next.html
+++ b/content/patterns/carousel/examples/carousel-1-prev-next.html
@@ -391,6 +391,7 @@
Role, Property, State, and Tabindex Attributes
- Informs assistive technologies to identify the element as a "carousel" rather than a "region."
- Affects how the assistive technology renders the role but does not affect functionality, such as commands for navigating to landmark regions.
+ - NOTE: The
aria-roledescription
value is defined using the language of the page and should be localized by the author.
@@ -463,6 +464,7 @@ Role, Property, State, and Tabindex Attributes
- Informs assistive technologies to identify the element as a "slide" rather than a "group."
- Affects how the assistive technology renders the role but does not remove any assistive technology functions related to
group
elements.
+ - NOTE: The
aria-roledescription
value is defined using the language of the page and should be localized by the author.
diff --git a/content/patterns/carousel/examples/carousel-2-tablist.html b/content/patterns/carousel/examples/carousel-2-tablist.html
index 9ccc41caeb..a351bf4440 100644
--- a/content/patterns/carousel/examples/carousel-2-tablist.html
+++ b/content/patterns/carousel/examples/carousel-2-tablist.html
@@ -499,6 +499,7 @@ Tabs
- Informs assistive technologies to identify the element as a "carousel" rather than as a "region".
- Affects how assistive technologies render the role but does not affect functionality, such as commands for navigating to landmark regions.
+ - NOTE: The
aria-roledescription
value is defined using the language of the page and should be localized by the author.
@@ -676,6 +677,7 @@ Tabs
- Informs assistive technologies to identify the element as a "slide" rather than as a "tabpanel".
- Affects how assistive technologies render the role but does not affect assistive technology functionality.
+ - NOTE: The
aria-roledescription
value is defined using the language of the page and should be localized by the author.