On 5/17/06, Stephen Farrell <[EMAIL PROTECTED]> wrote:
I wonder how doing something like this would inter-operate with screenreaders? Do they walk the DOM after scripts have run? Or do they parse the HTML themselves?
Most screen readers hook into the DOM and can walk it after scripts have run (and re-walk it if scripts modify it). One of the more popular screen readers, JAWS, hooks into Internet Explorer's DOM to provide the user with semantic information about the content. Regards, Peter _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
