RE: [Axiom-developer] axiom, browsers, and crystal

2005-06-21 Thread Page, Bill
On Tuesday, June 21, 2005 12:17 AM Tim Daly wrote: > i am trying to avoid 1.2 million lines of javascript with browser > dependent ifdefs. we already have that problem with C. I agree. For desktop use we can easily standardize on one browser. I recommend Mozilla's FireFox. Except for jsMath whic

Re: [Axiom-developer] axiom, browsers, and crystal

2005-06-20 Thread Bob McElrath
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > * the DOM model is not really math-aware It doesn't have to be. All it needs to have is nodes that contain expressions, figures, or input. It is totally appropriate to encapsulate these. The DOM is for the presentation end, not calculation. > * th