Notes on accessible CSS image sprites
The issue of CSS image sprites has been raised again on the Web Accessibility Initiative Interest Group mailing list. Here is the advice we provide on the issue:
Upcoming Webinar: July 16 at 12 PM ET. Creating Accessible Social Media Content: Designing for Connection and InclusionRegister Now
The latest in accessibility law, strategy, program management, and news, as well as upcoming events, and articles on web development issues, techniques, design patterns, auditing, WCAG, and resources of a technical nature.
The issue of CSS image sprites has been raised again on the Web Accessibility Initiative Interest Group mailing list. Here is the advice we provide on the issue:
August 20, 2012 | Technical
Refer to: aViewer 2013
July 27, 2012 | Technical
The recent formalisation of the ‘HTML split’ between the W3C and the WHATWG, is not news to those working in either group. Work continues pretty much as it has, prior…
July 23, 2012 | Technical
Google Chrome has come a long way in the past 3 years, and the improvements definitely extend to accessibility support. The Google Access team have been working hard to make…
July 16, 2012 | Technical
On revisiting what I believe to be a simple to fix bug, filed in January on Webkit’s ARIA implementation, unsurprisingly I found it not yet fixed. Part of the reason…
July 8, 2012 | Technical
After listening to the Google IO web components presentation I decided to take another look at this emerging web technology. It sort of struck me as a client side version…
July 6, 2012 | Technical
I have published an intial draft of a document I have been working on which attempts to provide practical advice to developers on what ARIA to use in HTML: Using…
June 29, 2012 | Technical
In June, a Massachusetts judge ruled that a lawsuit can go forward against Netflix to provide captions for its Watch Instantly streaming content. Netflix hoped to get the suit, brought…
June 28, 2012 | Legal
A new book Pro HTML5 Accessibility by Joshue O’connor.
June 27, 2012 | Technical
For a more recent set of results, see ARIA alert support (April 2017) ARIA role=alert is supported across modern browsers and assistive technology, but implementation in browsers differ, which can…
June 21, 2012 | Technical
I have jotted down some notes on ARIA concepts and usage that may be useful for developers.
June 19, 2012 | Technical
The latest Opera browser has been released; Opera 12. In many ways Opera is a great browser and Opera 12 includes lots of shiny new stuff, but still no support…
June 14, 2012 | Technical
There has been discussion of late on whether authors should be allowed to include an ARIA role value on an HTML element that matches the default implicit ARIA role as…
June 13, 2012 | Technical
I noticed that the W3C Nu Markup Validation Service did not have any bookmarklets to provide quick validation of a page currently being viewed. So I made some using the…
June 9, 2012 | Technical
The recently released Firefox 13 implements the HTML5 specification’s canvas element fallback concept. This means that the content inside a canvas elements start and end tags is exposed to assistive…
June 6, 2012 | Technical
How do I test for accessibility? In short, there are two ways to test the website’s user accessibility: human evaluation or digital evaluation tools. But the most successful approach is…
June 4, 2012 | Accessibility Strategy
I put together an example page, mainly for my own use, providing some examples of what in WCAG 2.0 terms is considered large and small text. WCAG 2.0 provides the…
May 25, 2012 | Technical
While it is conforming to have multiple label elements pointing to a single control for labelling purposes, it is not recommended. It has been conforming as per (X)HTML specifications for…
May 24, 2012 | Technical