You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add note on truncation
* Update content/components/tree-view.mdx
Co-authored-by: Patrick H. Lauke <[email protected]>
---------
Co-authored-by: Patrick H. Lauke <[email protected]>
Copy file name to clipboardexpand all lines: content/components/tree-view.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Node labels should be a succinct title for whatever entity the node represents.
43
43
44
44
By default, labels are truncated to a single line. However, node labels may be wrapped to multiple lines in cases where the entire label must always be visible.
45
45
46
-
When a node's text is truncated, it should still be accessible to users via a browser-native tooltip.
46
+
When a node's text is truncated, it should still be accessible to users in some fashion. Truncation is only accessibly acceptable if there is some way for users - including those navigating with a keyboard - to see the non-truncated text.
0 commit comments