Maximilian Franzke

Results 268 issues of Maximilian Franzke

Currently the language switcher is neither accessible via screenreader nor by keyboard, it just doesn't open on any interaction. That for we should replace it e.g. by `details`/`summary`. https://db-ui.github.io/core/patterns/components-language-switcher/index.html WCAG...

bug
accessibility

Currently "track" (German: "Gleis") is only written as "Gl.". We should provide an alternative text to the tag element that contains this track number, e.g. by a `title`-attribute like e.g....

improvement

We should provide best practice within our code examples as well, so all of our radio elements should be integrated in `fieldset`-elements. https://db-ui.github.io/core/patterns/elements-radio/index.html

improvement

![image](https://github.com/db-ui/core/assets/787658/e7637822-327f-4d91-8628-18ba2db51251) This relates to a relatively new WCAG Success Criterion that expects a clickable area of at least 24 by 24 pixels, compare to [2.5.8 Target Size (Minimum)](https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html). As this...

accessibility

Currently we're using the same text phrase for the alternative text of the image as well as the caption. These should be different as the information would be redundant (especially...

documentation
accessibility

Screenreaders wouldn't announce this element as the label tag has been defined as `aria-hidden="true"`. This attribute should get removed.

bug
accessibility

Resolves https://github.com/db-ui/core/issues/507

improvement
patterns
weekly

We should provide the possibility to overwrite the standard icons for both `overflow-menu` and `dropdown` components.

improvement
community feedback

Mainnavigation: grey background-color should only appear on `:hover`, but not on `:focus`, as this would still appear after the user has left the navigation item with their pointer device.

bug

Even though that there's an additional "signal" (the dot moving from left to right), the background color contrast in between `on` and `off` states of the toggle might not be...

question
community feedback