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
The disabled state for IconButton and TextButton needs be correctly implemented visually, semantically and behavioural. Meaning it should look visually as defined in design, it should semantically work so that i.e. screen readers work accordingly and it needs to not be interactive (not selectable or focusable).
Acceptance Criteria
The disabled state in the IconButton has the defined visuals
The disabled state in the IconButton has the defined semantics
The disabled state in the IconButton has the defined behaviour
The disabled state in the TextButton has the defined visuals
The disabled state in the TextButton has the defined semantics
The disabled state in the TextButton has the defined behaviour
Background information
Found in Merge & Review session on 24.10.2023
The text was updated successfully, but these errors were encountered:
Checked ACs again today with @RubirajAccenture and @ChristianHoffmannS2 . After the merge is done and the discussed small adjustments regarding semantics, the Ticket can be closed as done.
Description / User Story
The disabled state for IconButton and TextButton needs be correctly implemented visually, semantically and behavioural. Meaning it should look visually as defined in design, it should semantically work so that i.e. screen readers work accordingly and it needs to not be interactive (not selectable or focusable).
Acceptance Criteria
Background information
The text was updated successfully, but these errors were encountered: