Maximilian Franzke
Maximilian Franzke
We should probably differentiate complementary icon usage, like e.g. an icon next to a text in which the text provides meaning even without the icon and it's usage is only...
I think we do have a general problem here. _Originally posted by @mfranzke in https://github.com/db-ui/mono/pull/3053#discussion_r1751741162_
## Proposed changes Deactivating a rule in total is quite heavy, we should only take care of specific aspects and probably define things a little bit more granular. ## Types...
On the documentation page https://db-ui.github.io/mono/review/main/foundations/test-table every component has an entry, but some we'd like to skip for a11y screenreader tests as they don't make any sense (`page` and `divider`).
@mfranzke and @nmerget After opening the select, the hidden option (1/3) is highlighted and mentioned first. This is an option with the attribute `hidden` and without text and `value` attribute....
I usually try to avoid `type` as names for variables and props in TypeScript. Simply because there are `interface` and `type` as keywords in TS. But I think here it...
Currently the `navigation-item` components contain [non-permitted items](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu#technical_summary) like e.g. `div`. We should ensure that it only contains `li` HTML elements.
### Description according to the resulting page the linked version of the page includes outdated content, compare to the following screenshot: That for the URL needed to get updated to...
### Issue Summary The buttons to switch to the previous or next month in the BookEventForm don't include a (at least visually hidden) textual description, that could be e.g. used...