HTML5 Accessibility Chops: hidden and aria-hidden support on the UP!
Latest Update: The state of hidden content support in 2016 At the start of 2012 I published results on…
The latest in accessible design, development, and user experience in our Inclusion Blog and the latest in law, strategy, program management, and news in our Business Blog as well as upcoming events.
November 29, 2013 | Development
Latest Update: The state of hidden content support in 2016 At the start of 2012 I published results on…
June 21, 2012 | Development
For a more recent set of results, see ARIA alert support (April 2017) ARIA role=alert is supported across modern…
June 19, 2012 | Development
I have jotted down some notes on ARIA concepts and usage that may be useful for developers.
June 13, 2012 | Development
There has been discussion of late on whether authors should be allowed to include an ARIA role value on…
May 1, 2012 | Development
Latest Update: The state of hidden content support in 2016 As a developer and also a consultant advising developers…
April 18, 2012 | Development
I tweeted yesterday about initial results of data crunching on ARIA landmark role use on the top 10,000 web…
April 10, 2012 | Development
One of the stumbling blocks for working out what the effects on the accessibility of new (and old) HTML5…
January 23, 2012 | Development
For the past 7 years myself and others have banged on about the trouble with the title attribute in…
November 25, 2011 | Development
If you have a number of related images (or other content) with caption text, you can use nested figure…
August 23, 2011 | Development
The figure and figcaption elements are 2 of the new elements in HTML5. Together they provide the promise of…
July 11, 2011 | Development
The ARIA landmark roles can be used in HTML5 to markup regions of a page. Landmark roles add a…
July 4, 2011 | Development
There are 2 methods of labelling a form control using the HTML label element. You can wrap the control…
June 17, 2011 | Development
It is conforming in HTML5 for links to include block level elements such as headings and paragraphs, this was…
June 13, 2011 | Development
HTML is currently defined in multiple documents, each purporting to be THE definition of HTML/HTML5. The documents are developed,…
June 2, 2011 | Development
I tweeted the other day, suggesting people switch to the HTML5 doctype as the use of ARIA is conforming…
April 27, 2011 | Development
A recent decision by the W3C HTML working group has caused much discussion and some consternation within the accessibility…
April 19, 2011 | Development
Many User interface widgets can be developed using HTML, CSS and JavaScript, in some cases developers build custom versions…
March 9, 2011 | Development
HTML5 introduces new section elements. The new elements include header, footer, section, article, nav and aside. What is the…