|
From: <pl...@pi...> - 2017-01-31 02:24:31
|
Hi, in doing some standards checking I found the leading line in gnuplots SVG 'mousing' output has errors. <script language="javaScript" TYPE="text/javascript" > xml requires lower case. so 'type' not 'TYPE' also language should be "text/javascript" too and now is js by default so not required by current std. , though specifying may be good to cover all bases. Unless this has been carefully crafted to work on a maximum number of browsers, it would presumably be best to stick as closely as possible to standards. Regards, Peter. |