You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
I don't know what existing editors do, but we should do that.
I've never used one, but I imagine it would be most important to read the names of the documents on the welcome screen, and the contents of the documents themselves.
Also, css supports highlighting what the screenreader is currently reading.
That is a good idea. Do you think that this would require any visual changes? Or, is speech accomplished through invisible CSS properties and HTML attributes?
It basically comes to down to add ARIA-tags where it is necessary.
My device does not have that version, but CodingFree reported about how to activate the screenreader a few weeks ago. Aside that, you can reach out to Marco Zehe for help (he's a Mozillian, too).
I look after compiling a list of Go-To-documents for consulting.
Are you familiar with accesskey-attribute? I found an abstract on WebAIM. I'd like to see a solution, which listens to keydown events (since old IE may not fire keypressed), but passes the event forward. It's so annoying on certain sites, that the app steals the focus, so I cannot use shortcuts like Ctrl-T to open a new tab.
I don't know what existing editors do, but we should do that.
I've never used one, but I imagine it would be most important to read the names of the documents on the welcome screen, and the contents of the documents themselves.
Also, css supports highlighting what the screenreader is currently reading.
Spin-off from #206 (comment)
The text was updated successfully, but these errors were encountered: