I hate these stupid popups on sites to convince you you've gotten some bs deal and that you need to buy now.

BUT the complete lack of #accessibility testing for large fonts has turned it into modern art, and that's kinda cool. I won't click it, but still. Art! (ish)

@Gargron @ctietze war also leider ein kleiner griff ins klo in sachen #accessibility ... sorry

Ever found modern fancy scrollbars in #Firefox inaccessible?

about:config and:

widget.gtk.overlay-scrollbars.enabled → false

keeps them fully visible while not however.

widget.non-native-theme.scrollbar.size.override

can be used to make them thicker (I've set 24).

You asked, and I delivered. New blog post online:

"HTML link, or button, that is the question."

https://marijkeluttekes.dev/blog/articles/2024/11/04/html-link-or-button-that-is-the-question/

For the love of all that is holy, can you all please start using `<a>` for navigation and `<button>` for actions, not the other way around?

Please don't make me turn this into a blog post.

Signed, someone who couldn't right-click to "open in a new tab" when it mattered.

. @Mastodon please stop suggesting all lower case hashtags or moving them to the front of the list, when PascalCase alternatives are available.
Even better, if they aren't available, suggest them anyway where the constituent words of the hashtag are dictionary words.
#Accessibility is a great example, if I type #Accessi then the only screen readable hashtag in a veryyyyy long list is #AccessibleGaming
The very first suggestion even turns my initial capital into lower case!
You can do better!

If you’ve ever turned on closed captioning for a show so you could watch it while eating chips, thank a #disability advocate.

Reminder that you can use AccessibilityAttributes on your AttributedStrings to have more fine-grained control over how assistive technologies interact with your Text, such as modulating the pitch or pronunciation #VoiceOver uses! #accessibility #iOS