Skip to content

fix: convert markdown dos and don's into ul with aria-label#243

Open
nuke-ellington wants to merge 6 commits into
mainfrom
fix-dos-donts-a11y
Open

fix: convert markdown dos and don's into ul with aria-label#243
nuke-ellington wants to merge 6 commits into
mainfrom
fix-dos-donts-a11y

Conversation

@nuke-ellington

@nuke-ellington nuke-ellington commented May 27, 2026

Copy link
Copy Markdown
Collaborator

💡 What is the current behavior?

Dos and don'ts sections will not be distinguishable for screen readers

GitHub Issue Number: IX-4113

🆕 What is the new behavior?

  • Markdown lists converted to HTML ul
  • ARIA-labels added
  • UPDATE: Accepted by ACC (a11y competence center)

👨‍💻 Help & support

Summary by CodeRabbit

  • Documentation
    • Standardized “Dos and Don’ts” guidance across component and language/guideline pages into a consistent, accessible layout that clearly separates recommended practices from practices to avoid.
    • Updated examples and formatting to use structured lists with accessible labels, improving readability and navigation for assistive technologies.
    • Refreshed some “Related” links and tightened a few example items/wording where content needed alignment.

@netlify

netlify Bot commented May 27, 2026

Copy link
Copy Markdown

Deploy Preview for industrial-experience ready!

