Re: Unnecessary redraws with Content-Language

You are probably referring to the charset parameter:

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

Netscape's client will redraw the document if it encounters a charset parameter
that is different from what it had been assuming until then (i.e. the View |
Encoding menu setting).

Erik

Reinier van Kleij wrote:

> we have been testing some of the META elements for internationalisation
> purposes. We suspect that the Content-Language tag causes unnecessary
> redraws of the page by various browsers (Netscape and IE): the page is
> first downloaded and rendered according to the default language and then it
> is redrawn to render it correctly for the language indicated by the
> Content-Language tag.

Received on Friday, 14 November 1997 12:55:58 UTC