Is it wrong to put header tags inside WordPress help tabs? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago. Improve this question We’re working on improving accessibility in our plugin. One of the rules for accessibility is apparently … Read more

Simulating tremor (from e.g. Parkinson’s Disease) with the mouse on a webpage?

I’m working for a foundation that raises awareness for accessibility in the internet. For a presentation, we want to offer a small workshop that simulates different disabilities/impairments to people. This is done via a website created especially for this presentation. One of the demonstrated impairments is having a tremor, which means experiencing shaky, difficult-to-control hand … Read more

Accesibility problems with dropdown menus in twentyten theme or others

Some time ago I discovered that dropdown menus that do have clickable links on parent nodes are confusing for the users. Often they are not seeing that they can click on the parent, they just assume that the parent is just like a folder. Check yourself the demo from http://2010dev.wordpress.com/ – see the second menu … Read more

‘Missing contentDescription attribute on image’ in XML

I get an warning about [Accessibility]Missing contentDescription attribute on image in eclipse. This warning show at line 5 (declare ImageView) in XML code below. This not make any error when build and run my application. But I really want to know why i get this warning. This is my XML file: <?xml version=”1.0″ encoding=”utf-8″?> <LinearLayout … Read more

input type=”submit” Vs button tag are they interchangeable? [duplicate]

This question already has answers here: Difference between <input type=’button’ /> and <input type=’submit’ /> (8 answers) Closed 11 months ago. input type=”submit” and button tag are they interchangeable? or if there is any difference then When to use input type=”submit” and when button ? And if there is no difference then why we have … Read more

Block Editor: add an aria-label to an option inside a SelectControl

I’m building a block that has, among other things, a FontAwesome icon. I’m currently letting users choose which icon by using a WP <SelectControl>. For individual <option>s, there is a built-in way to add a label. For example: <SelectControl value={ icon } options={[ { label: ‘’, value: ‘fa-address-book’ } ]} /> Combined with CSS this … Read more

Stylesheet switching and caching

I’m implementing a site that allows users to switch stylesheets (to show a high contrast version for people with vision impairments). The switcher essentially just changes the <link>ref to whichever stylesheet is appropriate. However, I just realised that this will lead to problems when I switch on caching (either using WP Supercache or W3 Total … Read more