Name Date Size

.. 2012-03-29 07:48:08 100

build.dom-base.properties 2011-06-20 22:57:27 262

build.dom-base.xml 2009-04-16 10:10:54 242

build.dom-core.properties 2011-06-10 20:34:13 223

build.dom-core.xml 2011-05-24 23:59:15 242

build.dom-deprecated.properties 2011-06-20 22:57:27 231

build.dom-deprecated.xml 2010-11-03 21:45:23 248

build.screen.properties 2011-06-20 22:57:27 249

build.screen.xml 2009-04-16 10:10:54 240

build.selector-css2.properties 2011-06-10 20:34:13 236

build.selector-css2.xml 2009-08-26 02:14:22 247

build.selector-css3.properties 2011-06-10 20:34:13 382

build.selector-css3.xml 2009-04-16 10:10:54 247

build.selector-native.properties 2011-06-20 22:57:27 233

build.selector-native.xml 2009-06-18 09:39:45 249

build.selector.properties 2011-06-10 20:34:13 226

build.selector.xml 2009-04-16 10:10:54 242

build.style-ie.properties 2011-06-10 20:34:13 189

build.style-ie.xml 2010-07-23 19:10:59 242

build.style.properties 2011-06-20 22:57:27 192

build.style.xml 2010-07-21 07:24:46 239

build.xml 2010-10-25 22:29:03 693

HISTORY.md 2012-01-30 23:47:33 1 KiB

js 2012-03-29 07:48:08 18

meta 2011-06-20 22:57:59 5

README.md 2011-08-22 08:38:08 623

tests 2012-03-16 21:41:37 15

README.md

DOM Utility
===============
The DOM Utility is a set of helper functions for Node. Normally this
functionality should be accessed via Node, rather than coding directly
to the DOM api.
The following modules are available:
* `dom`: Rollup of `dom-base`, `dom-screen`, and `dom-style`.
* `dom-base`: Provides the basic support for querying, creating, and using
DOM nodes.
* `dom-screen`: Provides methods for positioning elements, measuring the
document and viewport, and working with regions.
* `dom-style`: Adds setStyle()/getStyle() and getComputedStyle() methods
for working with style properties.