I work on a web app that renders correctly in IE and Firefox, but for some reason every once in a while it bugs out on my in Web Kit browsers like Safari and Chrome. It doesn't do it every time, and whenever I see this issue I just hit refresh and it goes away, but it's starting to drive me crazy.
I don't get this error on any other site, either, so I can't figure out what it is.
The gist of this error is that occasionally Safari will render some part of the <HEAD> tag into the page, although I can clearly see in the document source that the <HEAD> tag and its contents are well-formed.
I've been seeing this error intermittently for over 2 years, including both Safari 4 and Safari 5. The page in question is encoded in UTF-8, although in practice it never contains anything outside of UTF-8's single byte encoding (i.e. basic ASCII).
Hopefully somebody here has seen this and can provide some feedback. <fingers crossed>
I don't get this error on any other site, either, so I can't figure out what it is.
The gist of this error is that occasionally Safari will render some part of the <HEAD> tag into the page, although I can clearly see in the document source that the <HEAD> tag and its contents are well-formed.
I've been seeing this error intermittently for over 2 years, including both Safari 4 and Safari 5. The page in question is encoded in UTF-8, although in practice it never contains anything outside of UTF-8's single byte encoding (i.e. basic ASCII).

Hopefully somebody here has seen this and can provide some feedback. <fingers crossed>