diff --git a/content/components/action-list.mdx b/content/components/action-list.mdx
index 8b3b980dd..9bb87294e 100644
--- a/content/components/action-list.mdx
+++ b/content/components/action-list.mdx
@@ -188,6 +188,37 @@ Action list items can be selected. Single selections are represented with a [`ch
For destructive or irremediable actions, show a confirmation dialog for extra friction. If the action is not destructive, present the user a way to undo the action instead of asking for confirmation. Never use a warning when you mean undo.Place danger items at the end of the list.
+
+
+
+
+
+
+
+### Inactive items
+
+Inactive action list item text still needs to meet an accessible color contrast ratio.
+
+If there's a leading visual, replace it with an alert icon.
+
+If there's *not* a leading visual, use an alert icon as the leading visual.
+
+It's required to show a tooltip with context about why the item is inactive. It should be triggered by the leading visual.
+
+Optionally, you may open a dialog when the user clicks the leading visual to show more detailed information about why the item is inactive.
+
+See the [accessibility](#accessibility) section for information on the assistive technology user experience.
+
+
+
## Examples
@@ -252,6 +283,35 @@ A nav list organizes navigation links for the user's current context and indicat
## Accessibility
+### Tooltips and dialogs on inactive items
+
+
+
+
+
+If an action list item is inactive, it will no longer be an `` or `