Name Link
🔨 Latest commit ef55cc8
🔍 Latest deploy log https://app.netlify.com/projects/industrial-experience/deploys/6a393e299d61490008f2334f
😎 Deploy Preview https://deploy-preview-243--industrial-experience.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@nuke-ellington nuke-ellington marked this pull request as draft May 27, 2026 13:04

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several documentation files (.mdx) by converting markdown lists inside "dos-and-donts" container divs into semantic HTML unordered lists with appropriate "aria-label" attributes, and removing the "markdown" attributes from the container divs. The review feedback is highly accurate, pointing out multiple violations of the repository style guide where straight apostrophes (') were used instead of the required right single quotation mark (’).

Comment thread docs/components/input-date-time/guide.mdx
Comment thread docs/guidelines/language/messaging/error-messages.mdx
Comment thread docs/guidelines/language/messaging/error-messages.mdx
@nuke-ellington nuke-ellington marked this pull request as ready for review June 16, 2026 07:16
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 89fd29c2-f542-426b-ab1c-7b1a1594c481

📥 Commits

Reviewing files that changed from the base of the PR and between 2c9f988 and ef55cc8.

📒 Files selected for processing (3)
  • docs/components/modal/guide.md
  • docs/components/select/guide.md
  • docs/guidelines/language/messaging/time-related-messages.mdx
✅ Files skipped from review due to trivial changes (1)
  • docs/components/select/guide.md
🚧 Files skipped from review as they are similar to previous changes (2)
  • docs/components/modal/guide.md
  • docs/guidelines/language/messaging/time-related-messages.mdx

📝 Walkthrough

Walkthrough

This PR standardizes many documentation "Dos and Don'ts" sections into structured HTML or JSX containers with separate recommended and avoid lists, adds aria-label attributes for accessibility, and includes a few related wording, heading, and link updates across component and guideline pages.

Changes

Documentation dos-and-don'ts standardization

Layer / File(s) Summary
Component guide markup standardization
docs/components/3d/overview.mdx, docs/components/application-header/guide.md, docs/components/application-menu/guide.md, docs/components/avatar/guide.md, docs/components/bar-chart/overview.mdx, docs/components/blind/guide.md, docs/components/breadcrumb/guide.md, docs/components/button/guide.md, docs/components/card-list/guide.md, docs/components/card/guide.md, docs/components/checkbox/guide.md, docs/components/chip/guide.md, docs/components/content-header/guide.md, docs/components/custom-field/guide.md, docs/components/date-picker/guide.mdx, docs/components/date-time-picker/guide.mdx, docs/components/dropdown-button/guide.md, docs/components/dropdown/guide.md, docs/components/forms-field/guide.md, docs/components/forms-validation/guide.md, docs/components/gauge-chart/overview.mdx, docs/components/grid/guide.md, docs/components/html-grid/guide.md, docs/components/icon-button/guide.md, docs/components/input-date/guide.md, docs/components/input-number/guide.md, docs/components/input/guide.md, docs/components/line-chart/overview.mdx, docs/components/link-button/guide.md, docs/components/loading-modal/guide.md, docs/components/panes/guide.md, docs/components/pill/guide.md, docs/components/progress-indicator/guide.md, docs/components/radio/guide.md, docs/components/range-field/guide.md, docs/components/split-button/guide.md, docs/components/textarea/guide.md, docs/components/time-picker/guide.mdx, docs/components/toast/guide.md, docs/components/toggle-button/guide.md, docs/components/toggle/guide.md, docs/components/select/guide.md
Many component guides and overviews replace flat dos-and-don'ts bullets with structured dos-and-donts containers, separate dos/donts list elements, and aria-label attributes while preserving the existing guidance text.
Component content and related-page adjustments
docs/components/input-time/guide.mdx, docs/components/message-modal/guide.md, docs/components/modal/guide.md, docs/components/popover-news/guide.md
A small subset of component docs combines the markup conversion with nearby formatting edits, related-link removals, corrected wording, or reduced dos-and-don'ts content (e.g., popover-news removes prior "Don't" bullets).
Conversational design and language formatting docs
docs/guidelines/conversational-design/..., docs/guidelines/language/basics.md, docs/guidelines/language/dialogs-and-buttons.md, docs/guidelines/language/formatting/addresses.mdx, docs/guidelines/language/formatting/date.mdx, docs/guidelines/language/formatting/measurements.mdx, docs/guidelines/language/formatting/money.mdx, docs/guidelines/language/formatting/names-titles.mdx, docs/guidelines/language/formatting/numbers.mdx, docs/guidelines/language/formatting/software-versions.mdx, docs/guidelines/language/formatting/timezones.mdx, docs/guidelines/language/frequent-app-functions.md, docs/guidelines/language/grammar-and-vocabulary.md, docs/guidelines/language/punctuation.md
Conversational design pages and language reference docs are rewritten to use the same structured dos-and-don'ts container markup, with a few updated examples, wording refinements, and final guidance blocks in some files.
Menu-label and messaging guideline rewrites
docs/guidelines/language/menu-functions-and-ui-labels/external-links-and-resources.md, docs/guidelines/language/menu-functions-and-ui-labels/license-management.md, docs/guidelines/language/menu-functions-and-ui-labels/logging-in-and-out.md, docs/guidelines/language/menu-functions-and-ui-labels/onboarding.md, docs/guidelines/language/menu-functions-and-ui-labels/search-and-filter.md, docs/guidelines/language/menu-functions-and-ui-labels/ui-terminology.md, docs/guidelines/language/menu-functions-and-ui-labels/user-management.md, docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md, docs/guidelines/language/messaging/empty-state-messages.mdx, docs/guidelines/language/messaging/error-messages.mdx, docs/guidelines/language/messaging/error-pages.md, docs/guidelines/language/messaging/infotips.mdx, docs/guidelines/language/messaging/messages-overview.md, docs/guidelines/language/messaging/non-critical-information-messages.mdx, docs/guidelines/language/messaging/progress-updates.mdx, docs/guidelines/language/messaging/time-related-messages.mdx, docs/guidelines/language/messaging/toast-messages.mdx, docs/guidelines/language/messaging/tooltips.mdx, docs/guidelines/language/messaging/warning-messages.mdx
Menu-label and messaging guides are converted to the shared structured list pattern, with many sections also updating example wording, trimming content, adjusting related links, or refreshing guidance phrasing.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~50 minutes

Poem

🐇 I hopped through docs in tidy rows,
And sorted all the don'ts from dos.
With labels neat and lists in place,
The pages wear a cleaner face.
Carrot cheers for structured prose!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately summarizes the main change: converting markdown dos and don'ts into ul elements with aria-label attributes for accessibility.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-dos-donts-a11y

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 13

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md (1)

134-137: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Complete the standardization by converting remaining final "Dos and Don'ts" sections to structured HTML.

Two files have final "Dos and Don'ts" sections that were not converted to the new HTML structure with aria-label attributes, inconsistent with the stated PR objective and the pattern established in other files in this cohort.

Affected locations:

  • docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md#L134-L137: Convert markdown bullets to structured dos-and-donts HTML
  • docs/guidelines/language/messaging/error-pages.md#L88-L93: Convert markdown bullets to structured dos-and-donts HTML

Both sections should follow the same pattern as the final "Dos and Don'ts" sections in empty-state-messages.mdx, error-messages.mdx, and other completed files, with separate dos and donts divs, labeled ul elements, and aria-label attributes.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md`
around lines 134 - 137, Convert the markdown bullet-point "Dos and Don'ts"
sections to structured HTML format across two files. In
`docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md`
at lines 134-137, replace the markdown bullet list with separate `dos` and
`donts` divs, each containing a labeled `ul` element with `aria-label`
attributes for accessibility. Apply the same conversion pattern to
`docs/guidelines/language/messaging/error-pages.md` at lines 88-93. Follow the
established HTML structure used in other completed files like
`empty-state-messages.mdx` and `error-messages.mdx`, ensuring each section has
proper semantic HTML with aria-labels to match the stated PR objective of
standardizing these sections across the documentation.
🧹 Nitpick comments (3)
docs/components/date-time-picker/guide.mdx (1)

44-61: ⚡ Quick win

Use className instead of class in MDX files for JSX consistency.

The .mdx files in this cohort use HTML-style class attributes instead of JSX-style className. Since MDX files support and should use JSX, both files should align with the JSX syntax pattern established in the guidelines reference contract.

  • docs/components/date-time-picker/guide.mdx#L44-L61: Replace class= with className= on dos-and-donts, dos, and donts divs, and the ul elements if they use class.
  • docs/components/gauge-chart/overview.mdx#L34-L49: Replace class= with className= on dos-and-donts, dos, and donts divs, and the ul elements if they use class.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/components/date-time-picker/guide.mdx` around lines 44 - 61, Replace all
HTML-style `class` attributes with JSX-style `className` attributes for
consistency with MDX/JSX syntax standards. In
`docs/components/date-time-picker/guide.mdx` (lines 44-61), change `class=` to
`className=` on the divs with identifiers `dos-and-donts`, `dos`, and `donts`,
as well as on the `ul` elements. Similarly, in
`docs/components/gauge-chart/overview.mdx` (lines 34-49), apply the same
transformation by replacing all instances of `class=` with `className=` on the
same structural elements (`dos-and-donts`, `dos`, `donts` divs and their child
`ul` elements).

Source: Coding guidelines

docs/guidelines/language/messaging/time-related-messages.mdx (1)

201-213: ⚡ Quick win

Use one MDX attribute style for CSS classes.

This block uses class=... while earlier changed blocks use className=...; normalize for consistency and safer MDX/React compatibility.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/guidelines/language/messaging/time-related-messages.mdx` around lines
201 - 213, The dos-and-donts section uses the HTML attribute style `class=` for
the div elements with classes "dos-and-donts", "dos", and "donts", but the rest
of the changed blocks in this file use the React/MDX standard `className=`
attribute. Replace all instances of `class=` with `className=` in the three div
elements (the parent dos-and-donts container and its two children dos and donts
divs) to maintain consistency throughout the file.
docs/guidelines/language/messaging/progress-updates.mdx (1)

195-208: Normalize className attribute across messaging MDX files.

Lines 195-208 use class="..." while the rest of this file uses className="...". MDX/React requires className for dynamic styling. This inconsistency appears throughout the messaging directory and should be standardized.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/guidelines/language/messaging/progress-updates.mdx` around lines 195 -
208, The dos-and-donts section uses the HTML `class` attribute instead of the
React/MDX standard `className` attribute. Replace all instances of `class="..."`
with `className="..."` in the div elements (dos-and-donts, dos, and donts) to
maintain consistency with the rest of the file and ensure proper dynamic styling
support in MDX/React.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/components/loading-modal/guide.md`:
- Around line 33-46: The guide.md file is plain Markdown, not MDX, so JSX syntax
like className will not be processed. Replace the three instances of className=
with class= on lines 33, 34, and 40 in the divs with classes dos-and-donts, dos,
and donts respectively. This ensures the HTML class attribute is properly
recognized and the styling will apply correctly, consistent with other component
guides in the documentation.

In `@docs/components/modal/guide.md`:
- Line 9: The word "models" on line 9 of the guide.md file should be changed to
"modals" to match the terminology used elsewhere in the document (specifically
line 7 which correctly uses "Custom modals"). Update the sentence to read "Use
custom modals when a task requires immediate attention and the user returns to
the same place after closing the modal" for consistency throughout the
documentation.

In `@docs/components/select/guide.md`:
- Line 73: The link in the dos-and-donts guidance at line 73 of the select guide
is pointing to the wrong component. The text correctly recommends radio buttons
as the alternative to selects for binary choices, but the link targets the
toggle component instead. Update the link target in the line containing "Don't
use selects for binary choices, like yes and no, use [radio buttons](../toggle)
instead" to point to the radio component by changing the link from ../toggle to
../radio to ensure the guidance and link are consistent.

In `@docs/guidelines/language/formatting/numbers.mdx`:
- Around line 118-124: The example in the "dos" section shows `-12` using an
ASCII hyphen-minus character, but the rule explicitly states to use the Unicode
minus character (U+2212) for negative numbers. Replace the `-12` example with
the correct Unicode minus character `−12` to align the example with the stated
formatting rule.

In `@docs/guidelines/language/menu-functions-and-ui-labels/search-and-filter.md`:
- Around line 17-30: In the markdown file, replace all occurrences of the JSX
attribute `className="dos-and-donts"` with the standard HTML attribute
`class="dos-and-donts"` throughout all the dos-and-donts example blocks. Since
this is a `.md` file (not `.mdx`), it should use HTML attributes rather than JSX
syntax. Update the `<div className="dos-and-donts">` opening tags and any nested
elements that use `className` attributes to use standard HTML `class` attributes
instead, ensuring consistency with the final dos-and-donts section which already
correctly uses `class`.
- Around line 17-411: Fix the HTML attribute inconsistency in markdown files by
changing all JSX-style `className` attributes to HTML-style `class` attributes.
For each of the following `.md` files, replace every occurrence of `className=`
with `class=` within the specified line ranges:
docs/guidelines/language/menu-functions-and-ui-labels/search-and-filter.md
(lines 17-411),
docs/guidelines/language/menu-functions-and-ui-labels/ui-terminology.md (lines
17-202),
docs/guidelines/language/menu-functions-and-ui-labels/user-management.md (lines
31-363), and docs/guidelines/language/messaging/error-pages.md (lines 30-86).
These files use standard markdown with inline HTML examples and should
consistently use the HTML `class` attribute throughout, not the JSX `className`
attribute.

In `@docs/guidelines/language/menu-functions-and-ui-labels/ui-terminology.md`:
- Around line 17-25: In the file
docs/guidelines/language/menu-functions-and-ui-labels/ui-terminology.md, replace
all occurrences of the JSX attribute className with the HTML attribute class.
This should be done in all the dos-and-donts sections: the initial div at lines
17-25 and its siblings at lines 29-36, 40-47, 61-72, 81-92, 128-142, 146-153,
157-163, 169-183, and 187-202. Since this is a markdown file (not a JSX
component), it should use standard HTML class attributes instead of JSX
className attributes, consistent with the correct usage already present at lines
247-260.

In `@docs/guidelines/language/menu-functions-and-ui-labels/user-management.md`:
- Around line 31-42: Replace all JSX `className` attributes with HTML `class`
attributes throughout the user-management.md file. In the markdown file, change
every occurrence of `className="dos-and-donts"` to `class="dos-and-donts"` and
update any other `className` attributes to `class` to maintain consistency with
standard HTML syntax in markdown files. This includes the sections at lines
31-42, 46-57, 61-76, 80-93, 97-111, 115-126, 130-147, 151-162, 166-177, 181-193,
197-208, 246-258, 262-275, 279-291, 295-308, 312-326, 330-346, and 350-363,
which all contain the same className attribute that needs to be converted to
class.

In `@docs/guidelines/language/messaging/empty-state-messages.mdx`:
- Around line 87-100: The final Dos and Don'ts section in the
empty-state-messages.mdx file uses the HTML `class` attribute on the div
elements (dos-and-donts, dos, and donts) instead of the JSX `className`
attribute that is used consistently in earlier examples throughout the file.
Replace all occurrences of `class=` with `className=` in this section's div
elements to maintain consistency with JSX conventions in .mdx files.

In `@docs/guidelines/language/messaging/error-messages.mdx`:
- Around line 236-250: The JSX attributes in the "Dos and Don'ts" section are
using the HTML `class` attribute instead of the JSX `className` convention. In
MDX files that support JSX, replace all instances of `class=` with `className=`
in the div elements (specifically the outer div with "dos-and-donts" and the
nested div with "dos") to maintain consistency with the earlier examples in the
file and follow proper JSX syntax conventions.

In `@docs/guidelines/language/messaging/error-pages.md`:
- Around line 30-41: Replace all instances of the JSX attribute `className=`
with the HTML attribute `class=` in this markdown file. This applies to all the
`className` attributes in the example code blocks throughout the file (in the
`div` elements with `dos-and-donts`, `dos`, and `donts` classes) since `.md`
files should use standard HTML attributes rather than JSX syntax.

In `@docs/guidelines/language/messaging/infotips.mdx`:
- Around line 116-128: In the "Dos and Don'ts" section shown at lines 116–128,
replace all instances of the HTML `class` attribute with JSX `className`
attribute. Specifically, change `class="dos-and-donts"` to
`className="dos-and-donts"`, `class="dos"` to `className="dos"`, and
`class="donts"` to `className="donts"`. This aligns with the JSX syntax used
elsewhere in the file and ensures consistency for `.mdx` files that support JSX.

In `@docs/guidelines/language/messaging/time-related-messages.mdx`:
- Line 20: Review all time-related message examples in this messaging guideline
document and correct any weekday labels that do not match their corresponding
dates. Verify each date and weekday combination is accurate (for example,
confirm that August 22, 2025 falls on the stated weekday, and that October 1,
2026 is correctly labeled). Update any mismatched weekday labels throughout the
document to ensure the examples provide accurate formatting guidance to users.

---

Outside diff comments:
In
`@docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md`:
- Around line 134-137: Convert the markdown bullet-point "Dos and Don'ts"
sections to structured HTML format across two files. In
`docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md`
at lines 134-137, replace the markdown bullet list with separate `dos` and
`donts` divs, each containing a labeled `ul` element with `aria-label`
attributes for accessibility. Apply the same conversion pattern to
`docs/guidelines/language/messaging/error-pages.md` at lines 88-93. Follow the
established HTML structure used in other completed files like
`empty-state-messages.mdx` and `error-messages.mdx`, ensuring each section has
proper semantic HTML with aria-labels to match the stated PR objective of
standardizing these sections across the documentation.

---

Nitpick comments:
In `@docs/components/date-time-picker/guide.mdx`:
- Around line 44-61: Replace all HTML-style `class` attributes with JSX-style
`className` attributes for consistency with MDX/JSX syntax standards. In
`docs/components/date-time-picker/guide.mdx` (lines 44-61), change `class=` to
`className=` on the divs with identifiers `dos-and-donts`, `dos`, and `donts`,
as well as on the `ul` elements. Similarly, in
`docs/components/gauge-chart/overview.mdx` (lines 34-49), apply the same
transformation by replacing all instances of `class=` with `className=` on the
same structural elements (`dos-and-donts`, `dos`, `donts` divs and their child
`ul` elements).

In `@docs/guidelines/language/messaging/progress-updates.mdx`:
- Around line 195-208: The dos-and-donts section uses the HTML `class` attribute
instead of the React/MDX standard `className` attribute. Replace all instances
of `class="..."` with `className="..."` in the div elements (dos-and-donts, dos,
and donts) to maintain consistency with the rest of the file and ensure proper
dynamic styling support in MDX/React.

In `@docs/guidelines/language/messaging/time-related-messages.mdx`:
- Around line 201-213: The dos-and-donts section uses the HTML attribute style
`class=` for the div elements with classes "dos-and-donts", "dos", and "donts",
but the rest of the changed blocks in this file use the React/MDX standard
`className=` attribute. Replace all instances of `class=` with `className=` in
the three div elements (the parent dos-and-donts container and its two children
dos and donts divs) to maintain consistency throughout the file.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5bd16f4a-78ef-458c-9ca0-f70c820fa0f9

📥 Commits

Reviewing files that changed from the base of the PR and between 89b9f46 and 2c9f988.

📒 Files selected for processing (95)
  • docs/components/3d/overview.mdx
  • docs/components/application-header/guide.md
  • docs/components/application-menu/guide.md
  • docs/components/avatar/guide.md
  • docs/components/bar-chart/overview.mdx
  • docs/components/blind/guide.md
  • docs/components/breadcrumb/guide.md
  • docs/components/button/guide.md
  • docs/components/card-list/guide.md
  • docs/components/card/guide.md
  • docs/components/category-filter/guide.md
  • docs/components/checkbox/guide.md
  • docs/components/chip/guide.md
  • docs/components/content-header/guide.md
  • docs/components/custom-field/guide.md
  • docs/components/date-picker/guide.mdx
  • docs/components/date-time-picker/guide.mdx
  • docs/components/dropdown-button/guide.md
  • docs/components/dropdown/guide.md
  • docs/components/forms-field/guide.md
  • docs/components/forms-validation/guide.md
  • docs/components/gauge-chart/overview.mdx
  • docs/components/grid/guide.md
  • docs/components/html-grid/guide.md
  • docs/components/icon-button/guide.md
  • docs/components/input-date-time/guide.mdx
  • docs/components/input-date/guide.md
  • docs/components/input-number/guide.md
  • docs/components/input-time/guide.mdx
  • docs/components/input/guide.md
  • docs/components/line-chart/overview.mdx
  • docs/components/link-button/guide.md
  • docs/components/loading-modal/guide.md
  • docs/components/message-modal/guide.md
  • docs/components/modal/guide.md
  • docs/components/panes/guide.md
  • docs/components/pill/guide.md
  • docs/components/popover-news/guide.md
  • docs/components/progress-indicator/guide.md
  • docs/components/radio/guide.md
  • docs/components/range-field/guide.md
  • docs/components/select/guide.md
  • docs/components/split-button/guide.md
  • docs/components/textarea/guide.md
  • docs/components/time-picker/guide.mdx
  • docs/components/toast/guide.md
  • docs/components/toggle-button/guide.md
  • docs/components/toggle/guide.md
  • docs/guidelines/conversational-design/designing-conversations/acknowledging-users.md
  • docs/guidelines/conversational-design/designing-conversations/ad-hoc-conversations.md
  • docs/guidelines/conversational-design/designing-conversations/confirming-request.md
  • docs/guidelines/conversational-design/designing-conversations/ending-conversations.md
  • docs/guidelines/conversational-design/designing-conversations/funneling-input.md
  • docs/guidelines/conversational-design/designing-conversations/greeting-users.md
  • docs/guidelines/conversational-design/designing-conversations/handing-off-users.md
  • docs/guidelines/conversational-design/designing-conversations/handling-errors.md
  • docs/guidelines/conversational-design/designing-conversations/overview.md
  • docs/guidelines/conversational-design/designing-conversations/troubleshooting.md
  • docs/guidelines/conversational-design/essentials/system-presonas.md
  • docs/guidelines/conversational-design/essentials/user-intent.md
  • docs/guidelines/conversational-design/essentials/wording-terms.mdx
  • docs/guidelines/conversational-design/language.md
  • docs/guidelines/conversational-design/resources/chatbot-checklist.md
  • docs/guidelines/language/basics.md
  • docs/guidelines/language/dialogs-and-buttons.md
  • docs/guidelines/language/formatting/addresses.mdx
  • docs/guidelines/language/formatting/date.mdx
  • docs/guidelines/language/formatting/measurements.mdx
  • docs/guidelines/language/formatting/money.mdx
  • docs/guidelines/language/formatting/names-titles.mdx
  • docs/guidelines/language/formatting/numbers.mdx
  • docs/guidelines/language/formatting/software-versions.mdx
  • docs/guidelines/language/formatting/timezones.mdx
  • docs/guidelines/language/frequent-app-functions.md
  • docs/guidelines/language/grammar-and-vocabulary.md
  • docs/guidelines/language/menu-functions-and-ui-labels/external-links-and-resources.md
  • docs/guidelines/language/menu-functions-and-ui-labels/license-management.md
  • docs/guidelines/language/menu-functions-and-ui-labels/logging-in-and-out.md
  • docs/guidelines/language/menu-functions-and-ui-labels/onboarding.md
  • docs/guidelines/language/menu-functions-and-ui-labels/search-and-filter.md
  • docs/guidelines/language/menu-functions-and-ui-labels/ui-terminology.md
  • docs/guidelines/language/menu-functions-and-ui-labels/user-management.md
  • docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md
  • docs/guidelines/language/messaging/empty-state-messages.mdx
  • docs/guidelines/language/messaging/error-messages.mdx
  • docs/guidelines/language/messaging/error-pages.md
  • docs/guidelines/language/messaging/infotips.mdx
  • docs/guidelines/language/messaging/messages-overview.md
  • docs/guidelines/language/messaging/non-critical-information-messages.mdx
  • docs/guidelines/language/messaging/progress-updates.mdx
  • docs/guidelines/language/messaging/time-related-messages.mdx
  • docs/guidelines/language/messaging/toast-messages.mdx
  • docs/guidelines/language/messaging/tooltips.mdx
  • docs/guidelines/language/messaging/warning-messages.mdx
  • docs/guidelines/language/punctuation.md

Comment thread docs/components/loading-modal/guide.md
Comment thread docs/components/modal/guide.md Outdated
Comment thread docs/components/select/guide.md Outdated
Comment thread docs/guidelines/language/formatting/numbers.mdx
Comment thread docs/guidelines/language/messaging/empty-state-messages.mdx
Comment thread docs/guidelines/language/messaging/error-messages.mdx
Comment thread docs/guidelines/language/messaging/error-pages.md
Comment thread docs/guidelines/language/messaging/infotips.mdx
Comment thread docs/guidelines/language/messaging/time-related-messages.mdx Outdated
@flxlst09 flxlst09 added this to the 5.1.0 milestone Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants