We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da889ee commit 1a2f633Copy full SHA for 1a2f633
contribute-docs/style-guide/ui-writing.md
@@ -45,7 +45,7 @@ UI icons can be helpful to include when describing a procedure that requires the
45
- Include the tooltip text, image, and alt-text for optimal accessibility.
46
- Avoid using parentheses before and after the UI icon image, which can disrupt screen readers' speech and braille outputs.
47
:::{dropdown} Example
48
- ❌ **Don't**: To display the table in fullscreen mode, click the fullscreen icon ().
+ ❌ **Don't**: To display the table in fullscreen mode, click the fullscreen icon ({icon}`full_screen`).
49
50
✔️ **Do**: To display the table in fullscreen mode, click the fullscreen icon {icon}`full_screen`.
51
:::
0 commit comments