A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Canvas: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Created page with '= Real world uses of Canvas = List some real-world examples of uses of canvas that are examples of things best done with canvas and not other features of HTML: * ... = Limita...')
 
No edit summary
Line 3: Line 3:
List some real-world examples of uses of canvas that are examples of things best done with canvas and not other features of HTML:
List some real-world examples of uses of canvas that are examples of things best done with canvas and not other features of HTML:


* ...
* https://zewt.org/curves/




Line 9: Line 9:


In this section, discuss specific examples from the list above and explore what those use cases fail to do (e.g. in terms of accessibility) which they should do.  
In this section, discuss specific examples from the list above and explore what those use cases fail to do (e.g. in terms of accessibility) which they should do.  
:https://zewt.org/curves/
; Can't tab to specific points (should show focus ring around them).
; It's a pity the cursor has to be manually changed onmousemove





Revision as of 23:23, 11 November 2011

Real world uses of Canvas

List some real-world examples of uses of canvas that are examples of things best done with canvas and not other features of HTML:


Limitations of real-world use cases

In this section, discuss specific examples from the list above and explore what those use cases fail to do (e.g. in terms of accessibility) which they should do.

https://zewt.org/curves/
Can't tab to specific points (should show focus ring around them).
It's a pity the cursor has to be manually changed onmousemove


Proposals

In this section, propose alternatives to improve canvas to make it easier to fill in the limitations listed in the previous section.


Examples

Take the pages from the first section and show how they would be changed to use the proposals in the previous section.