264
edits
XFallenAngel (talk | contribs) |
|||
| Line 194: | Line 194: | ||
*Afterwards, we should switch to trunk | *Afterwards, we should switch to trunk | ||
*If Thunderbird 3 is delayed, possibly add another release on branch. | *If Thunderbird 3 is delayed, possibly add another release on branch. | ||
=== Day 3 (Monday) === | |||
'''Accessibility''' | |||
* MarcoZ held an interesting talk about accessibility | |||
* In thunderbird, the list of email addresses (i.e To, CC) is not very accessible | |||
* In calendar, the calendar grid is not very accessible | |||
* MarcoZ is happy to test builds for accessibility, if someone provides them | |||
* MacOSX is not very accessible, Windows has had screen readers for 13 years, linux is a bit younger | |||
* Gnome has a pre-installed, integrated screen reader called orca | |||
* Common windows screen reader is called NVDA. | |||
* In order to make a binding accessible, nsIAccessibleProvider has to be implemented, possibly also nsIAccessible if common objects cannot be used. | |||
* There should be keybindings for every possible command. | |||
* Every user-accessible element should be in the taborder | |||
edits