source: branches/rel/html/test/kakinaka/js/dom/README @ 12157

Revision 12157, 1.8 KB checked in by uehara, 17 years ago (diff)
Line 
1Dom Release Notes
2
3*** version 0.11.3 ***
4
5* fixed getX and getY returning incorrect values for collections
6* fixed getXY incorrectly calculated for Opera inline elements
7* fixed isAncestor failure in safari when 2nd arg is document.documentElement
8* fixed infinite loop in replaceClass when oldClassName == newClassName
9* getDocumentWidth no longer includes scrollbars
10
11
12*** version 0.11.2 ***
13* limit depth of parent.document crawl to 1 for getXY
14* test offsetParent instead of parentNode for getXY
15* return null if no el fo r get
16* just addClass if no class to replace for replaceClass
17
18
19*** version 0.11.1 ***
20
21* return null if el is null for get()
22* test offsetParent rather than parentNode for getXY()
23* limit depth of parent.document crawl for IE getXY() to 1
24* if no oldClassName to replace, just addClass for replaceClass()
25
26
27*** version 0.11.0 ***
28* Work around Opera 9 broken currentStyle
29* Removed timeout wrapper from setXY retry
30* Tagname tests now case-insensitive
31* Internal "this" references changed to allow for method shorthand
32* get/setStyle now accept both camel and hyphen case
33* Gecko reverted to crawling offsets for getXY
34 
35
36*** version 0.10.0 ***
37
38* Safari now fails gracefully when querying computedStyle of an unavailable element
39
40* Class management functions added (hasClass, addClass, removeClass, replaceClass, getElementsByClassName)
41
42* All methods that accept HTMLElements or IDs now also accept arrays of HTMLElements and/or IDs
43
44* GenerateId method added
45
46* isAncestor method added
47
48* inDocument method added
49
50* getElementsBy method added
51
52* batch method added
53
54* getClientHeight/Width deprecated in favor of getViewportHeight/Width
55
56* getDocumentHeight/Width methods added
57
58*** version 0.9.0 ***
59
60* Initial release
61
Note: See TracBrowser for help on using the repository browser.