Changeset 471
- Timestamp:
- 12/06/05 12:11:25 (3 years ago)
- Files:
-
- mochikit/trunk/MochiKit/DOM.js (modified) (1 diff)
- mochikit/trunk/doc/html/MochiKit/VersionHistory.html (modified) (1 diff)
- mochikit/trunk/doc/html/MochiKit/index.html (modified) (1 diff)
- mochikit/trunk/doc/rst/MochiKit/VersionHistory.rst (modified) (1 diff)
- mochikit/trunk/packed/MochiKit/MochiKit.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/trunk/MochiKit/DOM.js
r465 r471 930 930 "class": "className", 931 931 "checked": "defaultChecked", 932 "usemap": "useMap" 932 "usemap": "useMap", 933 "for": "htmlFor" 933 934 }; 934 935 } else { mochikit/trunk/doc/html/MochiKit/VersionHistory.html
r465 r471 16 16 <li>MochiKit.DOM now has a workaround for an IE bug when setting the style 17 17 property to a string</li> 18 <li>MochiKit.DOM.createDOM now has a workaround for an IE bugwhen setting the19 name property</li>18 <li>MochiKit.DOM.createDOM now has workarounds for IE bugs when setting the 19 name and for properties</li> 20 20 <li>MochiKit.DOM.scrapeText now walks the DOM tree in-order</li> 21 21 <li>MochiKit.LoggingPane now sanitizes the window name to work around IE bug</li> mochikit/trunk/doc/html/MochiKit/index.html
r465 r471 54 54 <li>MochiKit.DOM now has a workaround for an IE bug when setting the style 55 55 property to a string</li> 56 <li>MochiKit.DOM.createDOM now has a workaround for an IE bugwhen setting the57 name property</li>56 <li>MochiKit.DOM.createDOM now has workarounds for IE bugs when setting the 57 name and for properties</li> 58 58 <li>MochiKit.DOM.scrapeText now walks the DOM tree in-order</li> 59 59 <li>MochiKit.LoggingPane now sanitizes the window name to work around IE bug</li> mochikit/trunk/doc/rst/MochiKit/VersionHistory.rst
r465 r471 5 5 - MochiKit.DOM now has a workaround for an IE bug when setting the style 6 6 property to a string 7 - MochiKit.DOM.createDOM now has a workaround for an IE bugwhen setting the8 name property7 - MochiKit.DOM.createDOM now has workarounds for IE bugs when setting the 8 name and for properties 9 9 - MochiKit.DOM.scrapeText now walks the DOM tree in-order 10 10 - MochiKit.LoggingPane now sanitizes the window name to work around IE bug mochikit/trunk/packed/MochiKit/MochiKit.js
r465 r471 2917 2917 }; 2918 2918 _386.compliant=false; 2919 _386.renames={"class":"className","checked":"defaultChecked","usemap":"useMap" };2919 _386.renames={"class":"className","checked":"defaultChecked","usemap":"useMap","for":"htmlFor"}; 2920 2920 }else{ 2921 2921 _386=function(node){
