Re: Simple template-based editing

Quoting Dimitri Glazkov <dimitri.glazkov@gmail.com>:
> An HTML app should work without JS, CSS, Flash, or any other extras.
> That's the whole point.

HTML is just a string of text. What you eventually get in browsers is a 
DOM. If
you modify it you can still access that DOM which represents the current state
of the application. Therefore a scripting language can certainly be required
for applications. Doing everything through declarative markup is just 
not done.

CSS on the other hand should be optional.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Monday, 3 October 2005 14:35:09 UTC