Implementation of Behaviors in Internet Explorer

Implementation below is a generalization of Ben Nolan’ idea of behaviors. Behaviors were implemented natively in Sciter and HTMLayout and here is their emulation for the Internet Explorer. Basic principle is simple, CSS declaration like this: li.myclass { prototype: MyBehavior; /* see var MyBehavior below */ } binds class of DOM elements with the “prototype…

HTML5, broken hopes.

I am tracking HTML and CSS design efforts on W3C last three years. My main area of interests is in CSS development as I think that in HTML/CSS/Script triade CSS as a technology is the weakest area. Next is the Script. And HTML appears as the most stable thing among these three. Since CSS1 we…