Some devices claim to support CE-HTML. For me, the boundaries between web technologies such as different versions of HTML, CSS and JavaScript are used, most developers use and CE-HTML is a bit blurry.
CE-HTML is based on the following:
* ECMAScript 262, 3rd edition
* XHTML 1.0 transitional/strict
* CSS TV Profile 1.0
* XMLHttpRequest object
* DOM level 2.0
For me, this means: JavaScript, XHTML (a more rigorous version of HTML), some aspects of CSS, AJAX calls, and the JavaScript API in the browser to control web content and obtain certain properties of the environment.
So now the question is: what tips should you consider when porting an HTML application to CE-HTML? I think the CE-HTML web code will be fine with most HTML code if it is not HMTL5 or the more advanced CSS3 or DOM level 3 options are used.
Any comments are welcomed by Petr
-