Many HTML elements have an accessible name. It can be derived from different sources, and browsers use an algorithm called the Accessible Name and Description Computation to figure it out.
April 11, 2017 | Development
The CSUN Assistive Technology conference is held each year in San diego. It is a week where accessibility professionals from around the world gather to share knowledge and ideas.
March 9, 2017 | Development
The 32nd CSUN Assistive Technology Conference will be in San Diego (February 27 to March 3). Here’s a round-up of the talks being given by the TPGi team and friends…
February 24, 2017 | Development
FOSDEM is a free event for developers of free and open software, held in Brussels each year. With 30 tracks to choose from, it’s an intense two days of ideas,…
February 6, 2017 | Development
Many of us at TPGi write and speak about things related to the web. This post collects together some of the articles, talks, books and meetups we’ve shared over the…
December 22, 2016 | Development
Today is Blue Beanie Day, and at TPGi we’ve put on our blue hats to show our commitment to web standards and a web for everyone. We believe web standards…
November 30, 2016 | Development
With the recent news that Microsoft Edge now has 100% accessibility support for HTML5, this post looks at what “accessibility supported” means, and where it fits into the bigger accessibility…
August 29, 2016 | Development
lang
What do an American actor, a British sitcom character and an HTML attribute have in common? If you’ve ever watched Mary Poppins and winced at Dick Van Dyke’s attempt at…
June 14, 2016 | Development
A recent question prompted me to ask whether the SVG <text> element would pass WCAG 2.0 1.4.5 (images of text).
December 10, 2015 | Development
Jaws (screen reader) uses different keyboard commands for desktops and laptops. This is a short note to explain the difference and how to switch keyboard layout.
November 27, 2015 | Development
I co-wrote an article with Chaals McCathie Nevile for Smashing Magazine. The article explains the origins of the platform accessibility API, how it’s used by assistive technologies, and why semantic…
March 18, 2015 | Development
The 30th Annual International Technology and Persons with Disabilities conference (otherwise known as CSUN), gets underway on Monday 2nd March 2015. Several of the TPGi team will be there, and…
February 17, 2015 | Development
Updated 1st Feb 2016. When you test your website with a screen reader there are a few basic commands you should know. Just remember not to make design decisions based…
January 5, 2015 | Development
When a form field has a label, screen readers will announce it automatically when focus moves to the field. If additional information is available to help people complete the task,…
December 23, 2014 | Development
The HTML tabindex attribute is used to manage keyboard focus. Used wisely, it can effectively handle focus within web widgets. Used unwisely however, the tabindex attribute can destroy the usability…
August 4, 2014 | Development
An ARIA live region is a simple mechanism for notifying screen readers when content is updated on the page. Despite the obvious Accessible User Experience (AUX) benefits that live regions…
March 17, 2014 | Development
At TPGi we test websites, applications and apps for accessibility, with lots of different browsers and Assistive Technologies (AT). It means we get to play with some shiny tech, but…
March 14, 2014 | Development
SVG1.1 accessibility support is limited in browsers and screen readers. Things are set to improve with SVG2, but ARIA can be used now to improve the accessibility of simple SVG.
December 19, 2013 | Development