Anika Henke
Anika Henke
Actually, I've tried to test this in older versions of JAWS and it was working as far back as JAWS 2019. (I could go further back but stopped because I...
[MathJax](https://www.mathjax.org/) is a good tool. It doesn't need a lot of work (just implementing a JS file), uses different inputs and outputs and is accessible. > Use MathML, TeX, and...
As suggested in #110, the most common way to do that in other Markdown flavours or other plain text markup languages is by not leaving any spaces between the pipes,...
There is no question that HTML has the feature to merge table cells. But this is a request for Govspeak as it would be very helpful if Govspeak had that...
I'd also be interested in reasons for this change. What is the user need? What is the problem this tries to fix? What wasn't mentioned yet is that whatever change...
It is my understanding that this would indeed fail [WCAG SC 1.3.1](https://www.w3.org/TR/WCAG21/#info-and-relationships). It presents itself as a link but cannot be "programmatically determined" as one.
We discussed the general issue of buttons looking like links and specific examples like the details component among a group of accessibility specialists at GDS. WCAG SC 1.3.1 says: >...
@abbott567, just to clarify, no-one from any design team was involved in that decision. (I don't think there is a "GDS Design Team", so I might potentially misunderstand what you...
When we discovered skip links weren't working during testing accessibility of Elements, I [reported the bug to Apple](https://bugs.webkit.org/show_bug.cgi?id=179011). Since ages I've been using a [better fix in my personal projects](https://github.com/selfthinker/dokuwiki_template_writr/blob/master/js/skip-link-focus-fix.js)...
I have done it the way @robinwhittleton describes for a couple of years now. I generally like that approach. I encountered two downsides: * You cannot `@extend` or `%placehold` across...