4 * margin/padding/borders on HTML element cause getXY to misreport
5 * margin/borders on BODY element may cause getXY to misreport
6 * Fixed postioning causes getXY to misreport in some cases
8 ----------------------------
14 * getStyle fix for getting computedStyle across documents
17 * get() now correctly handles textNodes
20 * no longer accounting for safari body margin when offsetParent == body
21 * isAncestor and inDocument no longer use batch
22 * added getClientRegion()
25 * allow batch() to work on array-like object
26 * return null from Dom.get(undefined)
29 * added getAncestorBy methods
30 * added getChildren methods
31 * added getSibling methods
32 * trimming added for class mgmt methods
33 * fixed getXY inside table for Opera
36 * added getAncestorBy methods
37 * added getChildren methods
38 * added getSibling methods
39 * trimming added for class mgmt methods
40 * fixed getXY inside table for Opera
44 * fixed getXY scroll regression
47 * fixed toCamel propertyCache used by set/getStyle
48 * added set/getStyle support for float property
49 * optimized get() for common use case
50 * fixed getXY for safari when el has absolute ancestors
51 * using className property instead of string literal for class mgmt methods
52 * added getXY/getRegion support for body element
58 *** version 0.12.2 ***
61 *** version 0.12.1 ***
63 * getElementsByClassName no longer reverts to document when "root" not found
64 * setXY no longer makes a second call to getXY unless noRetry is false
65 * minified version no longer strips line breaks
67 *** version 0.12.0 ***
69 * fixed getXY for IE null parent
70 * branching set/getStyle at load time instead of run time
72 *** version 0.11.3 ***
74 * fixed getX and getY returning incorrect values for collections
75 * fixed getXY incorrectly calculated for Opera inline elements
76 * fixed isAncestor failure in safari when 2nd arg is document.documentElement
77 * fixed infinite loop in replaceClass when oldClassName == newClassName
78 * getDocumentWidth no longer includes scrollbars
81 *** version 0.11.2 ***
82 * limit depth of parent.document crawl to 1 for getXY
83 * test offsetParent instead of parentNode for getXY
84 * return null if no el fo r get
85 * just addClass if no class to replace for replaceClass
88 *** version 0.11.1 ***
90 * return null if el is null for get()
91 * test offsetParent rather than parentNode for getXY()
92 * limit depth of parent.document crawl for IE getXY() to 1
93 * if no oldClassName to replace, just addClass for replaceClass()
96 *** version 0.11.0 ***
97 * Work around Opera 9 broken currentStyle
98 * Removed timeout wrapper from setXY retry
99 * Tagname tests now case-insensitive
100 * Internal "this" references changed to allow for method shorthand
101 * get/setStyle now accept both camel and hyphen case
102 * Gecko reverted to crawling offsets for getXY
105 *** version 0.10.0 ***
107 * Safari now fails gracefully when querying computedStyle of an unavailable element
109 * Class management functions added (hasClass, addClass, removeClass, replaceClass, getElementsByClassName)
111 * All methods that accept HTMLElements or IDs now also accept arrays of HTMLElements and/or IDs
113 * GenerateId method added
115 * isAncestor method added
117 * inDocument method added
119 * getElementsBy method added
123 * getClientHeight/Width deprecated in favor of getViewportHeight/Width
125 * getDocumentHeight/Width methods added
127 *** version 0.9.0 ***