Hacker News new | past | comments | ask | show | jobs | submit login

I used to use Bulma a lot, but become frustrated by the fact certain items require you to use <a> tags for styling even if you don't want them to be clickable links, which is pretty bad for accessibility.

https://github.com/jgthms/bulma/issues/3548




Fair point. I'm planning on making those elements "tag" agnostic. That way, you can use a CSS class or a <button> instead of an <a>.


If you skip using the href attribute, I think most accessibility tools wont see them as links anymore. Doesn't solve the issue but might be a workaround in the meantime.


Have you considered the possibility of programming? Found this in a few seconds with no prior knowledge of the project:

https://github.com/jgthms/bulma/blob/main/sass/components/ta...

I wish more developers who broadcast complaints about free software they rely on would at least attempt to contribute simple fixes to their own problems.


It isn’t necessarily a bug. You have do to a lot if digging and discussion before you establish that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: