Please! Stop with the mobile web sites! If you are using browser agent strings to change your CSS/layout don't! Use responsive CSS instead. There are other situations when you need a small window and devices that have a small screen where your web site does not work.
-
-
Minimal Accessible Tooltip
Doing a lot of web accessibility fixes, I wondered what would be the minimum amount of code to create a WCAG 2.1 compliant custom tooltip. Unfortunately, it had to include Javascript. Here is what I came up with.
-
If you are wanting to apply accessibility labels onto an image, here are the label (
alt,title,aria-description,aria-label) priorities (highest first):aria-description(witharia-label,altortitle);aria-label;alt. Notearia descriptiondoes not get read out if there is no other label attributes. (Tested on Windows, NVDA, and Firefox and Edge). -
Visibility and CSS Accordians
When changing a reworked menu to have accordian animations, I came to the realisation that I have been missing a big issue when using
max-heighttransitionanimations — accessibility. I detail a simple fix in this article. -
Think Mobile
-
Call Record Presenter