- Issue created by @mschudders
- Merge request !58#issue-3536231: Remove filter UX & a11y improvements - more meaning to remove... → (Open) created by mschudders
- 🇫🇷France mably
Do you think a hook could be useful to allow modifying the filter item render array?
- 🇫🇷France mably
May be this could be done using a new configuration option : "Include label in remove link".
- 🇧🇪Belgium mschudders
Dear,
I don't understand that when you access(or read or get a list of links of the page) the links, a link with just "X" would be considered accessible and even user friendly.
A hook to alter would be sufficient in my case then yes.
What path are we going to follow,
1/ A Alter hook
or
2/ Having it as a configurable option.1/ Would suit my needs.
2/ Would still need tweaking then afterwards.Kind regards,
- 🇫🇷France mably
The link is accessible because it has a valid aria-label attribute.
What we want to avoid here is breaking hundreds of sites that are using this module.
Looks like adding an item alter hook could be a good start.
Will create a dedicated issue for it.