Hacker News new | ask | show | jobs
by mwcampbell 1356 days ago
Any plans to work on accessibility (e.g. for blind people using screen readers)?
1 comments

Yes-- WebCore has an internal Accessibility API that I'm going to expose in 1.4 to be either handled by the embedder (so you can determine the best way to display / navigate that information) or handled by AppCore (we provide stock implementations of most of the platform API there).