WebbIE

Print Print
Reading time 1:26

WebbIE
Developer(s)Alasdair King
Stable release
5.0.0 [1] / December 22, 2018; 2 years ago (2018-12-22)
Operating systemWindows
TypeWeb browser
Websitehttp://www.webbie.org.uk/webbrowser/index.htm

WebbIE is a freeware web browser designed for screen reader users. It re-presents web pages as text with a caret, allowing users to use their existing screen reader or assistive technology to read it, but is not self-voicing, unlike (for example) Home Page Reader.

History

WebbIE was developed as a student project at the Department of Computation at UMIST. It was first released in 2002 and has been under development and release since. It is often bundled with the LookOUT screen reader and Thunder screen reader.

Technology

WebbIE uses the Microsoft WebBrowser ActiveX control to fetch and parse web pages, and then iterates through the DOM tree to create a text representation of the page. The implications of this include:

  • There is a delay between the WebBrowser control rendering the web page for sighted people and presenting the DOM to WebbIE to process. WebbIE can only access the DOM when all images and other embedded content have been rendered, which for some slow or media-heavy sites can take time.
  • The text representation is divorced from the underlying DOM, so realtime updates to the DOM (e.g. Ajax writes) may fail to be represented.

References

External links

By: Wikipedia.org
Edited: 2021-06-18 12:39:14
Source: Wikipedia.org