About AJAX and accessible Web pages
AJAX is a very powerful way of making your web page interactive. It is a straightforward instrument for experienced web-developers and therefore it is very popular nowadays. But AJAX has a very big problem with accessibility.
Sometimes, pages with AJAX can trigger a script that simply changes the way the page looks like or changes the contents of the page. For someone that is using a screen reader to navigate through it, it is very hard to understand that possibly a text is somewhere changed.
So, in order to make AJAX accessible, there

