Re: Thoughts towards an accessible <canvas>

Jon Gunderson wrote:
> Are the ARIA properties ARIA-LABELEDBY and ARIA-DESCRIBEDBY going to be implemented in HTML5?

There is a plan to integrate the whole of aria with HTML 5. This 
requires some work to determine what happens in cases like e.g. 
<label>foo<input aria-labelledby="bar"></label> or <td headers="foo" 
aria-labelledby="bar">. An aria/html 5 taskforce has been set up that 
plans to work on this issue [1].

[1] http://www.w3.org/WAI/PF/aria-ua-task-force#deliverables

Received on Thursday, 19 March 2009 13:39:40 UTC