- From: <Kenneth.Holmlund@tp.umu.se>
 - Date: Tue, 9 Jan 1996 04:15:30 +0100 (MET)
 - To: www-html@w3.org
 
Hi,
I've read quite alot of info about mathematical
typesetting in HTML. Anyone here working on
that ? What is a the possible time plan for
implementation ?
A few other questions.. Has the Arena development
stopped ?
Concerning the previous discussion about including
small tags for last-changed and such that will
ruin the proxying and caching - use LiveScript
in Netscape:
<html>
<body>
This is a simple HTML- page.
<br>
Last changes:
  <script language="LiveScript">
  <!--  hide script from old browsers
    document.write(document.lastmodified)
  // end hiding contents -->
  </script>
</body>
</html>
Done..
Best,
 Kenneth Holmlund
Received on Monday, 8 January 1996 22:11:31 UTC