rackerlabs / design-system

Design documentation for Helix, the Rackspace Design System
11 stars 14 forks source link

Issue Regarding - /components/breadcrumbs #470

Closed mocha closed 2 years ago

mocha commented 6 years ago

I want to...

Tell us a little more about your request? Regarding this: "If the page title is longer than necessary, use shortened variations of the title. For example, instead of Billing overview, use Overview."

If the content is user-generated, you can't "use shortened variations". There needs to be a machine-implementable fallback as well. I'd suggest "For strings of length>12 characters, show only the first and last 4 characters, joined by an ellipsis."

Examples below:

  1. ABCDEFGH
  2. ABCDEFGHI
  3. ABCDEFGHIJ
  4. ABCDEFGHIJK
  5. ABCD...IJKL
  6. ABCD...JKLM
  7. ABCD...KLMN

How would you like to collaborate with us on this issue?

narcher7 commented 6 years ago