MrDian / pagedown

Automatically exported from code.google.com/p/pagedown
0 stars 0 forks source link

UI buttons (bold, italic for example) use inaccessible code #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Usage of WAI-ARIA and correct HTML would help ensure a slightly better 
experience.

For example using a <button> opposed to a <span> and using roles using as 
"application" and "menu" or "button" to the inserted mark-up shouldn't be that 
tricky to implement.

Am happy to hack around and provide more concrete examples if needed...

Original issue reported on code.google.com by rossbrun...@gmail.com on 15 Nov 2011 at 9:42