domo
domo copied to clipboard
Markup, style, and code in one language.
When used in XHTML, elements fail to work as intended. XHTML expects node names to be specified in lowercase. This pull request sets nodeName to lowercase when creating elements. Tested...
Errors in IE 8, appendChild not supported for IE element DispHTMLStyleElement. Occurs when building style elements.
This doesn't work, the style text-align "right" doesn't take: ``` P({style:'text-align:right'}, "maybe maybe maybe this works?") ```
``` javascript /* Event bindings are defined as mappings of event names to simple objects which consist of the event callback, the context to bind 'this' to for the event...