View a page with a specified media type

  • Thread starter Thread starter Michael G. Schneider
  • Start date Start date
M

Michael G. Schneider

When working with CSS and media types, I do not know how
to view a page with a media type other than "screen"
or "print".

Can I tell IE "show me the page, just as if your media
type were e.g. aural". Of course I do not expect any
speech output. But a visual representation of the page
with text would be fine.

If IE cannot do this, how do can I do this? Listening to
the page with a true speech generating browser would not
be a solution. This lasts too long. I want to see the
text which would be read by a aural browser.

Michael G. Schneider
 
You could do this using script. Just extract the innerText of each text
element, append it to an array or string, output the array using spaces
and/or line breaks in-between each item.

Alex Scott [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top