StackExchange / pagedown

The Markdown editor and converter used on Stack Overflow and the other Stack Exchange sites
Other
417 stars 81 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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