RE: Behavior of <meta> elements linking in stylesheets

I would say that if the behavior for other <meta http-equiv="">
is specified, then that should take priority over anything else.
I can't find anything to indicate one way or the other, but
what would happen if one were to change
 <meta http-equiv="Content-Type"
     content="text/html; charset=iso-8859-1">
to:
 <meta http-equiv="Content-Type"
    content="text/html;charset=iso-8859-2">
via the DOM?

Received on Saturday, 10 April 2004 16:57:09 UTC