Do screen readers just read content without paying attention to CSS?
My reason for asking is that I would like to use LESS.js for some of my CSS (so not all of it). As far as I’m concerned, users with JS disabled will get a basic experience anyway so they won’t miss some of my presentational CSS.
However, what about Screen Readers… will they miss my extra CSS that’s served via Javascript?
P.S. no compiler suggestions please, I’m not interested – they slow down my workflow.
Thanks
They’re supposed to take cues from the CSS properties defined in the voice module when figuring out how read CSS styled text.