Hi, I want to make available CSS3(including CSS1,CSS2) properties to DOM through annotating the elements with custom attributes. ex: INPUT { user-input : enabled } // CSS3 Rule transform to <INPUT userInput="enabled" ... > // HTML element Is there any algorithm to annotate the DOM tree with few number of traversals. It should take into consideration the inheritance, cascading mechanisms. If I am putting this question to a wrong mailing list, please ignore. ThanxReceived on Tuesday, 8 February 2000 12:22:44 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:03 GMT