> That sounds like a potential accessibility issue. I certainly think so, hence the question :]
> Such script tags should be moved to just before </ > body>. They are, but this still produces the problem since that's still part of the DOM we're waiting on. > There are probably more and better options. Possibly by using a > combination of a few things, the performance and user experience (and > possibly SEO) could be improved. Effectively we are using a combination of most of the techniques described here and above, my reasoning for wanting to explore other options is indeed largely an SEO / text-to-speech concern with some of these practices. We're doing a pretty good job of it, considering, but it would be lovely if there were a single reliable solution. I'll certainly have to check out $.getScript. Thanks Brandon!