Re: another example of HTMl 5 canvas with interactive UI elements.

On Jul 10, 2009, at 15:18 , Henri Sivonen wrote:
> Aside: The retained-mode accessibility solution already exists,  
> although I don't know how buggy it is in practice: Putting a DOM  
> subtree potentially with ARIA attributes into <canvas> content.  
> However, to a large extent this defeats the point of having an  
> immediate-mode graphics API. If the developers were OK with retained  
> mode, they might as well use SVG+ARIA.

Actually, having experimented with that, there is a benefit: you're  
not using the DOM, so the overhead of the tree you maintain (which is  
pretty much just a list) is much smaller.

-- 
Robin Berjon - http://berjon.com/
     Feel like hiring me? Go to http://robineko.com/

Received on Friday, 10 July 2009 15:14:35 UTC