Style/HTML utility function changes

The Style and DOM APIs in 0.9 are completely gutted and replaced. There is common code with 0.4.x methods, but the API surface area has been drastically changed in order to promote comprehensibility and execution speed.

in base dojo:

One brief/important note: all styles are 'camelCased' when being referenced in passed parameters. multi-word styles are treated as they would be in JS, eg: letterSpacing, lineHeight, borderTop, et al.

These functions have been moved to dijit:

Browser detection

dojo.render.html.* methods have changed.

available, suported browsers are:

  • dojo.isSafari
  • dojo.isIE
  • dojo.isFF
  • dojo.isKhtml
  • dojo.isOpera
  • dojo.isMoz and dojo.isMozilla