siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
198 stars 67 forks source link

Working title attribute on disabled elements #924

Closed TDaniel-evo closed 8 months ago

TDaniel-evo commented 11 months ago

Suggestion / feature request

In many cases we would like to display title on disabled elements to provide additional information to the user. We can "trick" the elements to have title by wrapping them in a div but this leads to confusion and chaos in the HTML.

nuke-ellington commented 11 months ago

@jg0815 - What is your opinion regarding this topic? I could not find any WCAG recommendation but the vanilla HTML elements display the title even when disabled.

TDaniel-evo commented 9 months ago

@nuke-ellington @jg0815 Is there any update on this?

nuke-ellington commented 8 months ago

Disabled components will not display tooltips for the whole design system. The reasoning for this can be found in the discussion here #899

TDaniel-evo commented 8 months ago

image